iran 1401 timeline: generate from YAML file
This commit is contained in:
parent
6f4fcc5aaa
commit
e253e78493
50
_data/iran-1401-protests.yaml
Normal file
50
_data/iran-1401-protests.yaml
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
- date_en: September 14th, 2022
|
||||||
|
date_fa: ۲۲ شهریور ۱۴۰۱
|
||||||
|
en: Mahsa Amini was arrested by Guidance Patrol (morality police)
|
||||||
|
fa: بازداشت مهسا امینی بدست «گشت ارشاد»
|
||||||
|
|
||||||
|
- date_en: September 16th, 2022
|
||||||
|
date_fa: ۲۴ شهریور ۱۴۰۱
|
||||||
|
en: |
|
||||||
|
Mahsa Amini dies in a hospital in Tehran. Protests start in Tehran in
|
||||||
|
front of the Kasra hospital where she died. Security forces used pepper
|
||||||
|
spray and arrested several protestors [<a href='https://www.theguardian.com/world/2022/sep/17/iran-protests-death-kurdish-woman-mahsaa-amini-morality-police'>1</a>]
|
||||||
|
fa: |
|
||||||
|
جان باختن مهسا امینی در بیمارستان. آغاز خروش روبروی بیمارستان کسری که
|
||||||
|
مهسا در آن جان باخت. ماموران امنیتی دستهای از معترضان را دستگیر
|
||||||
|
کردند. [<a href='https://www.theguardian.com/world/2022/sep/17/iran-protests-death-kurdish-woman-mahsaa-amini-morality-police'>1</a>]
|
||||||
|
|
||||||
|
- date_en: September 17th, 2022
|
||||||
|
date_fa: ۲۵ شهریور ۱۴۰۱
|
||||||
|
en: |
|
||||||
|
Mahsa Amini is buried in her hometown, Saqqez. Hundreds of people
|
||||||
|
gathered for her funeral and chanted anti-government slogans, and some
|
||||||
|
women removed their hijab in protest. [<a
|
||||||
|
href='https://www.theguardian.com/world/2022/sep/17/iran-protests-death-kurdish-woman-mahsaa-amini-morality-police'>1</a>] Security forces opened fire at
|
||||||
|
protestors when they marched towards the local governor's office. [<a
|
||||||
|
href='https://www.bbc.com/news/world-middle-east-62940907'>2</a>]
|
||||||
|
|
||||||
|
Protests spread to Kurdistan province's capital, Sanandaj. Kurdish
|
||||||
|
organisations were calling for general strike and the Islamic Republic
|
||||||
|
was limiting internet access. [<a
|
||||||
|
href='https://www.theguardian.com/world/2022/sep/17/iran-protests-death-kurdish-woman-mahsaa-amini-morality-police'>1</a>]
|
||||||
|
|
||||||
|
<br />
|
||||||
|
The inscription on her tombstone became a slogan for protests: <br/>
|
||||||
|
|
||||||
|
"Beloved Žina [Mahsa], you will not die. Your name will become a code
|
||||||
|
[rallying call]" [<a
|
||||||
|
href='https://www.bbc.com/news/world-middle-east-62940907'>2</a>]
|
||||||
|
|
||||||
|
fa: |
|
||||||
|
پیکر مهسا امینی در زادگاه خود، سقز به خاک سپرده شد. صدها نفر برای مراسم
|
||||||
|
ختم او گردهم آمدند و همزمان شعارهای مخالف رژیم سردادند [<a
|
||||||
|
href='https://www.theguardian.com/world/2022/sep/17/iran-protests-death-kurdish-woman-mahsaa-amini-morality-police'>1</a>] و برخی از
|
||||||
|
خانمها با منشی اعتراضی حجاب از سر خود برداشتند. [<a
|
||||||
|
href='https://www.bbc.com/news/world-middle-east-62940907'>2</a>]
|
||||||
|
|
||||||
|
<br />
|
||||||
|
سنگ نبشتهی آرامگاه مهسا چامهای برای اعتراضات شد: <br/>
|
||||||
|
|
||||||
|
«ژینا جان تو نمیمیری. نامت یک نماد میشود» [<a
|
||||||
|
href='https://www.bbc.com/news/world-middle-east-62940907'>2</a>]
|
@ -11,83 +11,16 @@ custom_head: <link rel="stylesheet" href="/css/timeline.css"">
|
|||||||
---
|
---
|
||||||
|
|
||||||
<div class='timeline'>
|
<div class='timeline'>
|
||||||
|
{% for event in site.data.iran-1401-protests %}
|
||||||
<div class='event'>
|
<div class='event'>
|
||||||
<div class='left'>
|
<div class='left'>
|
||||||
<span class='date-en'>September 14th, 2022</span>
|
<span class='date-en'>{{ event.date_en }}</span>
|
||||||
<p class='en'>Mahsa Amini was arrested by Guidance Patrol (morality
|
<p class='en'>{{ event.en }}</p>
|
||||||
police)</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class='right'>
|
<div class='right'>
|
||||||
<span class='date-fa'>۲۲ شهریور ۱۴۰۱</span>
|
<span class='date-fa'>{{ event.date_fa }}</span>
|
||||||
<p class='fa'>بازداشت مهسا امینی بدست «گشت ارشاد»</p>
|
<p class='fa'>{{ event.fa }}</p>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class='event'>
|
|
||||||
<div class='left'>
|
|
||||||
<span class='date-en'>September 16th, 2022</span>
|
|
||||||
<p class='en'>
|
|
||||||
Mahsa Amini dies in a hospital in Tehran. Protests start in Tehran in
|
|
||||||
front of the Kasra hospital where she died. Security forces used pepper
|
|
||||||
spray and arrested several protestors
|
|
||||||
|
|
||||||
[<a
|
|
||||||
href='https://www.theguardian.com/world/2022/sep/17/iran-protests-death-kurdish-woman-mahsaa-amini-morality-police'>1</a>]
|
|
||||||
.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div class='right'>
|
|
||||||
<span class='date-fa'>۲۴ شهریور ۱۴۰۱</span>
|
|
||||||
<p class='fa'>
|
|
||||||
جان باختن مهسا امینی در بیمارستان. آغاز خروش روبروی بیمارستان کسری که
|
|
||||||
مهسا در آن جان باخت. ماموران امنیتی دستهای از معترضان را دستگیر
|
|
||||||
کردند.
|
|
||||||
|
|
||||||
[<a
|
|
||||||
href='https://www.theguardian.com/world/2022/sep/17/iran-protests-death-kurdish-woman-mahsaa-amini-morality-police'>1</a>]
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class='event'>
|
|
||||||
<div class='left'>
|
|
||||||
<span class='date-en'>September 17th, 2022</span>
|
|
||||||
<p class='en'>
|
|
||||||
Mahsa Amini is buried in her hometown, Saqqez. Hundreds of people
|
|
||||||
gathered for her funeral and chanted anti-government slogans, and some
|
|
||||||
women removed their hijab in protest. [<a
|
|
||||||
href='https://www.theguardian.com/world/2022/sep/17/iran-protests-death-kurdish-woman-mahsaa-amini-morality-police'>1</a>] Security forces opened fire at
|
|
||||||
protestors when they marched towards the local governor's office. [<a
|
|
||||||
href='https://www.bbc.com/news/world-middle-east-62940907'>2</a>]
|
|
||||||
|
|
||||||
Protests spread to Kurdistan province's capital, Sanandaj. Kurdish
|
|
||||||
organisations were calling for general strike and the Islamic Republic
|
|
||||||
was limiting internet access. [<a
|
|
||||||
href='https://www.theguardian.com/world/2022/sep/17/iran-protests-death-kurdish-woman-mahsaa-amini-morality-police'>1</a>]
|
|
||||||
|
|
||||||
<br />
|
|
||||||
The inscription on her tombstone became a slogan for protests: <br/>
|
|
||||||
|
|
||||||
"Beloved Žina [Mahsa], you will not die. Your name will become a code
|
|
||||||
[rallying call]" [<a
|
|
||||||
href='https://www.bbc.com/news/world-middle-east-62940907'>2</a>]
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div class='right'>
|
|
||||||
<span class='date-fa'>۲۵ شهریور ۱۴۰۱</span>
|
|
||||||
<p class='fa'>
|
|
||||||
پیکر مهسا امینی در زادگاه خود، سقز به خاک سپرده شد. صدها نفر برای مراسم
|
|
||||||
ختم او گردهم آمدند و همزمان شعارهای مخالف رژیم سردادند [<a
|
|
||||||
href='https://www.theguardian.com/world/2022/sep/17/iran-protests-death-kurdish-woman-mahsaa-amini-morality-police'>1</a>] و برخی از
|
|
||||||
خانمها با منشی اعتراضی حجاب از سر خود برداشتند. [<a
|
|
||||||
href='https://www.bbc.com/news/world-middle-east-62940907'>2</a>]
|
|
||||||
|
|
||||||
<br />
|
|
||||||
سنگ نبشتهی آرامگاه مهسا چامهای برای اعتراضات شد: <br/>
|
|
||||||
|
|
||||||
«ژینا جان تو نمیمیری. نامت یک نماد میشود» [<a
|
|
||||||
href='https://www.bbc.com/news/world-middle-east-62940907'>2</a>]
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user