Skip to content

Commit 86f6d35

Browse files
committed
fix: remove Chinese tags and convert spaces to hyphens
Response to review: tags must be lowercase English with hyphens only. No Chinese characters, no spaces. Schema rule (PR #175/#176/#178 lineage).
1 parent 12b1dbd commit 86f6d35

4 files changed

Lines changed: 12 additions & 37 deletions

File tree

firstdata/sources/china/health/china-cdc.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,12 @@
2222
"tags": [
2323
"china",
2424
"cdc",
25-
"disease control",
25+
"disease-control",
2626
"epidemiology",
27-
"infectious disease",
28-
"public health",
27+
"infectious-disease",
28+
"public-health",
2929
"vaccination",
30-
"surveillance",
31-
"疾控中心",
32-
"传染病",
33-
"疫情监测",
34-
"公共卫生",
35-
"疫苗接种",
36-
"慢性病"
30+
"surveillance"
3731
],
3832
"data_content": {
3933
"en": [

firstdata/sources/china/resources/china-cnooc.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,12 @@
2222
"tags": [
2323
"china",
2424
"cnooc",
25-
"offshore oil",
26-
"natural gas",
25+
"offshore-oil",
26+
"natural-gas",
2727
"lng",
2828
"deepwater",
29-
"marine energy",
30-
"state-owned enterprise",
31-
"中国海油",
32-
"中海油",
33-
"海上石油",
34-
"天然气",
35-
"液化天然气",
36-
"深水",
37-
"央企"
29+
"marine-energy",
30+
"state-owned-enterprise"
3831
],
3932
"data_content": {
4033
"en": [

firstdata/sources/china/resources/china-cnpc.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,10 @@
2626
"oil",
2727
"gas",
2828
"petroleum",
29-
"crude oil",
30-
"natural gas",
29+
"crude-oil",
30+
"natural-gas",
3131
"energy",
32-
"state-owned enterprise",
33-
"中国石油",
34-
"中石油",
35-
"原油",
36-
"天然气",
37-
"油气",
38-
"央企"
32+
"state-owned-enterprise"
3933
],
4034
"data_content": {
4135
"en": [

firstdata/sources/china/resources/china-sinopec.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,7 @@
2727
"refining",
2828
"chemical",
2929
"energy",
30-
"state-owned enterprise",
31-
"中国石化",
32-
"中石化",
33-
"石油化工",
34-
"炼化",
35-
"化工",
36-
"央企"
30+
"state-owned-enterprise"
3731
],
3832
"data_content": {
3933
"en": [

0 commit comments

Comments
 (0)