|
|
@@ -4,7 +4,7 @@
|
|
|
<script src="https://code.highcharts.com/modules/accessibility.js"></script>
|
|
|
|
|
|
<figure class="highcharts-figure">
|
|
|
- <div id="container" style="height: 80rem;width: 100vw"></div>
|
|
|
+ <div id="container" style="height: 60rem;width: 100vw"></div>
|
|
|
<p class="highcharts-description">More stories need to be added, more history need to be create by you!</p>
|
|
|
</figure>
|
|
|
<script>
|
|
|
@@ -27,107 +27,123 @@
|
|
|
},
|
|
|
},
|
|
|
xAxis: {
|
|
|
- visible: true,
|
|
|
- type: 'datetime'
|
|
|
+ visible: false,
|
|
|
+ //type: 'datetime'
|
|
|
//type: 'linear',
|
|
|
},
|
|
|
yAxis: {
|
|
|
visible: false,
|
|
|
},
|
|
|
title: {
|
|
|
- text: "wikipāli History",
|
|
|
+ text: "Our History 我们的历程",
|
|
|
+ style: {
|
|
|
+ "fontSize": "x-large"
|
|
|
+ },
|
|
|
},
|
|
|
subtitle: {
|
|
|
- text: "Simple development of wikipāli",
|
|
|
+ text: "Simple development of wikipāli<br>wikipāli的发展历程",
|
|
|
+ style: {
|
|
|
+ "fontSize": "x-large"
|
|
|
+ },
|
|
|
},
|
|
|
colors: ["#4185F3", "#427CDD", "#406AB2", "#3E5A8E", "#3B4A68", "#363C46"],
|
|
|
series: [
|
|
|
{
|
|
|
dataLabels: {
|
|
|
- //allowOverlap: false,
|
|
|
- format: '<span style="color:{point.color}">● </span><span style="font-weight: bold;" > ' +
|
|
|
- '{point.x:%b %Y}</span><br/>{point.label}'
|
|
|
- },
|
|
|
+ allowOverlap: false,
|
|
|
+ //format: '<span style="color:{point.color}">● </span><span style="font-weight: bold;" > ' +
|
|
|
+ //'{point.x:%b %Y}</span><br/>{point.label}'
|
|
|
+ width: 800,
|
|
|
+ distance: 200,
|
|
|
style: {
|
|
|
- width: 800,
|
|
|
- distance: 800,
|
|
|
+ "fontSize": "large"
|
|
|
},
|
|
|
+
|
|
|
+ },
|
|
|
marker: {
|
|
|
- symbol: 'circle'
|
|
|
+ //symbol: 'circle'
|
|
|
},
|
|
|
data: [
|
|
|
{
|
|
|
- x: Date.UTC(2017, 6),
|
|
|
- name: "Word by Word Display Only",
|
|
|
- label: "Word by Word can Display",
|
|
|
+ //x: Date.UTC(2017, 6),
|
|
|
+ y: 1000,
|
|
|
+ name: "2017-7",
|
|
|
+ label: "Word by Word can Display<br>实现逐词译显示",
|
|
|
description:
|
|
|
"pāli Word by word translation display as static Web page, solve the working memory limitation on understanding the pāli text",
|
|
|
},
|
|
|
{
|
|
|
- x: Date.UTC(2018, 1, 15),
|
|
|
- name: "Magic Dictionary",
|
|
|
- label: "Auto Look up Dictionary",
|
|
|
+ //x: Date.UTC(2018, 1, 15),
|
|
|
+ name: "2018-2",
|
|
|
+ label: "Auto Look up Dictionary<br>自动查词的解析神器",
|
|
|
description: "look up dictionary in batch work, reduce the difficulty of translating work",
|
|
|
},
|
|
|
{
|
|
|
- x: Date.UTC(2018, 6, 27),
|
|
|
- name: "establishment of pāli corpus",
|
|
|
- label: "Establishment of Pāli Corpus",
|
|
|
+ //x: Date.UTC(2018, 6, 27),
|
|
|
+ name: "2018-7",
|
|
|
+ label: "Establishment of Pāli Corpus<br>建立巴利语料库",
|
|
|
description: "convert the XML pāli text into database, realize the fragmentation",
|
|
|
},
|
|
|
{
|
|
|
- x: Date.UTC(2020, 1, 1),
|
|
|
- name: "Conference in Sri Lanka",
|
|
|
- label: "Conference in Sri Lanka",
|
|
|
+ //x: Date.UTC(2020, 1, 1),
|
|
|
+ name: "2020-2",
|
|
|
+ label: "Conference in Sri Lanka<br>在斯里兰卡召开讨论会",
|
|
|
description:
|
|
|
"Discuss the tipiṭaka translating project and the establishment of wikipāli platform, supported by many kinds of conditions",
|
|
|
},
|
|
|
{
|
|
|
- x: Date.UTC(2020, 2, 5),
|
|
|
- name: "Pilot Class in Dawei Pa-auk",
|
|
|
- label: "Pilot Class in Dawei Pa-auk",
|
|
|
+ //x: Date.UTC(2020, 2, 5),
|
|
|
+ name: "2020-3",
|
|
|
+ label: "Pilot Class in Dawei Pa-auk<br>德威帕奥试验班开班",
|
|
|
description:
|
|
|
"Testing and figure out the possible way of learning and translating pāli, U Kuṇḍadhāna Sayadaw join as the pioneer teacher",
|
|
|
},
|
|
|
{
|
|
|
- x: Date.UTC(2020, 7, 27),
|
|
|
- name: "Wikipāli 1.0 on-line Beta",
|
|
|
- label: "Wikipāli 1.0 on-line Beta",
|
|
|
+ //x: Date.UTC(2020, 7, 27),
|
|
|
+ name: "2020-7",
|
|
|
+ label: "Wikipāli 1.0 on-line Beta<br>wikipāli1.0测试版 上线",
|
|
|
description:
|
|
|
"online class + online translation; word by word teaching get more and more acknowledge",
|
|
|
},
|
|
|
{
|
|
|
- x: Date.UTC(2021, 5, 1),
|
|
|
- name: "Recruited wikipāli students",
|
|
|
- label: "Recruited wikipāli students",
|
|
|
+ //x: Date.UTC(2021, 5, 1),
|
|
|
+ name: "2021-6",
|
|
|
+ label: "Recruited wikipāli students<br>招收wikipāli学员",
|
|
|
description:
|
|
|
" in Sipsongpanna, China",
|
|
|
},
|
|
|
{
|
|
|
- x: Date.UTC(2021, 7, 31),
|
|
|
- name: "start translating nibbāna-gāminī-paṭipadā into Chinese",
|
|
|
- label: "Trans:nibbāna-gāminī-paṭipadā",
|
|
|
+ //x: Date.UTC(2021, 7, 31),
|
|
|
+ name: "2021-8",
|
|
|
+ label: "Trans:nibbāna-gāminī-paṭipadā<br>启动:《趣向涅盘之道》翻译项目",
|
|
|
description:
|
|
|
- "Burmese to Chinese, ānāpānassati",
|
|
|
+ "Burmese to Chinese, ānāpānasamādhi part(အာနာပါနဿတိသမာဓိပိုင်း",
|
|
|
},
|
|
|
{
|
|
|
- x: Date.UTC(2022, 0, 1),
|
|
|
- name: "gradually set Beginner, Intermediate & Advanced",
|
|
|
- label: "set class in three levels",
|
|
|
+ //x: Date.UTC(2022, 0, 1),
|
|
|
+ name: "2022-1",
|
|
|
+ label: "set wikipāli class in three levels<br>逐步开设初中高三级巴利语培训",
|
|
|
description:
|
|
|
"Beginner, Intermediate & Advanced",
|
|
|
},
|
|
|
{
|
|
|
- x: Date.UTC(2022, 1, 31),
|
|
|
- name: "Digitization of Burmese Nissaya",
|
|
|
- label: "Digitization of Burmese Nissaya",
|
|
|
+ //x: Date.UTC(2022, 1, 31),
|
|
|
+ name: "2022-2",
|
|
|
+ label: "Digitization of Burmese Nissaya<br>启动:缅文nissaya电子化",
|
|
|
description:
|
|
|
"Beginner, Intermediate & Advanced",
|
|
|
},
|
|
|
{
|
|
|
- x: Date.UTC(2022, 7, 24),
|
|
|
- name: "云台寺建立新的基地",
|
|
|
- label: "New Base in Yuntai Monastery",
|
|
|
+ //x: Date.UTC(2022, 7, 24),
|
|
|
+ name: "2022-4",
|
|
|
+ label: "Trans: visuddhimagga paññābhūminiddesa<br>启动:《清净之道》说慧地品 翻译项目",
|
|
|
+ description:
|
|
|
+ "Less bothering, More Concentration",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ //x: Date.UTC(2022, 7, 24),
|
|
|
+ name: "2022-8",
|
|
|
+ label: "New Base in Yuntai Monastery<br>云台寺建立新的基地",
|
|
|
description:
|
|
|
"Less bothering, More Concentration",
|
|
|
},
|
|
|
@@ -139,23 +155,23 @@
|
|
|
"Rebuild frontend and backend by popular framework.Further and user-friendly.",
|
|
|
},
|
|
|
{
|
|
|
- x: Date.UTC(2023, 4, 1),
|
|
|
- name: "翻译缅语依词释nissaya",
|
|
|
- label: "translate Nissaya into Chinese",
|
|
|
+ //x: Date.UTC(2023, 4, 1),
|
|
|
+ name: "2023-5",
|
|
|
+ label: "translate Nissaya into Chinese<br>启动:翻译缅语依词释nissaya",
|
|
|
description:
|
|
|
"Reappear the Learning Experince of Myanmar Students",
|
|
|
},
|
|
|
{
|
|
|
- x: Date.UTC(2023, 5, 24),
|
|
|
- name: "开设缅语初级班",
|
|
|
- label: "Burmese Class for Beginners",
|
|
|
+ //x: Date.UTC(2023, 5, 24),
|
|
|
+ name: "2023-6",
|
|
|
+ label: "Burmese Class for Beginners<br>开设缅语初级班",
|
|
|
description:
|
|
|
"For further studying",
|
|
|
},
|
|
|
{
|
|
|
- x: Date.UTC(2023, 6, 31),
|
|
|
- name: "Wikipāli 2.0 on-line Beta",
|
|
|
- label: "Wikipāli 2.0 on-line Beta",
|
|
|
+ //x: Date.UTC(2023, 6, 31),
|
|
|
+ name: "2023-7",
|
|
|
+ label: "Wikipāli 2.0 on-line Beta<br>Wikipāli 2.0 上线测试",
|
|
|
description:
|
|
|
"Coming Soon",
|
|
|
},
|