Skip to content

Commit 2acd0a7

Browse files
committed
modify number
1 parent 9effedc commit 2acd0a7

File tree

3 files changed

+24
-23
lines changed

3 files changed

+24
-23
lines changed

src/i18n/en-US/index.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ export default {
6969
l14_tag: "",
7070
l14_desc: "",
7171

72-
ls1_1: "1.1 Time Series Forecasting",
73-
ls1_2: "1.2 Time Series Anomaly Detection",
74-
ls1_3: "1.3 Time Series Classification",
72+
ls1_1: "Time Series Forecasting",
73+
ls1_2: "Time Series Anomaly Detection",
74+
ls1_3: "Time Series Classification",
7575
lst1_1_1: "Time-frequency domain based forecasting:",
7676
lst1_1_2: "Model-agnostic plugin:",
7777
lst1_1_3: "Automated correlated time series forecasting:",
@@ -90,10 +90,10 @@ export default {
9090
lst1_2_5: "Explainable outlier detection: ",
9191
lst1_2_6: "Ensemble learning based outlier detection:",
9292

93-
ls4_1: "2.1 Traffic State Estimation",
94-
ls4_2: "2.2 Preference Identification",
95-
ls4_3: "2.3 Data-Driven Navigation Decision-Making",
96-
ls4_4: "2.4 Others",
93+
ls4_1: "Traffic State Estimation",
94+
ls4_2: "Preference Identification",
95+
ls4_3: "Data-Driven Navigation Decision-Making",
96+
ls4_4: "Others",
9797
lst4_1_1: "Route Traffic State:",
9898
lst4_1_2: "Road Network Traffic State:",
9999
lst4_3_1: "Decision-Making Under Uncertainty:",
@@ -102,10 +102,10 @@ export default {
102102
lst4_3_4: "Top-K Decision-Making:",
103103
lst4_3_5: "Eco-routing:",
104104

105-
ls7_1: "3.1 Path Representation Learning",
106-
ls7_2: "3.2 Graph Attribute Prediction",
107-
ls7_3: "3.3 Spatiotemporal Sequence Correlation Learning",
108-
ls7_4: "3.4 Shortest Path Algorithm for Uncertain Graphs",
105+
ls7_1: "Path Representation Learning",
106+
ls7_2: "Graph Attribute Prediction",
107+
ls7_3: "Spatiotemporal Sequence Correlation Learning",
108+
ls7_4: "Shortest Path Algorithm for Uncertain Graphs",
109109

110110
lst6_4_1: "Time Series Forecasting:",
111111
lst6_4_2: "Graph-Based Prediction:",

src/i18n/zh-CN/index.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ export default {
6666
l10_tag: "",
6767
l10_desc: "迁移学习与模型泛化性",
6868

69-
ls1_1: "1.1 时间序列预测",
70-
ls1_2: "1.2 时序异常检测",
71-
ls1_3: "1.3 时序分类",
69+
ls1_1: "时间序列预测",
70+
ls1_2: "时序异常检测",
71+
ls1_3: "时序分类",
7272
lst1_1_1: "Time-frequency domain based forecasting:",
7373
lst1_1_2: "Model-agnostic plugin:",
7474
lst1_1_3: "Automated correlated time series forecasting:",
@@ -87,10 +87,10 @@ export default {
8787
lst1_2_5: "Explainable outlier detection: ",
8888
lst1_2_6: "Ensemble learning based outlier detection:",
8989

90-
ls4_1: "2.1 交通状态预估",
91-
ls4_2: "2.2 偏好识别",
92-
ls4_3: "2.3 数据驱动的导航决策",
93-
ls4_4: "2.4 其他",
90+
ls4_1: "交通状态预估",
91+
ls4_2: "偏好识别",
92+
ls4_3: "数据驱动的导航决策",
93+
ls4_4: "其他",
9494
lst4_1_1: "路径交通状态:",
9595
lst4_1_2: "路网交通状态:",
9696
lst4_3_1: "不确定性下的决策:",
@@ -99,10 +99,10 @@ export default {
9999
lst4_3_4: "Top-K 决策:",
100100
lst4_3_5: "Eco-routing:",
101101

102-
ls7_1: "3.1 路径表征学习",
103-
ls7_2: "3.2 图属性预测",
104-
ls7_3: "3.3 时空序列关联性学习",
105-
ls7_4: "3.4 不确定性图的最短路径算法",
102+
ls7_1: "路径表征学习",
103+
ls7_2: "图属性预测",
104+
ls7_3: "时空序列关联性学习",
105+
ls7_4: "不确定性图的最短路径算法",
106106

107107
lst6_4_1: "时间序列预测:",
108108
lst6_4_2: "基于图预测:",

src/pages/PageDetail.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<div v-if="data" class="md:tw-w-2/3 md:tw-m-auto">
55
<div>
66
<div class="tw-text-2xl tw-mt-10 tw-leading-10 tw-p-4 tw-my-4 tw-bg-gray-50 tw-border-l-4 tw-border-gray-300">
7-
<span>{{ data.id }}. </span> {{ $t(data.section) }}
7+
<!-- <span>{{ data.id }}. </span> -->
8+
{{ $t(data.section) }}
89
</div>
910

1011
<p class="tw-m-5">

0 commit comments

Comments
 (0)