history.html 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <script src="https://code.highcharts.com/highcharts.js"></script>
  2. <script src="https://code.highcharts.com/modules/timeline.js"></script>
  3. <script src="https://code.highcharts.com/modules/exporting.js"></script>
  4. <script src="https://code.highcharts.com/modules/accessibility.js"></script>
  5. <figure class="highcharts-figure">
  6. <div id="container" style="height: 60rem;width: 100vw"></div>
  7. <p class="highcharts-description">More stories need to be added, more history need to be create by you!</p>
  8. </figure>
  9. <script>
  10. Highcharts.chart("container", {
  11. chart: {
  12. type: "timeline",
  13. inverted: true
  14. },
  15. accessibility: {
  16. screenReaderSection: {
  17. beforeChartFormat:
  18. "<h5>{chartTitle}</h5>" +
  19. "<div>{typeDescription}</div>" +
  20. "<div>{chartSubtitle}</div>" +
  21. "<div>{chartLongdesc}</div>" +
  22. "<div>{viewTableButton}</div>",
  23. },
  24. point: {
  25. valueDescriptionFormat: "{index}. {point.label}. {point.description}.",
  26. },
  27. },
  28. xAxis: {
  29. visible: false,
  30. //type: 'datetime'
  31. //type: 'linear',
  32. },
  33. yAxis: {
  34. visible: false,
  35. },
  36. title: {
  37. text: "Our History 我们的历程",
  38. style: {
  39. "fontSize": "x-large"
  40. },
  41. },
  42. subtitle: {
  43. text: "Simple development of wikipāli<br>wikipāli的发展历程",
  44. style: {
  45. "fontSize": "x-large"
  46. },
  47. },
  48. colors: ["#4185F3", "#427CDD", "#406AB2", "#3E5A8E", "#3B4A68", "#363C46"],
  49. series: [
  50. {
  51. dataLabels: {
  52. allowOverlap: false,
  53. //format: '<span style="color:{point.color}">● </span><span style="font-weight: bold;" > ' +
  54. //'{point.x:%b %Y}</span><br/>{point.label}'
  55. width: 800,
  56. distance: 200,
  57. style: {
  58. "fontSize": "large"
  59. },
  60. },
  61. marker: {
  62. //symbol: 'circle'
  63. },
  64. data: [
  65. {
  66. //x: Date.UTC(2017, 6),
  67. y: 1000,
  68. name: "2017-7",
  69. label: "Word by Word can Display<br>实现逐词译显示",
  70. description:
  71. "pāli Word by word translation display as static Web page, solve the working memory limitation on understanding the pāli text",
  72. },
  73. {
  74. //x: Date.UTC(2018, 1, 15),
  75. name: "2018-2",
  76. label: "Auto Look up Dictionary<br>自动查词的解析神器",
  77. description: "look up dictionary in batch work, reduce the difficulty of translating work",
  78. },
  79. {
  80. //x: Date.UTC(2018, 6, 27),
  81. name: "2018-7",
  82. label: "Establishment of Pāli Corpus<br>建立巴利语料库",
  83. description: "convert the XML pāli text into database, realize the fragmentation",
  84. },
  85. {
  86. //x: Date.UTC(2020, 1, 1),
  87. name: "2020-2",
  88. label: "Conference in Sri Lanka<br>在斯里兰卡召开讨论会",
  89. description:
  90. "Discuss the tipiṭaka translating project and the establishment of wikipāli platform, supported by many kinds of conditions",
  91. },
  92. {
  93. //x: Date.UTC(2020, 2, 5),
  94. name: "2020-3",
  95. label: "Pilot Class in Dawei Pa-auk<br>德威帕奥试验班开班",
  96. description:
  97. "Testing and figure out the possible way of learning and translating pāli, U Kuṇḍadhāna Sayadaw join as the pioneer teacher",
  98. },
  99. {
  100. //x: Date.UTC(2020, 7, 27),
  101. name: "2020-7",
  102. label: "Wikipāli 1.0 on-line Beta<br>wikipāli1.0测试版 上线",
  103. description:
  104. "online class + online translation; word by word teaching get more and more acknowledge",
  105. },
  106. {
  107. //x: Date.UTC(2021, 5, 1),
  108. name: "2021-6",
  109. label: "Recruited wikipāli students<br>招收wikipāli学员",
  110. description:
  111. " in Sipsongpanna, China",
  112. },
  113. {
  114. //x: Date.UTC(2021, 7, 31),
  115. name: "2021-8",
  116. label: "Trans:nibbāna-gāminī-paṭipadā<br>启动:《趣向涅盘之道》翻译项目",
  117. description:
  118. "Burmese to Chinese, ānāpānasamādhi part(အာနာပါနဿတိသမာဓိပိုင်း",
  119. },
  120. {
  121. //x: Date.UTC(2022, 0, 1),
  122. name: "2022-1",
  123. label: "set wikipāli class in three levels<br>逐步开设初中高三级巴利语培训",
  124. description:
  125. "Beginner, Intermediate & Advanced",
  126. },
  127. {
  128. //x: Date.UTC(2022, 1, 31),
  129. name: "2022-2",
  130. label: "Digitization of Burmese Nissaya<br>启动:缅文nissaya电子化",
  131. description:
  132. "Beginner, Intermediate & Advanced",
  133. },
  134. {
  135. //x: Date.UTC(2022, 7, 24),
  136. name: "2022-4",
  137. label: "Trans: visuddhimagga paññābhūminiddesa<br>启动:《清净之道》说慧地品 翻译项目",
  138. description:
  139. "Less bothering, More Concentration",
  140. },
  141. {
  142. //x: Date.UTC(2022, 7, 24),
  143. name: "2022-8",
  144. label: "New Base in Yuntai Monastery<br>云台寺建立新的基地",
  145. description:
  146. "Less bothering, More Concentration",
  147. },
  148. {
  149. x: Date.UTC(2022, 10, 1),
  150. name: "wikipāli 2.0 开始重构",
  151. label: "wikipāli 2.0 rebuild start",
  152. description:
  153. "Rebuild frontend and backend by popular framework.Further and user-friendly.",
  154. },
  155. {
  156. //x: Date.UTC(2023, 4, 1),
  157. name: "2023-5",
  158. label: "translate Nissaya into Chinese<br>启动:翻译缅语依词释nissaya",
  159. description:
  160. "Reappear the Learning Experince of Myanmar Students",
  161. },
  162. {
  163. //x: Date.UTC(2023, 5, 24),
  164. name: "2023-6",
  165. label: "Burmese Class for Beginners<br>开设缅语初级班",
  166. description:
  167. "For further studying",
  168. },
  169. {
  170. //x: Date.UTC(2023, 6, 31),
  171. name: "2023-7",
  172. label: "Wikipāli 2.0 on-line Beta<br>Wikipāli 2.0 上线测试",
  173. description:
  174. "Coming Soon",
  175. },
  176. ],
  177. },
  178. ],
  179. });
  180. </script>
  181. <h1>Idea of Theravada Tipitaka commentaries translation project(2019)</h1>
  182. <p>we make a plan to someone who are interested in pāli translation.
  183. </p>
  184. <video controls="controls" style="width: 80%;">
  185. <source src="https://djt-res.fzcl.org.cn/jly/video/%E4%BA%91%E5%8F%B0/Idea%20of%20Theravada%20Tipitaka%20commentaries%20translation%20project%20%282019%29%20English%20subtitles.webm" type="video/webm" ></source>
  186. Video not playing? <a href="https://djt-res.fzcl.org.cn/jly/video/%E4%BA%91%E5%8F%B0/Idea%20of%20Theravada%20Tipitaka%20commentaries%20translation%20project%20%282019%29%20English%20subtitles.webm">Download file</a> instead.
  187. </video>
  188. <h1>conference in Sri Lanka, 2020 Feb</h1>
  189. <p>we invite the pāli experts from Myanmar and Sri Lank,
  190. including tipiṭaka Sayadaw, dhammācariya, alaṅkāra Sayadaw, teachers in university.
  191. We introduce our project and discuss.
  192. </p>
  193. <h2>1. translating project of pali literature</h2>
  194. <video controls="controls" style="width: 80%;">
  195. <source src="https://djt-res.fzcl.org.cn/jly/video/%E4%BA%91%E5%8F%B0/%E5%85%B0%E5%8D%A1%E4%BC%9A%E8%AE%AE/1%20translating%20project%20of%20pali%20literature.mp4" type="video/mp4" ></source>
  196. Video not playing? <a href="https://djt-res.fzcl.org.cn/jly/video/%E4%BA%91%E5%8F%B0/%E5%85%B0%E5%8D%A1%E4%BC%9A%E8%AE%AE/1%20translating%20project%20of%20pali%20literature.mp4">Download file</a> instead.
  197. </video>
  198. <h2>2. How to Support the Pāḷi Education by Computer Software</h2>
  199. <video controls="controls" style="width: 80%;">
  200. <source src="https://djt-res.fzcl.org.cn/jly/video/%E4%BA%91%E5%8F%B0/%E5%85%B0%E5%8D%A1%E4%BC%9A%E8%AE%AE/2%20How%20to%20Support%20the%20P%C4%81%E1%B8%B7i%20Education%20by%20Computer%20Software.mp4" type="video/mp4" ></source>
  201. Video not playing? <a href="https://djt-res.fzcl.org.cn/jly/video/%E4%BA%91%E5%8F%B0/%E5%85%B0%E5%8D%A1%E4%BC%9A%E8%AE%AE/2%20How%20to%20Support%20the%20P%C4%81%E1%B8%B7i%20Education%20by%20Computer%20Software.mp4">Download file</a> instead.
  202. </video>
  203. <h2>3. pali education platform & ecological chain</h2>
  204. <video controls="controls" style="width: 80%;">
  205. <source src="https://djt-res.fzcl.org.cn/jly/video/%E4%BA%91%E5%8F%B0/%E5%85%B0%E5%8D%A1%E4%BC%9A%E8%AE%AE/3%20pali%20education%20platform.mp4" type="video/mp4" ></source>
  206. Video not playing? <a href="https://djt-res.fzcl.org.cn/jly/video/%E4%BA%91%E5%8F%B0/%E5%85%B0%E5%8D%A1%E4%BC%9A%E8%AE%AE/3%20pali%20education%20platform.mp4">Download file</a> instead.
  207. </video>