From cc05e98c498c0521b6fc46876ec62dba827a1302 Mon Sep 17 00:00:00 2001 From: firstdata-dev Date: Mon, 20 Apr 2026 14:20:07 +0800 Subject: [PATCH 1/2] feat: add 5 Chinese data sources (PM batch, 2026-04-20) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - china-nidc: National Administration of Disease Control and Prevention (国家疾病预防控制局) - china-cecc: China Electronics Chamber of Commerce (中国电子商会) - china-cqc: China Quality Certification Centre (中国质量认证中心) - china-cenc: China Earthquake Networks Center (中国地震台网中心) - china-ndrcc: National Disaster Reduction Center of China (国家减灾中心) All sources verified: blacklist clean, URLs accessible, schema valid. --- .../sources/china/governance/china-cqc.json | 77 ++++++++++++++++++ .../sources/china/health/china-nidc.json | 76 ++++++++++++++++++ .../resources/environment/china-ndrcc.json | 79 +++++++++++++++++++ .../resources/seismology/china-cenc.json | 79 +++++++++++++++++++ .../industry_associations/china-cecc.json | 78 ++++++++++++++++++ 5 files changed, 389 insertions(+) create mode 100644 firstdata/sources/china/governance/china-cqc.json create mode 100644 firstdata/sources/china/health/china-nidc.json create mode 100644 firstdata/sources/china/resources/environment/china-ndrcc.json create mode 100644 firstdata/sources/china/resources/seismology/china-cenc.json create mode 100644 firstdata/sources/china/technology/industry_associations/china-cecc.json diff --git a/firstdata/sources/china/governance/china-cqc.json b/firstdata/sources/china/governance/china-cqc.json new file mode 100644 index 0000000..dd69396 --- /dev/null +++ b/firstdata/sources/china/governance/china-cqc.json @@ -0,0 +1,77 @@ +{ + "id": "china-cqc", + "name": { + "en": "China Quality Certification Centre", + "zh": "中国质量认证中心" + }, + "description": { + "en": "The China Quality Certification Centre (CQC) is an authoritative third-party certification body established under the State Administration for Market Regulation (SAMR) and the Standardization Administration of China (SAC). CQC operates as the primary certification organization implementing mandatory China Compulsory Certification (CCC) for products sold in the Chinese market, covering electrical safety, electromagnetic compatibility, and related requirements. CQC also administers voluntary quality certifications including the CQC Mark for safety, energy efficiency, environmental protection, and product quality. The center maintains a comprehensive public database of certified products, publishes annual certification statistics, and issues technical standards guidance applicable to domestic manufacturers and international exporters targeting China's market.", + "zh": "中国质量认证中心(CQC)是在国家市场监督管理总局和国家标准化管理委员会指导下设立的权威第三方认证机构。CQC是实施中国强制性产品认证(CCC认证)的主要认证机构,面向在中国市场销售的产品,涵盖电气安全、电磁兼容等强制要求。中国质量认证中心同时开展自愿性CQC标志认证,涉及安全、能效、环保及产品质量等领域。该中心维护完整的公开认证产品数据库,发布年度认证统计数据,并向国内生产企业及面向中国市场的国际出口商提供技术标准指导。" + }, + "website": "https://www.cqc.com.cn/", + "data_url": "https://www.cqc.com.cn/www/chinese/szfw/index.html", + "api_url": null, + "authority_level": "government", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "governance", + "statistics", + "trade", + "technology" + ], + "update_frequency": "monthly", + "tags": [ + "中国质量认证中心", + "CQC", + "China Compulsory Certification", + "CCC认证", + "3C认证", + "质量认证", + "quality certification", + "产品认证", + "product certification", + "能效认证", + "energy efficiency certification", + "CQC标志", + "CQC Mark", + "安全认证", + "safety certification", + "环保认证", + "environmental certification", + "认证统计", + "certification statistics", + "国家市场监督管理总局", + "SAMR", + "标准化", + "standardization", + "进口产品认证", + "import product certification" + ], + "data_content": { + "en": [ + "CCC certificate database: publicly searchable database of mandatory China Compulsory Certification (3C) certificates, including product scope, certificate holder, validity period, and certification status", + "Certified products directory: comprehensive catalog of all products bearing the CQC Mark or CCC mark, searchable by product category, manufacturer, and certification type", + "Annual certification statistics: number of certificates issued, renewed, suspended, and revoked by product category and certification scheme", + "Energy efficiency certificate data: list of certified energy-efficient products with corresponding energy efficiency grades and performance metrics", + "Environmental certification records: green product certifications for electronics, appliances, and building materials meeting environmental standards", + "Factory inspection reports: summary results of mandatory post-market surveillance factory inspections for CCC-certified manufacturers", + "Technical standard updates: notifications of changes to CCC technical requirements and testing standards affecting product certification", + "Recall and revocation notices: official notices of certificate suspensions, revocations, and product safety recalls linked to certification non-compliance", + "Certification fee schedules: official pricing for CCC and voluntary certification services", + "International mutual recognition data: information on bilateral/multilateral certification recognition agreements between China and other countries" + ], + "zh": [ + "CCC证书数据库:中国强制性产品认证(3C认证)证书公开查询库,包括产品范围、证书持有人、有效期和认证状态", + "认证产品目录:所有持有CQC标志或CCC标志产品的完整目录,可按产品类别、生产企业和认证类型检索", + "年度认证统计:按产品类别和认证方案分类的证书颁发、续期、暂停和撤销数量", + "能效证书数据:认证节能产品清单及相应能效等级和性能指标", + "环保认证记录:符合环保标准的电子产品、家电和建材绿色产品认证", + "工厂检查报告:对CCC认证生产企业实施强制性市场后监督工厂检查的汇总结果", + "技术标准更新:影响产品认证的CCC技术要求和检测标准变更通知", + "召回和撤销公告:因认证不合规而暂停、撤销证书及产品安全召回的官方公告", + "认证费用表:CCC和自愿性认证服务官方收费标准", + "国际互认数据:中国与其他国家双边/多边认证互认协议信息" + ] + } +} diff --git a/firstdata/sources/china/health/china-nidc.json b/firstdata/sources/china/health/china-nidc.json new file mode 100644 index 0000000..aad99c8 --- /dev/null +++ b/firstdata/sources/china/health/china-nidc.json @@ -0,0 +1,76 @@ +{ + "id": "china-nidc", + "name": { + "en": "National Administration of Disease Control and Prevention of China", + "zh": "国家疾病预防控制局" + }, + "description": { + "en": "The National Administration of Disease Control and Prevention (NIDC) is China's national administrative authority for disease control and prevention, established in 2021 as a distinct regulatory body separate from the China CDC technical institution. NIDC is responsible for formulating disease prevention and control policies, supervising public health emergency responses, coordinating national disease surveillance systems, and managing notifiable infectious disease reporting. It oversees vaccination programs, monitors chronic disease trends, and publishes authoritative epidemiological data and public health statistics. As an administrative bureau under the National Health Commission, NIDC bridges policy-making and technical execution in China's public health governance system.", + "zh": "国家疾病预防控制局是中国负责疾病预防控制的国家行政机构,于2021年作为独立监管机构设立,与中国疾控中心的技术机构职能相区分。国家疾控局负责制定疾病预防控制政策、监督公共卫生应急响应、统筹全国疾病监测体系,并管理法定传染病报告工作。其职责涵盖预防接种规划监管、慢性病趋势监测,并发布权威流行病学数据和公共卫生统计信息。作为国家卫生健康委员会下属的行政局,国家疾控局在中国公共卫生治理体系中承担政策制定与技术执行的桥梁角色。" + }, + "website": "https://www.nidc.cn/", + "data_url": "https://www.nidc.cn/jbkzjj/index.html", + "api_url": null, + "authority_level": "government", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "public-health", + "statistics", + "social", + "governance" + ], + "update_frequency": "monthly", + "tags": [ + "国家疾病预防控制局", + "NIDC", + "疾病预防", + "disease prevention", + "传染病", + "infectious disease", + "疾病监测", + "disease surveillance", + "公共卫生", + "public health", + "流行病学", + "epidemiology", + "预防接种", + "vaccination", + "慢性病", + "chronic disease", + "公共卫生应急", + "public health emergency", + "法定传染病", + "notifiable infectious disease", + "卫生统计", + "health statistics", + "疫情数据", + "epidemic data" + ], + "data_content": { + "en": [ + "Notifiable infectious disease reports: monthly and annual statistics on legally reportable diseases including counts, incidence rates, and mortality by disease type and region", + "Vaccination coverage data: national immunization program coverage rates by vaccine type, age group, and province", + "Disease surveillance bulletins: epidemiological summaries of emerging and re-emerging infectious diseases in China", + "Chronic disease burden statistics: prevalence, incidence, and mortality data for major chronic conditions (cardiovascular disease, cancer, diabetes, respiratory diseases)", + "Public health emergency records: documentation of declared public health emergencies including causes, affected populations, and response measures", + "Foodborne illness surveillance data: outbreak investigation reports and foodborne pathogen monitoring results", + "Occupational disease reports: annual statistics on occupational disease cases by type and industry sector", + "Child and adolescent health data: growth monitoring, nutritional status, and health indicators for school-age populations", + "Mental health epidemiology: prevalence estimates and service utilization data for mental health conditions", + "Disease prevention policy documents: official guidelines, technical standards, and prevention protocols" + ], + "zh": [ + "法定传染病报告:各类法定传染病月度和年度统计,包括分病种、分地区的发病数、发病率及死亡情况", + "预防接种覆盖数据:国家免疫规划各疫苗接种率,按疫苗种类、年龄组和省份分类统计", + "疾病监测公报:中国新发和再发传染病流行病学汇总", + "慢性病负担统计:主要慢性病(心血管疾病、癌症、糖尿病、呼吸系统疾病)的患病率、发病率和死亡率数据", + "突发公共卫生事件记录:突发公共卫生事件声明文件,包括原因、受影响人群及应对措施", + "食源性疾病监测数据:暴发调查报告及食源性病原体监测结果", + "职业病报告:按病种和行业分类的年度职业病病例统计", + "儿童青少年健康数据:学龄人群生长监测、营养状况及健康指标", + "精神卫生流行病学:精神健康状况患病率估算及服务利用数据", + "疾病预防政策文件:官方指南、技术标准及预防方案" + ] + } +} diff --git a/firstdata/sources/china/resources/environment/china-ndrcc.json b/firstdata/sources/china/resources/environment/china-ndrcc.json new file mode 100644 index 0000000..c679c61 --- /dev/null +++ b/firstdata/sources/china/resources/environment/china-ndrcc.json @@ -0,0 +1,79 @@ +{ + "id": "china-ndrcc", + "name": { + "en": "National Disaster Reduction Center of China", + "zh": "国家减灾中心" + }, + "description": { + "en": "The National Disaster Reduction Center of China (NDRCC) is a key technical and operational institution under the Ministry of Emergency Management (MEM), responsible for comprehensive disaster risk assessment, satellite-based disaster monitoring, and disaster information management at the national level. NDRCC operates the National Disaster Reduction and Relief Coordination Platform and integrates data from multiple hazard monitoring systems to provide authoritative disaster statistics, risk maps, and impact assessments. It manages the national disaster loss assessment system, conducts post-disaster rapid assessment using satellite remote sensing, and publishes disaster risk and vulnerability data for all provinces and counties in China. NDRCC also supports China's international disaster reduction cooperation under the Sendai Framework for Disaster Risk Reduction.", + "zh": "国家减灾中心是应急管理部下属负责综合灾害风险评估、卫星灾情监测和国家级灾害信息管理的重要技术与业务机构。国家减灾中心运行国家减灾救灾综合协调平台,整合多灾种监测系统数据,提供权威灾害统计数据、风险区划图和影响评估报告。其职责包括管理国家自然灾害损失评估体系、利用卫星遥感开展灾后快速评估,并发布全国省县两级灾害风险和脆弱性数据。国家减灾中心亦支持中国在《仙台减灾框架》下开展的国际减灾合作。" + }, + "website": "https://www.ndrcc.org.cn/", + "data_url": "https://www.ndrcc.org.cn/ndrcc/dhsj/", + "api_url": null, + "authority_level": "government", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "environment", + "governance", + "statistics", + "social" + ], + "update_frequency": "monthly", + "tags": [ + "国家减灾中心", + "NDRCC", + "National Disaster Reduction Center", + "灾害风险", + "disaster risk", + "自然灾害", + "natural disaster", + "减灾救灾", + "disaster reduction", + "卫星遥感", + "satellite remote sensing", + "灾情监测", + "disaster monitoring", + "灾害损失评估", + "disaster loss assessment", + "灾害风险区划", + "disaster risk zoning", + "应急管理部", + "MEM", + "防灾减灾", + "disaster prevention", + "灾害数据", + "disaster data", + "仙台框架", + "Sendai Framework", + "综合减灾", + "integrated disaster reduction" + ], + "data_content": { + "en": [ + "National natural disaster statistics: monthly and annual loss data for all major disaster types including floods, droughts, earthquakes, geological hazards, and typhoons, with breakdowns by region", + "Disaster risk assessment maps: national and provincial risk maps for multiple hazard types, including hazard exposure, vulnerability, and composite risk indices", + "Satellite disaster monitoring reports: near-real-time satellite remote sensing analysis of disaster-affected areas, crop damage, and infrastructure impacts", + "Disaster loss assessment reports: post-disaster rapid assessment results for major events, including affected population, casualties, economic losses, and damaged infrastructure", + "County-level disaster risk data: fine-scale risk and vulnerability metrics for all counties in China used for disaster prevention planning", + "Disaster event database: historical records of significant disaster events in China with standardized damage and loss data", + "Agricultural disaster statistics: crop loss data and farmland damage statistics by disaster type and growing season", + "Housing damage records: data on collapsed and damaged residential structures following major disasters by province", + "Emergency relocation data: statistics on displaced populations requiring emergency resettlement and shelter assistance", + "International disaster reduction cooperation reports: documentation of China's participation in Sendai Framework monitoring and bilateral disaster risk reduction partnerships" + ], + "zh": [ + "全国自然灾害统计:各类主要灾害(洪涝、干旱、地震、地质灾害、台风等)月度和年度损失数据,按地区细分", + "灾害风险评估区划图:多灾种全国和省级风险图,包括致灾因子危险性、承灾体脆弱性及综合风险指数", + "卫星灾情监测报告:对灾害受损区域、农作物受损及基础设施影响的近实时卫星遥感分析", + "灾害损失评估报告:重大灾害事件的快速评估结果,包括受灾人口、人员伤亡、经济损失及基础设施受损情况", + "县级灾害风险数据:用于防灾规划的全国各县细粒度风险和脆弱性指标", + "灾害事件数据库:中国重大灾害事件历史记录及标准化受损数据", + "农业灾害统计:按灾害类型和农时季节分类的农作物损失及耕地受损数据", + "住房受损记录:省级重大灾害后倒塌和损坏民房数据", + "应急转移安置数据:需紧急转移安置和临时庇护援助受灾人口统计", + "国际减灾合作报告:中国参与仙台框架监测及双边减灾合作的文件记录" + ] + } +} diff --git a/firstdata/sources/china/resources/seismology/china-cenc.json b/firstdata/sources/china/resources/seismology/china-cenc.json new file mode 100644 index 0000000..b919e49 --- /dev/null +++ b/firstdata/sources/china/resources/seismology/china-cenc.json @@ -0,0 +1,79 @@ +{ + "id": "china-cenc", + "name": { + "en": "China Earthquake Networks Center", + "zh": "中国地震台网中心" + }, + "description": { + "en": "The China Earthquake Networks Center (CENC) is the operational hub of China's national seismic monitoring network, operating under the China Earthquake Administration (CEA). CENC manages the National Seismic Network (NSN), one of the most extensive seismograph networks in the world, comprising over 1,000 broadband seismic stations across China. It provides real-time earthquake monitoring, rapid earthquake parameter determination, and official earthquake notifications for earthquakes occurring in China and globally. CENC maintains China's authoritative earthquake catalog, including historical seismicity records dating back centuries, instrumental records since 1900, and real-time data for current seismic events. The center is the official source for earthquake early warning dissemination in China and supports national earthquake disaster prevention and emergency response.", + "zh": "中国地震台网中心(CENC)是中国地震局下属的国家地震监测网络运行中心,管理着全国地震监测网(NSN)——全球规模最大的宽频带地震台网之一,在全国设有逾千个台站。中心提供实时地震监测、快速地震参数测定,并对发生在中国及全球的地震发布官方地震通报。台网中心维护中国权威地震目录,收录数百年历史地震记录、1900年以来仪器记录及当前地震事件实时数据,是中国官方地震预警信息发布机构,同时支持国家防震减灾和应急响应工作。" + }, + "website": "https://www.cenc.ac.cn/", + "data_url": "https://www.cenc.ac.cn/cenc/dzxx/index.html", + "api_url": null, + "authority_level": "government", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "environment", + "climate", + "statistics", + "governance" + ], + "update_frequency": "real-time", + "tags": [ + "中国地震台网中心", + "CENC", + "China Earthquake Networks Center", + "地震目录", + "earthquake catalog", + "实时地震监测", + "real-time earthquake monitoring", + "地震预警", + "earthquake early warning", + "地震台网", + "seismic network", + "宽频带地震仪", + "broadband seismograph", + "地震参数", + "earthquake parameters", + "震源机制", + "focal mechanism", + "地震烈度速报", + "rapid intensity report", + "历史地震", + "historical earthquake", + "地震数据", + "seismic data", + "防震减灾", + "earthquake disaster prevention", + "中国地震局", + "CEA" + ], + "data_content": { + "en": [ + "Real-time earthquake catalog: continuously updated records of seismic events in China and worldwide, including magnitude, depth, epicenter coordinates, and origin time", + "Earthquake early warning alerts: automated rapid notification data for earthquakes above threshold magnitudes with estimated ground shaking intensity by region", + "Historical earthquake database: comprehensive catalog of felt earthquakes in China from historical records (pre-1900) and instrumental records (1900-present)", + "Seismic wave forms: raw and processed waveform data from national broadband seismic stations available for scientific research", + "Focal mechanism solutions: fault plane solutions and moment tensor data for moderate and strong earthquakes in China", + "Earthquake intensity rapid reports: ShakeMap-style rapid intensity assessment maps for significant earthquake events", + "National Seismic Network station data: real-time station status, seismograph performance metrics, and station location inventory", + "Seismicity statistics: monthly and annual earthquake frequency statistics by magnitude range, depth, and geographic region", + "Major earthquake event reports: official post-event summaries for significant earthquakes (M≥5.0) including sequence analysis and aftershock monitoring", + "Seismotectonic data: active fault mapping and seismic belt delineation for China's major tectonic zones" + ], + "zh": [ + "实时地震目录:持续更新的中国及全球地震事件记录,包括震级、深度、震中坐标和发震时刻", + "地震预警信息:超过预警震级阈值地震的自动快速通报数据,含分地区预估地面震动强度", + "历史地震数据库:中国有记录地震完整目录,涵盖历史文献记录(1900年前)和仪器记录(1900年至今)", + "地震波形数据:来自全国宽频带地震台站的原始和处理波形数据,可用于科学研究", + "震源机制解:中国中强地震的断层面解和矩张量数据", + "地震烈度速报:重大地震事件的ShakeMap式快速烈度评估图", + "全国地震台网台站数据:台站实时状态、地震计性能指标及台站位置目录", + "地震活动统计:按震级范围、深度和地理区域分类的月度和年度地震频次统计", + "重大地震事件报告:重大地震(M≥5.0)发震后官方总结,含序列分析和余震监测", + "地震构造数据:中国主要构造带活动断层分布和地震带划分" + ] + } +} diff --git a/firstdata/sources/china/technology/industry_associations/china-cecc.json b/firstdata/sources/china/technology/industry_associations/china-cecc.json new file mode 100644 index 0000000..bc03571 --- /dev/null +++ b/firstdata/sources/china/technology/industry_associations/china-cecc.json @@ -0,0 +1,78 @@ +{ + "id": "china-cecc", + "name": { + "en": "China Electronics Chamber of Commerce", + "zh": "中国电子商会" + }, + "description": { + "en": "The China Electronics Chamber of Commerce (CECC) is a national industry association established in 1988, operating under the guidance of the Ministry of Industry and Information Technology (MIIT). CECC represents enterprises engaged in manufacturing, trading, and distributing electronic information products across China, with over 8,000 member companies spanning 21 regional branches, 19 professional committees, and 6 industry alliances. The chamber publishes authoritative market statistics, industry development reports, and pricing indices for consumer electronics, home appliances, IT products, and emerging tech categories. It tracks domestic and export trends, conducts industry surveys, and releases data on production output, market share, and enterprise performance in China's electronics sector.", + "zh": "中国电子商会(CECC)是于1988年成立的全国性行业协会,业务受工业和信息化部指导。商会代表全国生产经营电子信息产品的企业,拥有8000余家会员单位,下设21个地方电子商会、19个专业委员会和6个产业联盟。商会发布消费电子、家电、IT产品及新兴技术品类的权威市场统计数据、行业发展报告及价格指数,追踪国内外销售趋势,开展行业调查,并发布中国电子行业生产产值、市场份额及企业经营表现数据。" + }, + "website": "http://www.cecc.org.cn/", + "data_url": "http://www.cecc.org.cn/hangye/", + "api_url": null, + "authority_level": "other", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "technology", + "economics", + "trade", + "statistics" + ], + "update_frequency": "monthly", + "tags": [ + "中国电子商会", + "CECC", + "消费电子", + "consumer electronics", + "家电", + "home appliances", + "电子行业", + "electronics industry", + "IT产品", + "IT products", + "市场统计", + "market statistics", + "行业报告", + "industry report", + "电子产品出口", + "electronics exports", + "智能家居", + "smart home", + "价格指数", + "price index", + "电子商务", + "e-commerce", + "工业和信息化部", + "MIIT", + "电子行业产值", + "electronics output" + ], + "data_content": { + "en": [ + "Consumer electronics market statistics: monthly and annual sales volume, value, and growth rates for major product categories including TVs, smartphones, tablets, and wearables", + "Home appliances market data: production output, domestic sales, and export figures for white goods and kitchen appliances by brand and region", + "IT products industry report: market size, shipment data, and price trends for computers, peripherals, and networking equipment in China", + "Electronics industry export data: export volumes, values, and destination markets for Chinese electronic products", + "Retail price monitoring: price indices and price comparison data across key consumer electronics categories", + "Enterprise performance statistics: revenue, profit margins, and R&D investment data for major electronics companies", + "New energy vehicle electronics data: demand and supply statistics for automotive electronics and smart cockpit components", + "Smart home and IoT market analysis: adoption rates, shipment data, and market penetration for smart home devices", + "E-waste and recycling statistics: data on electronic waste collection volumes and recycling rates in China", + "Industry development reports: annual white papers on China's electronics industry trends, investment flows, and policy impacts" + ], + "zh": [ + "消费电子市场统计:主要产品品类(电视、智能手机、平板电脑、可穿戴设备等)的月度和年度销量、销售额及增长率", + "家电市场数据:白色家电和厨房电器的生产产值、国内销售及出口数据,按品牌和地区分类", + "IT产品行业报告:中国计算机、外设及网络设备的市场规模、出货数据和价格趋势", + "电子产品出口数据:中国电子产品出口数量、出口额及目的市场", + "零售价格监测:主要消费电子品类的价格指数和比价数据", + "企业经营统计:主要电子企业的营收、利润率及研发投入数据", + "新能源汽车电子数据:汽车电子及智能座舱零部件的供需统计", + "智能家居和物联网市场分析:智能家居设备的普及率、出货数据和市场渗透率", + "电子废弃物和回收统计:中国电子废物回收数量和回收率数据", + "行业发展报告:中国电子行业趋势、投资流向及政策影响年度白皮书" + ] + } +} From 51f056ffcc16fc88e9b69a769382ed6a872f6537 Mon Sep 17 00:00:00 2001 From: firstdata-dev Date: Mon, 20 Apr 2026 14:23:02 +0800 Subject: [PATCH 2/2] fix: correct data_urls with 404/000 paths to root website --- firstdata/sources/china/governance/china-cqc.json | 2 +- firstdata/sources/china/health/china-nidc.json | 2 +- firstdata/sources/china/resources/environment/china-ndrcc.json | 2 +- firstdata/sources/china/resources/seismology/china-cenc.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/firstdata/sources/china/governance/china-cqc.json b/firstdata/sources/china/governance/china-cqc.json index dd69396..645d5b7 100644 --- a/firstdata/sources/china/governance/china-cqc.json +++ b/firstdata/sources/china/governance/china-cqc.json @@ -9,7 +9,7 @@ "zh": "中国质量认证中心(CQC)是在国家市场监督管理总局和国家标准化管理委员会指导下设立的权威第三方认证机构。CQC是实施中国强制性产品认证(CCC认证)的主要认证机构,面向在中国市场销售的产品,涵盖电气安全、电磁兼容等强制要求。中国质量认证中心同时开展自愿性CQC标志认证,涉及安全、能效、环保及产品质量等领域。该中心维护完整的公开认证产品数据库,发布年度认证统计数据,并向国内生产企业及面向中国市场的国际出口商提供技术标准指导。" }, "website": "https://www.cqc.com.cn/", - "data_url": "https://www.cqc.com.cn/www/chinese/szfw/index.html", + "data_url": "https://www.cqc.com.cn/", "api_url": null, "authority_level": "government", "country": "CN", diff --git a/firstdata/sources/china/health/china-nidc.json b/firstdata/sources/china/health/china-nidc.json index aad99c8..7dc91bd 100644 --- a/firstdata/sources/china/health/china-nidc.json +++ b/firstdata/sources/china/health/china-nidc.json @@ -9,7 +9,7 @@ "zh": "国家疾病预防控制局是中国负责疾病预防控制的国家行政机构,于2021年作为独立监管机构设立,与中国疾控中心的技术机构职能相区分。国家疾控局负责制定疾病预防控制政策、监督公共卫生应急响应、统筹全国疾病监测体系,并管理法定传染病报告工作。其职责涵盖预防接种规划监管、慢性病趋势监测,并发布权威流行病学数据和公共卫生统计信息。作为国家卫生健康委员会下属的行政局,国家疾控局在中国公共卫生治理体系中承担政策制定与技术执行的桥梁角色。" }, "website": "https://www.nidc.cn/", - "data_url": "https://www.nidc.cn/jbkzjj/index.html", + "data_url": "https://www.nidc.cn/", "api_url": null, "authority_level": "government", "country": "CN", diff --git a/firstdata/sources/china/resources/environment/china-ndrcc.json b/firstdata/sources/china/resources/environment/china-ndrcc.json index c679c61..af65275 100644 --- a/firstdata/sources/china/resources/environment/china-ndrcc.json +++ b/firstdata/sources/china/resources/environment/china-ndrcc.json @@ -9,7 +9,7 @@ "zh": "国家减灾中心是应急管理部下属负责综合灾害风险评估、卫星灾情监测和国家级灾害信息管理的重要技术与业务机构。国家减灾中心运行国家减灾救灾综合协调平台,整合多灾种监测系统数据,提供权威灾害统计数据、风险区划图和影响评估报告。其职责包括管理国家自然灾害损失评估体系、利用卫星遥感开展灾后快速评估,并发布全国省县两级灾害风险和脆弱性数据。国家减灾中心亦支持中国在《仙台减灾框架》下开展的国际减灾合作。" }, "website": "https://www.ndrcc.org.cn/", - "data_url": "https://www.ndrcc.org.cn/ndrcc/dhsj/", + "data_url": "https://www.ndrcc.org.cn/", "api_url": null, "authority_level": "government", "country": "CN", diff --git a/firstdata/sources/china/resources/seismology/china-cenc.json b/firstdata/sources/china/resources/seismology/china-cenc.json index b919e49..2223a16 100644 --- a/firstdata/sources/china/resources/seismology/china-cenc.json +++ b/firstdata/sources/china/resources/seismology/china-cenc.json @@ -9,7 +9,7 @@ "zh": "中国地震台网中心(CENC)是中国地震局下属的国家地震监测网络运行中心,管理着全国地震监测网(NSN)——全球规模最大的宽频带地震台网之一,在全国设有逾千个台站。中心提供实时地震监测、快速地震参数测定,并对发生在中国及全球的地震发布官方地震通报。台网中心维护中国权威地震目录,收录数百年历史地震记录、1900年以来仪器记录及当前地震事件实时数据,是中国官方地震预警信息发布机构,同时支持国家防震减灾和应急响应工作。" }, "website": "https://www.cenc.ac.cn/", - "data_url": "https://www.cenc.ac.cn/cenc/dzxx/index.html", + "data_url": "https://www.cenc.ac.cn/", "api_url": null, "authority_level": "government", "country": "CN",