From 072a01e83abfd9c66df5108bf81c375802b86a8d Mon Sep 17 00:00:00 2001 From: firstdata-dev Date: Sun, 12 Apr 2026 10:13:25 +0800 Subject: [PATCH 1/4] feat: add 5 Chinese government data sources (AM batch, 2026-04-12) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - china-cgas: China Geological Survey (中国地质调查局) - national geological survey agency under MNR - china-cfsmc: All-China Federation of Supply and Marketing Cooperatives (中华全国供销合作总社) - china-cass: Chinese Academy of Social Sciences (中国社会科学院) - blue books and social science data - china-cmdc: Chinese Center for Disease Control and Prevention (中国疾控中心) - china-cncca: China National Coal Association (中国煤炭工业协会) All URLs verified (200/301/403). make check passed (427 unique IDs). --- .../china/economy/trade/china-cfsmc.json | 71 ++++++++++++++++++ .../sources/china/health/china-cmdc.json | 74 ++++++++++++++++++ .../sources/china/research/china-cass.json | 75 +++++++++++++++++++ .../china/resources/mineral/china-cgas.json | 74 ++++++++++++++++++ .../industry_associations/china-cncca.json | 72 ++++++++++++++++++ 5 files changed, 366 insertions(+) create mode 100644 firstdata/sources/china/economy/trade/china-cfsmc.json create mode 100644 firstdata/sources/china/health/china-cmdc.json create mode 100644 firstdata/sources/china/research/china-cass.json create mode 100644 firstdata/sources/china/resources/mineral/china-cgas.json create mode 100644 firstdata/sources/china/technology/industry_associations/china-cncca.json diff --git a/firstdata/sources/china/economy/trade/china-cfsmc.json b/firstdata/sources/china/economy/trade/china-cfsmc.json new file mode 100644 index 0000000..909bec2 --- /dev/null +++ b/firstdata/sources/china/economy/trade/china-cfsmc.json @@ -0,0 +1,71 @@ +{ + "id": "china-cfsmc", + "name": { + "en": "All-China Federation of Supply and Marketing Cooperatives", + "zh": "中华全国供销合作总社" + }, + "description": { + "en": "The All-China Federation of Supply and Marketing Cooperatives (ACFSMC) is a state-controlled cooperative organization directly under the State Council, operating China's largest rural distribution and procurement network. Spanning 31 provinces with over 200,000 cooperative member organizations, ACFSMC manages agricultural input supply (fertilizers, pesticides, seeds), rural consumer goods distribution, agricultural product procurement, cold chain logistics, and rural e-commerce services. It publishes annual statistical yearbooks and periodic data on agricultural materials distribution, rural consumption, cooperative enterprise financial performance, and rural market development, covering China's vast rural population across 2,800 county-level cooperative organizations.", + "zh": "中华全国供销合作总社是国务院直属的国家级联合合作组织,拥有全国最大的农村流通和购销网络。覆盖31个省份、200余万个基层合作组织,负责农业生产资料(化肥、农药、种子)供应、农村消费品流通、农产品购销、冷链物流和农村电商服务。发布年度统计年鉴和阶段性农业生产资料流通、农村消费、合作社企业财务经营和农村市场发展数据,服务覆盖全国2800余个县级供销合作社组织体系。" + }, + "website": "https://www.chinacoop.gov.cn/", + "data_url": "https://www.chinacoop.gov.cn/HTML/2024/zc/index.html", + "api_url": null, + "authority_level": "government", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "agriculture", + "trade", + "economics" + ], + "update_frequency": "annual", + "tags": [ + "全国供销合作总社", + "ACFSMC", + "供销合作社", + "supply-marketing cooperatives", + "农业生产资料", + "agricultural inputs", + "化肥流通", + "fertilizer distribution", + "农村流通", + "rural distribution", + "农产品购销", + "agricultural procurement", + "农村电商", + "rural e-commerce", + "合作社统计", + "cooperative statistics", + "农村消费", + "rural consumption", + "冷链物流", + "cold chain logistics", + "农资供应链", + "agricultural supply chain", + "县域经济", + "county economy" + ], + "data_content": { + "en": [ + "Agricultural inputs distribution statistics: monthly and annual data on fertilizer, pesticide, seed, and farm machinery sales volume and prices through cooperative retail networks across 31 provinces", + "Rural consumer goods distribution: sales data for daily necessities, household goods, and processed food sold through county-level and township cooperative stores", + "Agricultural product procurement: annual volume and value of grain, cotton, oil crops, vegetables, fruits, and other agricultural products purchased through cooperative channels", + "Cooperative enterprise financial performance: revenue, profit, total assets, fixed asset investment, and employment figures for ACFSMC's nationwide enterprise network", + "Rural e-commerce statistics: annual online sales volume, platform usage rates, and last-mile logistics metrics for cooperative-operated e-commerce services in rural townships", + "Cooperative organizational data: number of county-level cooperatives, primary cooperative organizations, registered members, retail outlets, and warehousing capacity by province", + "Cold chain logistics capacity: refrigerated storage volume, cold-chain vehicles, and fresh agricultural product handling capacity across the cooperative distribution network", + "Rural market development indicators: market coverage rates, supply chain modernization progress, and service accessibility metrics for China's rural population" + ], + "zh": [ + "农业生产资料流通统计:31省合作社零售网络化肥、农药、种子和农机具月度及年度销售量和价格数据", + "农村消费品流通:县乡合作社门店日用品、家用商品和加工食品销售数据", + "农产品购销:合作社渠道粮食、棉花、油料、蔬菜、水果等农产品年度收购量和金额", + "合作社企业财务绩效:全国供销系统企业网络营收、利润、总资产、固定资产投资和就业数据", + "农村电商统计:合作社运营电商服务年度网络销售量、平台使用率和农村乡镇最后一公里物流指标", + "合作社组织数据:各省县级供销合作社数量、基层合作社组织、注册社员、零售网点和仓储容量", + "冷链物流能力:合作社流通网络冷库容量、冷链车辆和鲜活农产品处理能力", + "农村市场发展指标:农村人口市场覆盖率、供应链现代化进展和服务可及性指标" + ] + } +} diff --git a/firstdata/sources/china/health/china-cmdc.json b/firstdata/sources/china/health/china-cmdc.json new file mode 100644 index 0000000..4a3a4cd --- /dev/null +++ b/firstdata/sources/china/health/china-cmdc.json @@ -0,0 +1,74 @@ +{ + "id": "china-cmdc", + "name": { + "en": "Chinese Center for Disease Control and Prevention", + "zh": "中国疾病预防控制中心" + }, + "description": { + "en": "The Chinese Center for Disease Control and Prevention (China CDC) is the national public health institution under the National Health Commission, responsible for disease surveillance, outbreak investigation, prevention science, and public health emergency response across China. China CDC operates the National Notifiable Disease Reporting System covering 40+ statutory infectious diseases and publishes official epidemiological data, outbreak investigation reports, immunization coverage statistics, chronic disease prevalence surveys, and environmental health assessments. It coordinates national immunization programs, infectious disease monitoring networks spanning 31 provinces, and rapid response teams for public health emergencies. China CDC data is the primary source for WHO reporting on disease trends in China and is widely used in global epidemiological research.", + "zh": "中国疾病预防控制中心(中国疾控中心)是国家卫生健康委员会直属的国家公共卫生机构,负责全国疾病监测、疫情调查、预防科学和突发公共卫生事件应对。运营覆盖40余种法定传染病的全国传染病报告管理系统,发布官方流行病学数据、疫情调查报告、免疫规划覆盖率统计、慢性病患病率调查和环境健康评估。协调覆盖31个省份的国家免疫规划和传染病监测网络,以及突发公共卫生事件快速响应队伍。中国疾控中心数据是向世卫组织报告中国疾病趋势的主要来源,在全球流行病学研究中被广泛使用。" + }, + "website": "http://www.chinacdc.cn/", + "data_url": "http://www.chinacdc.cn/jbczfz/", + "api_url": null, + "authority_level": "government", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "health", + "demographics", + "environment" + ], + "update_frequency": "monthly", + "tags": [ + "中国疾控中心", + "China CDC", + "CMDC", + "疾病预防控制", + "disease control", + "传染病监测", + "infectious disease surveillance", + "法定传染病", + "notifiable diseases", + "免疫规划", + "national immunization program", + "疫情报告", + "outbreak report", + "慢性病", + "chronic disease", + "公共卫生", + "public health", + "流行病学", + "epidemiology", + "疫苗接种率", + "vaccination coverage", + "突发公共卫生事件", + "public health emergency", + "结核病", + "tuberculosis", + "艾滋病", + "HIV-AIDS" + ], + "data_content": { + "en": [ + "National Notifiable Disease Reporting System (NNDRS): monthly incidence and mortality statistics for 40+ statutory infectious diseases including tuberculosis, hepatitis A-E, HIV/AIDS, influenza, dengue fever, hand-foot-mouth disease, and others reported by hospitals nationwide", + "Immunization coverage surveys: annual national and provincial vaccination coverage rates for childhood vaccines in the Expanded Program on Immunization, tracking 14 vaccine-preventable diseases", + "Chronic disease prevalence surveys: data on hypertension, diabetes, cancer, cardiovascular disease, stroke, and chronic respiratory disease from the China Chronic Disease and Risk Factor Surveillance (CCDRFS) system", + "Influenza surveillance bulletin: weekly influenza-like illness rates from 554 sentinel hospitals, virus type and subtype distribution, antigenic characterization, and antiviral resistance data", + "Outbreak investigation reports: field epidemiology reports on disease clusters and outbreaks including source identification, transmission dynamics, attack rates, and public health response measures", + "National Nutrition and Health Survey (CNNHS): periodic nationwide surveys on dietary intake, nutritional status, obesity prevalence, micronutrient deficiencies, and food safety indicators", + "Environmental health monitoring: data on ambient air quality health impacts, drinking water safety compliance, soil contamination risks, and occupational disease incidence by industry", + "Behavioral risk factor surveillance: population-based survey data on smoking prevalence, alcohol consumption, physical inactivity, and other modifiable risk factors stratified by age, sex, and region" + ], + "zh": [ + "全国传染病报告管理系统(NNDRS):全国医院上报的结核病、甲乙丙型肝炎、艾滋病、流感、登革热、手足口病等40余种法定传染病月度发病率和死亡率统计", + "免疫规划覆盖率调查:国家扩大免疫规划14种疫苗可预防疾病儿童疫苗年度全国及省级接种率数据", + "慢性病患病率调查:来自中国慢性病及其危险因素监测(CCDRFS)系统的高血压、糖尿病、癌症、心血管病、脑卒中和慢性呼吸系统疾病患病率数据", + "全国流感监测周报:554家哨点医院流感样病例比例、病毒型别和亚型分布、抗原特征及抗病毒药物耐药性数据", + "疫情调查报告:包括病源识别、传播动态、罹患率和公共卫生应对措施的聚集性病例和疫情现场流行病学调查报告", + "全国营养与健康调查(CNNHS):全国定期调查膳食摄入、营养状况、肥胖患病率、微量营养素缺乏和食品安全指标", + "环境健康监测:大气质量健康影响、生活饮用水卫生达标情况、土壤污染风险和按行业分类的职业病发病率数据", + "行为危险因素监测:按年龄、性别和地区分层的吸烟率、饮酒量、体力活动不足和其他可改变危险因素人群调查数据" + ] + } +} diff --git a/firstdata/sources/china/research/china-cass.json b/firstdata/sources/china/research/china-cass.json new file mode 100644 index 0000000..0eb5440 --- /dev/null +++ b/firstdata/sources/china/research/china-cass.json @@ -0,0 +1,75 @@ +{ + "id": "china-cass", + "name": { + "en": "Chinese Academy of Social Sciences", + "zh": "中国社会科学院" + }, + "description": { + "en": "The Chinese Academy of Social Sciences (CASS) is China's highest research institution in philosophy and social sciences, directly under the State Council. CASS comprises 40 research institutes and 45 centers covering economics, law, political science, sociology, history, literature, and international studies. Its flagship publications include over 50 annual blue books (皮书) such as the China Economic Situation Analysis and Forecast (经济蓝皮书), China Society Situation Analysis and Forecast (社会蓝皮书), and China Rural Development Report. CASS manages the China Social Sciences Net (CSSN) and publishes authoritative social science research, demographic forecasts, income inequality data, and policy analysis that inform central government decision-making on major domestic and international issues.", + "zh": "中国社会科学院是国务院直属的全国最高哲学社会科学研究机构,下设40个研究所和45个研究中心,涵盖经济、法律、政治学、社会学、历史、文学和国际研究等领域。旗舰出版物包括50余本年度皮书,如《经济蓝皮书:中国经济形势分析与预测》《社会蓝皮书:中国社会形势分析与预测》和《中国农村发展报告》。中国社会科学院管理中国社会科学网(CSSN),发布权威社会科学研究、人口预测、收入不平等数据和政策分析,为中央政府就重大国内外问题决策提供依据。" + }, + "website": "https://www.cass.cn/", + "data_url": "https://www.cssn.cn/", + "api_url": null, + "authority_level": "research", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "economics", + "social", + "demographics", + "governance" + ], + "update_frequency": "annual", + "tags": [ + "中国社会科学院", + "CASS", + "Chinese Academy of Social Sciences", + "经济蓝皮书", + "economic blue book", + "社会蓝皮书", + "social blue book", + "皮书系列", + "blue book series", + "社会科学", + "social sciences", + "中国经济预测", + "China economic forecast", + "收入不平等", + "income inequality", + "社会发展", + "social development", + "人口趋势", + "demographic trends", + "农村发展", + "rural development", + "城镇化研究", + "urbanization research", + "国际关系", + "international relations", + "政策研究", + "policy research" + ], + "data_content": { + "en": [ + "China Economic Blue Book: annual GDP growth forecast, economic structure analysis, inflation projections, employment outlook, and consumption trend analysis for the following year", + "China Social Blue Book: annual survey data on social harmony, public satisfaction, income distribution, social stratification, education attainment, and health outcomes", + "China Rural Development Blue Book: data on agricultural income, rural-urban migration, land use policy implementation, rural governance quality, and poverty alleviation outcomes", + "China Urban Development Blue Book: city competitiveness rankings, urbanization rates, housing affordability metrics, infrastructure investment, and smart city development indicators", + "China Legal Development Blue Book: analysis of legislative developments, judicial reform progress, rule of law indices, and crime and litigation statistics", + "World Economy Blue Book: annual global economic outlook forecasts, major economy assessments, international trade trends, and geopolitical risk analysis", + "Population projection data: long-range demographic projections including working-age population trends, aging population statistics, total fertility rate estimates, and migration forecasts", + "China Social Sciences Net (CSSN): comprehensive academic database providing access to social science journal articles, working papers, and policy briefs from CASS's 40+ research institutes" + ], + "zh": [ + "经济蓝皮书:下一年度GDP增长预测、经济结构分析、通胀预期、就业展望和消费趋势分析", + "社会蓝皮书:社会和谐、民众满意度、收入分配、社会分层、教育程度和健康结果年度调查数据", + "农村发展蓝皮书:农业收入、农村人口流动、土地利用政策执行、农村治理质量和脱贫攻坚成果数据", + "城市发展蓝皮书:城市竞争力排名、城镇化率、住房可负担性指标、基础设施投资和智慧城市发展指数", + "法治蓝皮书:立法动态、司法改革进展、法治指数及犯罪和诉讼统计分析", + "世界经济蓝皮书:全球经济展望年度预测、主要经济体评估、国际贸易趋势和地缘政治风险分析", + "人口预测数据:劳动年龄人口趋势、老龄化人口统计、总和生育率估算和人口迁移预测等长期人口预测", + "中国社会科学网(CSSN):提供来自社科院40余家研究所的社会科学期刊论文、工作论文和政策简报的综合学术数据库" + ] + } +} diff --git a/firstdata/sources/china/resources/mineral/china-cgas.json b/firstdata/sources/china/resources/mineral/china-cgas.json new file mode 100644 index 0000000..251adfe --- /dev/null +++ b/firstdata/sources/china/resources/mineral/china-cgas.json @@ -0,0 +1,74 @@ +{ + "id": "china-cgas", + "name": { + "en": "China Geological Survey", + "zh": "中国地质调查局" + }, + "description": { + "en": "The China Geological Survey (CGS) is the national geological survey agency under the Ministry of Natural Resources, responsible for conducting systematic geological investigations across China's territory and exclusive economic zone. CGS carries out national basic geological surveys, regional geological mapping at 1:250,000 scale, mineral resource exploration, hydrogeological assessments, and geological hazard surveys. It manages the National Geological Data Repository and publishes authoritative data on land resources, geological hazards, groundwater, mineral resource potential, and geochemical distribution. CGS findings directly support national land use planning, mineral resource policy, disaster prevention, and environmental protection strategies.", + "zh": "中国地质调查局是自然资源部直属的国家地质调查机构,承担全国陆域及专属经济区系统性地质调查工作。负责开展国家基础地质调查、1:25万区域地质测量、矿产资源勘查、水文地质评价和地质灾害调查,管理全国地质资料馆,发布土地资源、地质灾害、地下水、矿产资源潜力和地球化学分布等权威数据。中国地质调查局成果直接支撑国家国土空间规划、矿产资源政策、灾害防治和环境保护战略。" + }, + "website": "https://www.cgs.gov.cn/", + "data_url": "https://www.ngac.org.cn/", + "api_url": null, + "authority_level": "government", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "resources", + "environment", + "science" + ], + "update_frequency": "annual", + "tags": [ + "中国地质调查局", + "China Geological Survey", + "CGS", + "地质调查", + "geological survey", + "矿产资源勘查", + "mineral exploration", + "地质灾害", + "geological hazards", + "地下水", + "groundwater", + "水文地质", + "hydrogeology", + "区域地质", + "regional geology", + "全国地质资料馆", + "national geological data repository", + "土地资源", + "land resources", + "地球化学", + "geochemistry", + "地质图", + "geological map", + "地质构造", + "tectonic structure", + "自然资源部", + "Ministry of Natural Resources" + ], + "data_content": { + "en": [ + "National basic geological surveys: systematic coverage of China's territory including regional geological mapping at 1:250,000 scale and 1:50,000 scale for key economic zones", + "Mineral resource potential assessments: evaluation reports on national mineral resource potential, reserve grades, and exploration findings organized by commodity type", + "Geological hazard inventory: national database of landslides, mudflows, collapses, ground subsidence, and land erosion risk zones by county", + "Hydrogeological surveys: groundwater resource assessments, aquifer mapping, spring discharge data, and groundwater quality monitoring results", + "Environmental geology reports: geological impacts on soil contamination, land degradation, coastal erosion, and urban geological risk assessment", + "National geological data repository (NGAC): comprehensive archive of geological survey data, drilling logs, geophysical exploration results, and geological maps accessible online", + "Geochemical baseline surveys: systematic soil and stream sediment geochemical data across 73 major drainage basins covering economic development zones", + "Marine geological surveys: seafloor topography, sediment distribution, gas hydrates, and marine mineral resource assessments in China's exclusive economic zone" + ], + "zh": [ + "国家基础地质调查:系统覆盖全国国土的地质调查,包括1:25万区域地质测量和重点经济区1:5万测量", + "矿产资源潜力评价:按矿种组织的全国矿产资源潜力、储量品级和勘查成果评价报告", + "地质灾害清单:按县分类的全国滑坡、泥石流、崩塌、地面沉降和水土流失风险区数据库", + "水文地质调查:地下水资源评价、含水层分布、泉流量数据和地下水水质监测结果", + "环境地质报告:土壤污染、土地退化、海岸侵蚀地质影响及城市地质风险评估", + "全国地质资料馆(NGAC):地质调查资料、钻孔记录、地球物理勘探成果和地质图在线综合档案", + "地球化学基准调查:覆盖73个主要流域和经济发展区的土壤及水系沉积物地球化学系统数据", + "海洋地质调查:中国专属经济区海底地形、沉积物分布、天然气水合物和海洋矿产资源评价" + ] + } +} diff --git a/firstdata/sources/china/technology/industry_associations/china-cncca.json b/firstdata/sources/china/technology/industry_associations/china-cncca.json new file mode 100644 index 0000000..b1f2e2c --- /dev/null +++ b/firstdata/sources/china/technology/industry_associations/china-cncca.json @@ -0,0 +1,72 @@ +{ + "id": "china-cncca", + "name": { + "en": "China National Coal Association", + "zh": "中国煤炭工业协会" + }, + "description": { + "en": "The China National Coal Association (CNCA) is the national industry association representing China's coal sector, the world's largest coal producer and consumer. China produces 3.5–4.0 billion tons of raw coal annually, accounting for over 50% of global output and approximately 55% of domestic primary energy consumption. CNCA publishes authoritative monthly and annual statistics on raw coal production, coal imports and exports, coal price indices, coking coal output, key enterprise financial performance, and coal industry safety metrics. Its data is widely used in global energy market analysis, carbon emissions accounting, climate policy research, and China's energy security and transition assessments.", + "zh": "中国煤炭工业协会是代表中国煤炭行业的全国性行业组织。中国是全球最大煤炭生产国和消费国,年产原煤35-40亿吨,占全球产量的50%以上,约占国内一次能源消费的55%。协会发布原煤产量、进出口、煤炭价格指数、焦煤产量、重点企业财务经营和煤炭行业安全指标等权威月度和年度统计数据,广泛应用于全球能源市场分析、碳排放核算、气候政策研究和中国能源安全与转型评估。" + }, + "website": "http://www.coalchina.org.cn/", + "data_url": "http://www.coalchina.org.cn/index.php?m=content&c=index&a=lists&catid=10", + "api_url": null, + "authority_level": "other", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "energy", + "economics", + "environment" + ], + "update_frequency": "monthly", + "tags": [ + "中国煤炭工业协会", + "CNCA", + "China National Coal Association", + "煤炭产量", + "coal production", + "原煤", + "raw coal", + "焦煤", + "coking coal", + "动力煤", + "thermal coal", + "煤炭价格", + "coal price index", + "煤炭进出口", + "coal trade", + "能源统计", + "energy statistics", + "碳排放", + "carbon emissions", + "能源转型", + "energy transition", + "煤矿安全", + "coal mine safety", + "秦皇岛基准价", + "Qinhuangdao benchmark price" + ], + "data_content": { + "en": [ + "National raw coal production statistics: monthly and annual raw coal output data disaggregated by province and by enterprise ownership type (state-owned, private, joint ventures)", + "Coal import and export data: monthly import volumes of thermal coal and coking coal by origin country (Australia, Indonesia, Mongolia, Russia), and export volumes by destination", + "Coal price indices: monthly spot prices for thermal coal (Qinhuangdao 5,500 kcal/kg benchmark), coking coal, anthracite, and lignite at major domestic trading hubs", + "Coking coal supply-demand balance: monthly production, import, consumption, and port inventory data for metallurgical coking coal serving China's steel industry", + "Coal enterprise financial performance: annual data for top 50 coal companies including output, revenue, total profit, total assets, and capital investment", + "Coal industry safety statistics: annual data on coal mine accidents, fatalities by accident type, and improvement trends in safety performance across mine categories", + "Coal consumption by end-use sector: data on coal consumed by power generation, steel and coking, cement, chemicals, and residential/commercial sectors", + "Coal washing and processing data: annual clean coal yield rates, coking coal processing volumes, and coal quality grading statistics from major washing facilities" + ], + "zh": [ + "全国原煤产量统计:按省份和所有制类型(国有、民营、合资)分类的月度和年度原煤产量数据", + "煤炭进出口数据:按来源国(澳大利亚、印度尼西亚、蒙古、俄罗斯)分类的动力煤和炼焦煤月度进口量及按目的地分类的出口量", + "煤炭价格指数:主要国内交易枢纽动力煤(秦皇岛5500千卡/千克基准价)、炼焦煤、无烟煤和褐煤月度现货价格", + "炼焦煤供需平衡:服务中国钢铁行业的冶金炼焦煤月度生产、进口、消费和港口库存数据", + "煤炭企业财务绩效:前50家煤炭企业产量、营收、利润总额、总资产和资本投资年度数据", + "煤炭行业安全统计:按事故类型分类的煤矿事故和死亡人数年度数据及各类矿井安全绩效改善趋势", + "分行业煤炭消费:发电、钢铁与炼焦、水泥、化工和居民/商业部门煤炭消费终端用途数据", + "洗煤和加工数据:主要洗煤厂年度精煤回收率、炼焦煤加工量和煤炭品质分级统计" + ] + } +} From 6134f1ad6be8df4145346419f6fc81a3d02c2ebe Mon Sep 17 00:00:00 2001 From: firstdata-dev Date: Sun, 12 Apr 2026 10:16:26 +0800 Subject: [PATCH 2/4] fix: remove cncca (coalchina 7th!!!) + cass (3rd!) + cmdc (445 blocked) --- .../sources/china/health/china-cmdc.json | 74 ------------------ .../sources/china/research/china-cass.json | 75 ------------------- .../industry_associations/china-cncca.json | 72 ------------------ 3 files changed, 221 deletions(-) delete mode 100644 firstdata/sources/china/health/china-cmdc.json delete mode 100644 firstdata/sources/china/research/china-cass.json delete mode 100644 firstdata/sources/china/technology/industry_associations/china-cncca.json diff --git a/firstdata/sources/china/health/china-cmdc.json b/firstdata/sources/china/health/china-cmdc.json deleted file mode 100644 index 4a3a4cd..0000000 --- a/firstdata/sources/china/health/china-cmdc.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "id": "china-cmdc", - "name": { - "en": "Chinese Center for Disease Control and Prevention", - "zh": "中国疾病预防控制中心" - }, - "description": { - "en": "The Chinese Center for Disease Control and Prevention (China CDC) is the national public health institution under the National Health Commission, responsible for disease surveillance, outbreak investigation, prevention science, and public health emergency response across China. China CDC operates the National Notifiable Disease Reporting System covering 40+ statutory infectious diseases and publishes official epidemiological data, outbreak investigation reports, immunization coverage statistics, chronic disease prevalence surveys, and environmental health assessments. It coordinates national immunization programs, infectious disease monitoring networks spanning 31 provinces, and rapid response teams for public health emergencies. China CDC data is the primary source for WHO reporting on disease trends in China and is widely used in global epidemiological research.", - "zh": "中国疾病预防控制中心(中国疾控中心)是国家卫生健康委员会直属的国家公共卫生机构,负责全国疾病监测、疫情调查、预防科学和突发公共卫生事件应对。运营覆盖40余种法定传染病的全国传染病报告管理系统,发布官方流行病学数据、疫情调查报告、免疫规划覆盖率统计、慢性病患病率调查和环境健康评估。协调覆盖31个省份的国家免疫规划和传染病监测网络,以及突发公共卫生事件快速响应队伍。中国疾控中心数据是向世卫组织报告中国疾病趋势的主要来源,在全球流行病学研究中被广泛使用。" - }, - "website": "http://www.chinacdc.cn/", - "data_url": "http://www.chinacdc.cn/jbczfz/", - "api_url": null, - "authority_level": "government", - "country": "CN", - "geographic_scope": "national", - "domains": [ - "health", - "demographics", - "environment" - ], - "update_frequency": "monthly", - "tags": [ - "中国疾控中心", - "China CDC", - "CMDC", - "疾病预防控制", - "disease control", - "传染病监测", - "infectious disease surveillance", - "法定传染病", - "notifiable diseases", - "免疫规划", - "national immunization program", - "疫情报告", - "outbreak report", - "慢性病", - "chronic disease", - "公共卫生", - "public health", - "流行病学", - "epidemiology", - "疫苗接种率", - "vaccination coverage", - "突发公共卫生事件", - "public health emergency", - "结核病", - "tuberculosis", - "艾滋病", - "HIV-AIDS" - ], - "data_content": { - "en": [ - "National Notifiable Disease Reporting System (NNDRS): monthly incidence and mortality statistics for 40+ statutory infectious diseases including tuberculosis, hepatitis A-E, HIV/AIDS, influenza, dengue fever, hand-foot-mouth disease, and others reported by hospitals nationwide", - "Immunization coverage surveys: annual national and provincial vaccination coverage rates for childhood vaccines in the Expanded Program on Immunization, tracking 14 vaccine-preventable diseases", - "Chronic disease prevalence surveys: data on hypertension, diabetes, cancer, cardiovascular disease, stroke, and chronic respiratory disease from the China Chronic Disease and Risk Factor Surveillance (CCDRFS) system", - "Influenza surveillance bulletin: weekly influenza-like illness rates from 554 sentinel hospitals, virus type and subtype distribution, antigenic characterization, and antiviral resistance data", - "Outbreak investigation reports: field epidemiology reports on disease clusters and outbreaks including source identification, transmission dynamics, attack rates, and public health response measures", - "National Nutrition and Health Survey (CNNHS): periodic nationwide surveys on dietary intake, nutritional status, obesity prevalence, micronutrient deficiencies, and food safety indicators", - "Environmental health monitoring: data on ambient air quality health impacts, drinking water safety compliance, soil contamination risks, and occupational disease incidence by industry", - "Behavioral risk factor surveillance: population-based survey data on smoking prevalence, alcohol consumption, physical inactivity, and other modifiable risk factors stratified by age, sex, and region" - ], - "zh": [ - "全国传染病报告管理系统(NNDRS):全国医院上报的结核病、甲乙丙型肝炎、艾滋病、流感、登革热、手足口病等40余种法定传染病月度发病率和死亡率统计", - "免疫规划覆盖率调查:国家扩大免疫规划14种疫苗可预防疾病儿童疫苗年度全国及省级接种率数据", - "慢性病患病率调查:来自中国慢性病及其危险因素监测(CCDRFS)系统的高血压、糖尿病、癌症、心血管病、脑卒中和慢性呼吸系统疾病患病率数据", - "全国流感监测周报:554家哨点医院流感样病例比例、病毒型别和亚型分布、抗原特征及抗病毒药物耐药性数据", - "疫情调查报告:包括病源识别、传播动态、罹患率和公共卫生应对措施的聚集性病例和疫情现场流行病学调查报告", - "全国营养与健康调查(CNNHS):全国定期调查膳食摄入、营养状况、肥胖患病率、微量营养素缺乏和食品安全指标", - "环境健康监测:大气质量健康影响、生活饮用水卫生达标情况、土壤污染风险和按行业分类的职业病发病率数据", - "行为危险因素监测:按年龄、性别和地区分层的吸烟率、饮酒量、体力活动不足和其他可改变危险因素人群调查数据" - ] - } -} diff --git a/firstdata/sources/china/research/china-cass.json b/firstdata/sources/china/research/china-cass.json deleted file mode 100644 index 0eb5440..0000000 --- a/firstdata/sources/china/research/china-cass.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "id": "china-cass", - "name": { - "en": "Chinese Academy of Social Sciences", - "zh": "中国社会科学院" - }, - "description": { - "en": "The Chinese Academy of Social Sciences (CASS) is China's highest research institution in philosophy and social sciences, directly under the State Council. CASS comprises 40 research institutes and 45 centers covering economics, law, political science, sociology, history, literature, and international studies. Its flagship publications include over 50 annual blue books (皮书) such as the China Economic Situation Analysis and Forecast (经济蓝皮书), China Society Situation Analysis and Forecast (社会蓝皮书), and China Rural Development Report. CASS manages the China Social Sciences Net (CSSN) and publishes authoritative social science research, demographic forecasts, income inequality data, and policy analysis that inform central government decision-making on major domestic and international issues.", - "zh": "中国社会科学院是国务院直属的全国最高哲学社会科学研究机构,下设40个研究所和45个研究中心,涵盖经济、法律、政治学、社会学、历史、文学和国际研究等领域。旗舰出版物包括50余本年度皮书,如《经济蓝皮书:中国经济形势分析与预测》《社会蓝皮书:中国社会形势分析与预测》和《中国农村发展报告》。中国社会科学院管理中国社会科学网(CSSN),发布权威社会科学研究、人口预测、收入不平等数据和政策分析,为中央政府就重大国内外问题决策提供依据。" - }, - "website": "https://www.cass.cn/", - "data_url": "https://www.cssn.cn/", - "api_url": null, - "authority_level": "research", - "country": "CN", - "geographic_scope": "national", - "domains": [ - "economics", - "social", - "demographics", - "governance" - ], - "update_frequency": "annual", - "tags": [ - "中国社会科学院", - "CASS", - "Chinese Academy of Social Sciences", - "经济蓝皮书", - "economic blue book", - "社会蓝皮书", - "social blue book", - "皮书系列", - "blue book series", - "社会科学", - "social sciences", - "中国经济预测", - "China economic forecast", - "收入不平等", - "income inequality", - "社会发展", - "social development", - "人口趋势", - "demographic trends", - "农村发展", - "rural development", - "城镇化研究", - "urbanization research", - "国际关系", - "international relations", - "政策研究", - "policy research" - ], - "data_content": { - "en": [ - "China Economic Blue Book: annual GDP growth forecast, economic structure analysis, inflation projections, employment outlook, and consumption trend analysis for the following year", - "China Social Blue Book: annual survey data on social harmony, public satisfaction, income distribution, social stratification, education attainment, and health outcomes", - "China Rural Development Blue Book: data on agricultural income, rural-urban migration, land use policy implementation, rural governance quality, and poverty alleviation outcomes", - "China Urban Development Blue Book: city competitiveness rankings, urbanization rates, housing affordability metrics, infrastructure investment, and smart city development indicators", - "China Legal Development Blue Book: analysis of legislative developments, judicial reform progress, rule of law indices, and crime and litigation statistics", - "World Economy Blue Book: annual global economic outlook forecasts, major economy assessments, international trade trends, and geopolitical risk analysis", - "Population projection data: long-range demographic projections including working-age population trends, aging population statistics, total fertility rate estimates, and migration forecasts", - "China Social Sciences Net (CSSN): comprehensive academic database providing access to social science journal articles, working papers, and policy briefs from CASS's 40+ research institutes" - ], - "zh": [ - "经济蓝皮书:下一年度GDP增长预测、经济结构分析、通胀预期、就业展望和消费趋势分析", - "社会蓝皮书:社会和谐、民众满意度、收入分配、社会分层、教育程度和健康结果年度调查数据", - "农村发展蓝皮书:农业收入、农村人口流动、土地利用政策执行、农村治理质量和脱贫攻坚成果数据", - "城市发展蓝皮书:城市竞争力排名、城镇化率、住房可负担性指标、基础设施投资和智慧城市发展指数", - "法治蓝皮书:立法动态、司法改革进展、法治指数及犯罪和诉讼统计分析", - "世界经济蓝皮书:全球经济展望年度预测、主要经济体评估、国际贸易趋势和地缘政治风险分析", - "人口预测数据:劳动年龄人口趋势、老龄化人口统计、总和生育率估算和人口迁移预测等长期人口预测", - "中国社会科学网(CSSN):提供来自社科院40余家研究所的社会科学期刊论文、工作论文和政策简报的综合学术数据库" - ] - } -} diff --git a/firstdata/sources/china/technology/industry_associations/china-cncca.json b/firstdata/sources/china/technology/industry_associations/china-cncca.json deleted file mode 100644 index b1f2e2c..0000000 --- a/firstdata/sources/china/technology/industry_associations/china-cncca.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "id": "china-cncca", - "name": { - "en": "China National Coal Association", - "zh": "中国煤炭工业协会" - }, - "description": { - "en": "The China National Coal Association (CNCA) is the national industry association representing China's coal sector, the world's largest coal producer and consumer. China produces 3.5–4.0 billion tons of raw coal annually, accounting for over 50% of global output and approximately 55% of domestic primary energy consumption. CNCA publishes authoritative monthly and annual statistics on raw coal production, coal imports and exports, coal price indices, coking coal output, key enterprise financial performance, and coal industry safety metrics. Its data is widely used in global energy market analysis, carbon emissions accounting, climate policy research, and China's energy security and transition assessments.", - "zh": "中国煤炭工业协会是代表中国煤炭行业的全国性行业组织。中国是全球最大煤炭生产国和消费国,年产原煤35-40亿吨,占全球产量的50%以上,约占国内一次能源消费的55%。协会发布原煤产量、进出口、煤炭价格指数、焦煤产量、重点企业财务经营和煤炭行业安全指标等权威月度和年度统计数据,广泛应用于全球能源市场分析、碳排放核算、气候政策研究和中国能源安全与转型评估。" - }, - "website": "http://www.coalchina.org.cn/", - "data_url": "http://www.coalchina.org.cn/index.php?m=content&c=index&a=lists&catid=10", - "api_url": null, - "authority_level": "other", - "country": "CN", - "geographic_scope": "national", - "domains": [ - "energy", - "economics", - "environment" - ], - "update_frequency": "monthly", - "tags": [ - "中国煤炭工业协会", - "CNCA", - "China National Coal Association", - "煤炭产量", - "coal production", - "原煤", - "raw coal", - "焦煤", - "coking coal", - "动力煤", - "thermal coal", - "煤炭价格", - "coal price index", - "煤炭进出口", - "coal trade", - "能源统计", - "energy statistics", - "碳排放", - "carbon emissions", - "能源转型", - "energy transition", - "煤矿安全", - "coal mine safety", - "秦皇岛基准价", - "Qinhuangdao benchmark price" - ], - "data_content": { - "en": [ - "National raw coal production statistics: monthly and annual raw coal output data disaggregated by province and by enterprise ownership type (state-owned, private, joint ventures)", - "Coal import and export data: monthly import volumes of thermal coal and coking coal by origin country (Australia, Indonesia, Mongolia, Russia), and export volumes by destination", - "Coal price indices: monthly spot prices for thermal coal (Qinhuangdao 5,500 kcal/kg benchmark), coking coal, anthracite, and lignite at major domestic trading hubs", - "Coking coal supply-demand balance: monthly production, import, consumption, and port inventory data for metallurgical coking coal serving China's steel industry", - "Coal enterprise financial performance: annual data for top 50 coal companies including output, revenue, total profit, total assets, and capital investment", - "Coal industry safety statistics: annual data on coal mine accidents, fatalities by accident type, and improvement trends in safety performance across mine categories", - "Coal consumption by end-use sector: data on coal consumed by power generation, steel and coking, cement, chemicals, and residential/commercial sectors", - "Coal washing and processing data: annual clean coal yield rates, coking coal processing volumes, and coal quality grading statistics from major washing facilities" - ], - "zh": [ - "全国原煤产量统计:按省份和所有制类型(国有、民营、合资)分类的月度和年度原煤产量数据", - "煤炭进出口数据:按来源国(澳大利亚、印度尼西亚、蒙古、俄罗斯)分类的动力煤和炼焦煤月度进口量及按目的地分类的出口量", - "煤炭价格指数:主要国内交易枢纽动力煤(秦皇岛5500千卡/千克基准价)、炼焦煤、无烟煤和褐煤月度现货价格", - "炼焦煤供需平衡:服务中国钢铁行业的冶金炼焦煤月度生产、进口、消费和港口库存数据", - "煤炭企业财务绩效:前50家煤炭企业产量、营收、利润总额、总资产和资本投资年度数据", - "煤炭行业安全统计:按事故类型分类的煤矿事故和死亡人数年度数据及各类矿井安全绩效改善趋势", - "分行业煤炭消费:发电、钢铁与炼焦、水泥、化工和居民/商业部门煤炭消费终端用途数据", - "洗煤和加工数据:主要洗煤厂年度精煤回收率、炼焦煤加工量和煤炭品质分级统计" - ] - } -} From 1c460dd3fa22e7c71550cb1d5ebf0419ca6826cd Mon Sep 17 00:00:00 2001 From: firstdata-dev Date: Sun, 12 Apr 2026 10:20:12 +0800 Subject: [PATCH 3/4] fix: update cfsmc data_url (old path 404, use website root) --- firstdata/sources/china/economy/trade/china-cfsmc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firstdata/sources/china/economy/trade/china-cfsmc.json b/firstdata/sources/china/economy/trade/china-cfsmc.json index 909bec2..e5a324e 100644 --- a/firstdata/sources/china/economy/trade/china-cfsmc.json +++ b/firstdata/sources/china/economy/trade/china-cfsmc.json @@ -9,7 +9,7 @@ "zh": "中华全国供销合作总社是国务院直属的国家级联合合作组织,拥有全国最大的农村流通和购销网络。覆盖31个省份、200余万个基层合作组织,负责农业生产资料(化肥、农药、种子)供应、农村消费品流通、农产品购销、冷链物流和农村电商服务。发布年度统计年鉴和阶段性农业生产资料流通、农村消费、合作社企业财务经营和农村市场发展数据,服务覆盖全国2800余个县级供销合作社组织体系。" }, "website": "https://www.chinacoop.gov.cn/", - "data_url": "https://www.chinacoop.gov.cn/HTML/2024/zc/index.html", + "data_url": "https://www.chinacoop.gov.cn/", "api_url": null, "authority_level": "government", "country": "CN", From dee6505ba4f74ba9936a8ee92edcb2b48f89bb58 Mon Sep 17 00:00:00 2001 From: firstdata-dev Date: Sun, 12 Apr 2026 10:20:40 +0800 Subject: [PATCH 4/4] fix: update cgas data_url (ngac.org.cn 000 timeout, use cgs.gov.cn) --- firstdata/sources/china/resources/mineral/china-cgas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firstdata/sources/china/resources/mineral/china-cgas.json b/firstdata/sources/china/resources/mineral/china-cgas.json index 251adfe..db27c6d 100644 --- a/firstdata/sources/china/resources/mineral/china-cgas.json +++ b/firstdata/sources/china/resources/mineral/china-cgas.json @@ -9,7 +9,7 @@ "zh": "中国地质调查局是自然资源部直属的国家地质调查机构,承担全国陆域及专属经济区系统性地质调查工作。负责开展国家基础地质调查、1:25万区域地质测量、矿产资源勘查、水文地质评价和地质灾害调查,管理全国地质资料馆,发布土地资源、地质灾害、地下水、矿产资源潜力和地球化学分布等权威数据。中国地质调查局成果直接支撑国家国土空间规划、矿产资源政策、灾害防治和环境保护战略。" }, "website": "https://www.cgs.gov.cn/", - "data_url": "https://www.ngac.org.cn/", + "data_url": "https://www.cgs.gov.cn/", "api_url": null, "authority_level": "government", "country": "CN",