From 222e54c60a87082edf9be3d8a2d4f89cea2887b6 Mon Sep 17 00:00:00 2001 From: firstdata-dev Date: Sat, 18 Apr 2026 14:13:58 +0800 Subject: [PATCH 1/2] feat: add 5 Chinese data sources (PM batch, 2026-04-18) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - china-cams: Chinese Academy of Medical Sciences (中国医学科学院) Medical research data, oncology, infectious disease, drug development URL: https://www.cams.cn - china-naoc: National Astronomical Observatories of China (国家天文台) LAMOST spectral survey, FAST radio telescope data, sky catalogs URL: https://nadc.china-vo.org - china-geodata: National Geoscience Data Center (国家地球科学数据中心) Multi-disciplinary earth science datasets, geology, geophysics URL: https://www.geodata.cn - china-cern: Chinese Ecosystem Research Network (中国生态系统研究网络) 40+ ecosystem stations, long-term soil/water/biodiversity monitoring URL: https://cern.ac.cn - china-camet: China Association of Metros (中国城市轨道交通协会) Annual urban rail transit statistics, ridership, mileage, investment URL: https://www.camet.org.cn --- .../sources/china/health/china-cams.json | 75 +++++++++++++++++ .../china/infrastructure/china-camet.json | 76 ++++++++++++++++++ .../resources/environment/china-cern.json | 80 +++++++++++++++++++ .../resources/environment/china-geodata.json | 76 ++++++++++++++++++ .../technology/sci_resources/china-naoc.json | 76 ++++++++++++++++++ 5 files changed, 383 insertions(+) create mode 100644 firstdata/sources/china/health/china-cams.json create mode 100644 firstdata/sources/china/infrastructure/china-camet.json create mode 100644 firstdata/sources/china/resources/environment/china-cern.json create mode 100644 firstdata/sources/china/resources/environment/china-geodata.json create mode 100644 firstdata/sources/china/technology/sci_resources/china-naoc.json diff --git a/firstdata/sources/china/health/china-cams.json b/firstdata/sources/china/health/china-cams.json new file mode 100644 index 0000000..11172e3 --- /dev/null +++ b/firstdata/sources/china/health/china-cams.json @@ -0,0 +1,75 @@ +{ + "id": "china-cams", + "name": { + "en": "Chinese Academy of Medical Sciences (CAMS)", + "zh": "中国医学科学院" + }, + "description": { + "en": "The Chinese Academy of Medical Sciences (CAMS), together with its affiliated Peking Union Medical College (PUMC), is China's premier national medical research institution, established in 1956 and headquartered in Beijing. CAMS oversees 18 research institutes, 6 hospitals, and multiple national key laboratories covering clinical medicine, basic medical research, biomedical engineering, pharmacology, oncology, and infectious disease. As a national-level authority, CAMS produces authoritative data on medical research outputs, drug development pipelines, disease burden studies, clinical trial registrations, genomic research, and population health surveys. CAMS hosts the Chinese Health Statistics Yearbook data and major disease surveillance programs, providing essential datasets for public health policy, pharmaceutical research, and clinical practice.", + "zh": "中国医学科学院(CAMS)是中国最高医学研究机构,与北京协和医学院实行院校合一管理体制,成立于1956年,总部位于北京。中国医学科学院下设18个研究所、6所附属医院和多个国家重点实验室,覆盖临床医学、基础医学、生物医学工程、药理学、肿瘤学和传染病学等领域。作为国家级机构,中国医学科学院产出权威的医学研究成果数据、药物研发管线、疾病负担研究、临床试验注册、基因组研究及人群健康调查数据。院校还承担《中国卫生统计年鉴》数据汇编及重要疾病监测项目,为公共卫生政策、医药研究和临床实践提供核心数据集。" + }, + "website": "https://www.cams.cn", + "data_url": "https://www.cams.cn", + "api_url": null, + "authority_level": "research", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "health", + "research", + "pharmaceuticals" + ], + "update_frequency": "irregular", + "tags": [ + "中国医学科学院", + "CAMS", + "协和医学院", + "PUMC", + "医学研究", + "medical research", + "药物研发", + "drug development", + "临床试验", + "clinical trials", + "肿瘤学", + "oncology", + "传染病", + "infectious disease", + "基因组学", + "genomics", + "公共卫生", + "public health", + "疾病监测", + "disease surveillance", + "国家重点实验室", + "national key laboratory", + "医学数据", + "medical data" + ], + "data_content": { + "en": [ + "Medical research publications and datasets from 18 research institutes covering all major biomedical fields", + "Oncology data: cancer incidence, mortality, survival rates from affiliated cancer hospitals and national tumor registries", + "Infectious disease research: epidemiological data, pathogen surveillance, vaccine efficacy studies", + "Drug development pipeline: clinical trial registration data, pharmacological research, drug safety monitoring", + "Genomic and proteomics research data from national platforms affiliated with CAMS", + "Population health surveys: chronic disease prevalence, risk factor surveillance, health behavior studies", + "Medical device and biomedical engineering research data", + "Disease burden studies: DALYs, mortality statistics, disability-adjusted life year analyses", + "Health technology assessment reports supporting national essential medicine list updates", + "Chinese Pharmacopoeia data and quality standards for pharmaceuticals" + ], + "zh": [ + "18个研究所涵盖所有主要生物医学领域的科研成果和数据集", + "肿瘤数据:来自附属肿瘤医院和全国肿瘤登记处的癌症发病率、死亡率和生存率", + "传染病研究:流行病学数据、病原体监测、疫苗效力研究", + "药物研发管线:临床试验注册数据、药理学研究、药物安全监测", + "与中国医学科学院相关联的国家平台的基因组和蛋白质组研究数据", + "人群健康调查:慢性病患病率、危险因素监测、健康行为研究", + "医疗器械和生物医学工程研究数据", + "疾病负担研究:伤残调整寿命年分析、死亡率统计", + "支持国家基本药物目录更新的卫生技术评估报告", + "《中华人民共和国药典》数据及药品质量标准" + ] + } +} diff --git a/firstdata/sources/china/infrastructure/china-camet.json b/firstdata/sources/china/infrastructure/china-camet.json new file mode 100644 index 0000000..54a5bc5 --- /dev/null +++ b/firstdata/sources/china/infrastructure/china-camet.json @@ -0,0 +1,76 @@ +{ + "id": "china-camet", + "name": { + "en": "China Association of Metros (CAMET)", + "zh": "中国城市轨道交通协会" + }, + "description": { + "en": "The China Association of Metros (CAMET) is the national industry association for urban rail transit in China, established in 2000 and headquartered in Beijing. CAMET represents subway, light rail, monorail, and automated guideway transit operators across all major Chinese cities. The association publishes the authoritative annual Urban Rail Transit Statistical Report, which is the primary national data source for the industry, covering total network mileage, number of lines, passenger volumes, operating revenues, investment, and ridership trends across China's urban rail systems. As of 2023, China operates the world's largest urban rail network with over 10,000 kilometers of routes across 55 cities. CAMET data are essential for urban transport planning, smart city investment analysis, and benchmarking China's transit expansion against global peers.", + "zh": "中国城市轨道交通协会(CAMET)是全国性城市轨道交通行业协会,2000年在北京成立,代表全国各大城市的地铁、轻轨、单轨和自动导轨交通运营商。协会每年发布权威的《城市轨道交通统计和分析报告》,是该行业最主要的全国数据来源,涵盖全国城市轨道交通总里程、线路数量、客运量、运营收入、投资规模和客流趋势等数据。截至2023年,中国已运营全球最大规模的城市轨道交通网络,在55个城市运营总里程超过1万公里。CAMET数据是城市交通规划、智慧城市投资分析及与全球同行进行基准比较的重要参考。" + }, + "website": "https://www.camet.org.cn", + "data_url": "https://www.camet.org.cn", + "api_url": null, + "authority_level": "other", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "infrastructure", + "transportation", + "urban", + "statistics" + ], + "update_frequency": "annual", + "tags": [ + "中国城市轨道交通协会", + "CAMET", + "地铁", + "metro", + "城市轨道交通", + "urban rail transit", + "轻轨", + "light rail", + "客运量", + "passenger volume", + "运营里程", + "operating mileage", + "地铁统计", + "metro statistics", + "城市交通", + "urban transportation", + "轨道交通投资", + "rail transit investment", + "智慧交通", + "smart transportation", + "城市建设", + "urban construction", + "公共交通", + "public transit" + ], + "data_content": { + "en": [ + "Annual urban rail transit statistical report: comprehensive industry-wide data published each year for all operating cities", + "Network scale: total route mileage, number of lines, number of stations by city and nationwide aggregate", + "Passenger volume: annual and monthly ridership, passenger-kilometers, peak-hour loads by city and system", + "Operating revenues: fare revenue, ancillary income, operating costs, and subsidy data for urban rail operators", + "Infrastructure investment: annual capital expenditure on new lines, extensions, and renovation projects", + "Fleet and equipment: number of vehicles, train composition, average train age, and energy consumption", + "Line-by-line statistics: mileage, station count, daily ridership, and opening year for each urban rail line in China", + "City-level comparison: cross-city benchmarking of network size, efficiency, and ridership density", + "Expansion plans: data on under-construction mileage and approved future projects by city", + "Safety and punctuality: key performance indicators including on-time rate and incident statistics" + ], + "zh": [ + "年度城市轨道交通统计分析报告:每年发布,涵盖所有运营城市的全行业数据", + "网络规模:按城市和全国汇总的总运营里程、线路数量和车站数量", + "客运量:各城市和系统的年度及月度客运量、旅客周转量和高峰小时负荷", + "运营收入:城市轨道交通运营商的票务收入、附属收入、运营成本和补贴数据", + "基础设施投资:新线、延伸线和改造项目的年度资本支出", + "车辆装备:车辆数量、列车编组、平均车龄和能耗数据", + "分线统计:中国每条城市轨道交通线路的里程、车站数、日均客流和开通年份", + "城市横向比较:各城市网络规模、运营效率和客流密度的跨城市基准分析", + "建设规划:各城市在建里程和已批未建项目数据", + "安全与准点率:准点率和事故统计等关键绩效指标" + ] + } +} diff --git a/firstdata/sources/china/resources/environment/china-cern.json b/firstdata/sources/china/resources/environment/china-cern.json new file mode 100644 index 0000000..d8abcc1 --- /dev/null +++ b/firstdata/sources/china/resources/environment/china-cern.json @@ -0,0 +1,80 @@ +{ + "id": "china-cern", + "name": { + "en": "Chinese Ecosystem Research Network (CERN)", + "zh": "中国生态系统研究网络" + }, + "description": { + "en": "The Chinese Ecosystem Research Network (CERN) is a national ecosystem monitoring and research network operated by the Chinese Academy of Sciences. Established in 1988, CERN comprises over 40 ecosystem research stations distributed across China's major biomes including forests, grasslands, wetlands, croplands, deserts, and coastal ecosystems. Each station conducts systematic, long-term monitoring of soil, water, atmosphere, and biodiversity, following standardized protocols for cross-site comparability. CERN data are accessible through its dedicated data sharing platform, providing researchers with decades of ecosystem dynamics records. The network is China's primary source for integrated terrestrial ecosystem observation data, supporting national carbon sink assessments, biodiversity conservation planning, land degradation monitoring, and responses to climate change. CERN collaborates with global networks including ILTER (International Long-Term Ecological Research) and FLUXNET.", + "zh": "中国生态系统研究网络(CERN)是由中国科学院主管的国家生态系统监测与研究网络,成立于1988年,由分布于中国各主要生态系统类型(包括森林、草地、湿地、农田、荒漠和海岸带)的40余个生态系统研究站组成。各站点按照统一规范对土壤、水体、大气和生物多样性进行系统性长期监测,确保跨站点数据的可比性。CERN通过专属数据共享平台开放数据,为研究人员提供数十年的生态系统动态记录。CERN是中国陆地生态系统综合观测数据的主要来源,支持国家碳汇评估、生物多样性保护规划、土地退化监测和气候变化响应研究。CERN参与国际长期生态研究(ILTER)和FLUXNET等全球监测网络合作。" + }, + "website": "https://cern.ac.cn", + "data_url": "https://cern.ac.cn/0index/index.asp", + "api_url": null, + "authority_level": "research", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "environment", + "ecology", + "biodiversity", + "climate" + ], + "update_frequency": "annual", + "tags": [ + "中国生态系统研究网络", + "CERN", + "生态监测", + "ecosystem monitoring", + "长期生态研究", + "long-term ecological research", + "土壤数据", + "soil data", + "碳通量", + "carbon flux", + "生物多样性", + "biodiversity", + "草地生态", + "grassland ecology", + "森林生态", + "forest ecology", + "湿地", + "wetland", + "荒漠化", + "desertification", + "气候变化", + "climate change", + "ILTER", + "FLUXNET", + "中国科学院", + "Chinese Academy of Sciences", + "碳汇", + "carbon sink" + ], + "data_content": { + "en": [ + "Soil monitoring data: soil organic carbon, nitrogen, phosphorus, bulk density, moisture, and texture from 40+ stations", + "Water quality and hydrology: streamflow, groundwater level, water chemistry, precipitation chemistry at each station", + "Atmosphere: precipitation amount and chemistry, air temperature, humidity, wind speed, net radiation, CO2 concentration", + "Biological community data: plant biomass, species diversity, phenology, leaf area index across major biome types", + "Carbon and energy flux: eddy covariance measurements of carbon, water, and energy exchange between ecosystems and atmosphere", + "Land use and vegetation change: long-term time series of vegetation structure and land cover at station sites", + "Desert and dryland ecosystem data: wind erosion, sand transport, soil crusting processes from arid zone stations", + "Cropland ecosystem data: crop yield, nutrient cycling, irrigation water use, soil health from agricultural stations", + "Coastal and marine ecosystem data: coastal erosion, mangrove, and seagrass dynamics from coastal stations", + "Synthesis datasets: integrated multi-station trend analyses for China's national ecosystem assessments" + ], + "zh": [ + "土壤监测数据:40余个站点的土壤有机碳、氮、磷、容重、水分和质地", + "水质与水文:各站点的径流量、地下水位、水体化学成分和降水化学", + "大气数据:降水量及化学组成、气温、湿度、风速、净辐射、CO2浓度", + "生物群落数据:主要生态系统类型的植物生物量、物种多样性、物候和叶面积指数", + "碳与能量通量:生态系统与大气之间碳、水和能量交换的涡度协方差测量", + "土地利用与植被变化:站点尺度的植被结构和土地覆盖长期时间序列", + "荒漠及旱地生态系统数据:来自干旱区站点的风蚀、沙尘输运和土壤结皮过程", + "农田生态系统数据:来自农业站点的作物产量、养分循环、灌溉用水和土壤健康", + "海岸带与海洋生态系统数据:来自海岸站点的海岸侵蚀、红树林和海草动态", + "综合数据集:面向全国生态系统评估的多站点综合趋势分析" + ] + } +} diff --git a/firstdata/sources/china/resources/environment/china-geodata.json b/firstdata/sources/china/resources/environment/china-geodata.json new file mode 100644 index 0000000..9cff2ec --- /dev/null +++ b/firstdata/sources/china/resources/environment/china-geodata.json @@ -0,0 +1,76 @@ +{ + "id": "china-geodata", + "name": { + "en": "National Geoscience Data Center (NGDC)", + "zh": "国家地球科学数据中心" + }, + "description": { + "en": "The National Geoscience Data Center (NGDC) is a key national scientific data infrastructure platform operated under the Ministry of Science and Technology of China and the Chinese Academy of Sciences. Accessible via geodata.cn, the center aggregates and disseminates multi-disciplinary earth science datasets including geology, geophysics, geochemistry, remote sensing, oceanography, glaciology, and seismology. NGDC is one of 20 national science data centers established under China's National Science and Technology Infrastructure platform, mandated to promote data sharing, long-term archiving, and open access for scientific research. The center hosts terabytes of observational, experimental, and model-output data from major national geoscience survey programs, enabling research in natural hazards, resource assessment, climate change, and earth system science.", + "zh": "国家地球科学数据中心(NGDC)是由中国科学技术部和中国科学院负责运营的国家重要科学数据基础设施平台,通过geodata.cn提供服务。数据中心汇聚并共享多学科地球科学数据集,涵盖地质、地球物理、地球化学、遥感、海洋学、冰川学和地震学等领域。NGDC是国家科技基础条件平台下设立的20个国家科学数据中心之一,负责推进数据共享、长期归档和科研开放获取。数据中心存储了来自国家重大地球科学调查项目的海量观测、实验和模型输出数据,支撑自然灾害研究、资源评价、气候变化和地球系统科学等领域的科学研究。" + }, + "website": "https://www.geodata.cn", + "data_url": "https://www.geodata.cn", + "api_url": null, + "authority_level": "research", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "geoscience", + "environment", + "resources", + "seismology" + ], + "update_frequency": "irregular", + "tags": [ + "国家地球科学数据中心", + "NGDC", + "地球科学", + "geoscience", + "地质数据", + "geological data", + "地球物理", + "geophysics", + "地球化学", + "geochemistry", + "遥感数据", + "remote sensing", + "地震数据", + "seismic data", + "冰川数据", + "glaciology", + "自然灾害", + "natural hazards", + "资源评价", + "resource assessment", + "地球系统科学", + "earth system science", + "科学数据共享", + "science data sharing" + ], + "data_content": { + "en": [ + "Geological survey data: stratigraphy, lithology, structural geology, and geologic maps at various scales", + "Geophysical data: gravity, magnetic, electrical, and seismic reflection datasets from national surveys", + "Geochemical data: soil, water, rock, and sediment chemistry from regional geochemical mapping programs", + "Remote sensing datasets: land use/land cover, multispectral and hyperspectral imagery, terrain elevation models", + "Seismology data: earthquake catalogs, seismic waveform archives, fault activity records", + "Glaciology data: glacier inventory, mass balance, ice core records, permafrost distribution across China and Tibet", + "Oceanographic data: sea surface temperature, salinity, ocean current observations from Chinese seas", + "Natural resource data: mineral deposit databases, oil/gas potential assessments, groundwater resources", + "Climate and paleoclimate records: loess-paleosol sequences, lake sediment cores, speleothem records", + "Multi-scale geoscience model outputs: lithospheric structure, mantle dynamics, geodynamic simulations" + ], + "zh": [ + "地质调查数据:不同比例尺的地层、岩性、构造地质和地质图", + "地球物理数据:国家调查项目的重力、磁力、电法和地震反射数据集", + "地球化学数据:来自区域地球化学填图项目的土壤、水体、岩石和沉积物化学数据", + "遥感数据集:土地利用/土地覆盖、多光谱和高光谱影像、地形高程模型", + "地震学数据:地震目录、地震波形档案、断层活动记录", + "冰川学数据:中国及青藏高原冰川目录、物质平衡、冰芯记录、多年冻土分布", + "海洋数据:中国近海海面温度、盐度、海流观测数据", + "自然资源数据:矿产地数据库、油气潜力评估、地下水资源数据", + "气候与古气候记录:黄土-古土壤序列、湖泊沉积岩芯、石笋记录", + "多尺度地球科学模型输出:岩石圈结构、地幔动力学、地球动力学模拟" + ] + } +} diff --git a/firstdata/sources/china/technology/sci_resources/china-naoc.json b/firstdata/sources/china/technology/sci_resources/china-naoc.json new file mode 100644 index 0000000..05ef4c1 --- /dev/null +++ b/firstdata/sources/china/technology/sci_resources/china-naoc.json @@ -0,0 +1,76 @@ +{ + "id": "china-naoc", + "name": { + "en": "National Astronomical Observatories of China (NAOC)", + "zh": "中国科学院国家天文台" + }, + "description": { + "en": "The National Astronomical Observatories of China (NAOC), under the Chinese Academy of Sciences (CAS), is China's leading astronomical research institution. Founded in 2001 by merging four CAS observatories, NAOC operates major facilities including FAST (the world's largest single-dish radio telescope), the Guoshoujing Telescope (LAMOST) — the world's largest optical survey telescope — and the Beijing Spectral Telescope. Through its affiliated National Astronomical Data Center (NADC), NAOC provides open access to vast astronomy datasets including the LAMOST stellar spectral survey (over 20 million spectra), FAST pulsar and fast radio burst observations, sky survey catalogs, solar observation data, and space science mission data. The NADC is China's primary open astronomy data platform, facilitating reproducible research and international collaboration.", + "zh": "中国科学院国家天文台(NAOC)是中国主要的天文研究机构,隶属于中国科学院。国家天文台于2001年由中科院四个天文台整合成立,主要运行设施包括FAST(全球最大单口径射电望远镜)、郭守敬望远镜(LAMOST,全球最大光学巡天望远镜)和北京天体物理观测站。通过下属的国家天文科学数据中心(NADC),国家天文台对外开放天文数据集,包括LAMOST恒星光谱巡天(超2000万条光谱)、FAST脉冲星和快速射电暴观测数据、巡天星表、太阳观测数据及空间科学任务数据。NADC是中国最主要的开放天文数据平台,促进可重复研究和国际合作。" + }, + "website": "http://www.nao.cas.cn", + "data_url": "https://nadc.china-vo.org", + "api_url": null, + "authority_level": "research", + "country": "CN", + "geographic_scope": "national", + "domains": [ + "science", + "astronomy", + "space" + ], + "update_frequency": "irregular", + "tags": [ + "国家天文台", + "NAOC", + "FAST", + "LAMOST", + "郭守敬望远镜", + "天文数据", + "astronomy data", + "恒星光谱", + "stellar spectra", + "射电天文", + "radio astronomy", + "脉冲星", + "pulsar", + "快速射电暴", + "fast radio burst", + "巡天星表", + "sky survey catalog", + "太阳观测", + "solar observation", + "国家天文科学数据中心", + "NADC", + "中国科学院", + "Chinese Academy of Sciences", + "开放天文数据", + "open astronomy data" + ], + "data_content": { + "en": [ + "LAMOST spectral survey: over 20 million stellar spectra from the Guoshoujing Telescope, accessible via NADC", + "FAST observatory data: pulsar timing, fast radio burst (FRB) detections, neutral hydrogen (HI) surveys", + "Sky survey catalogs: photometric and astrometric catalogs from multiple all-sky and deep-field surveys", + "Solar observation data: solar activity, sunspot records, solar radio bursts from Huairou Solar Observing Station", + "Variable star and transient event catalogs from NAOC monitoring programs", + "Space mission science data: planetary science and lunar exploration mission data products", + "High-energy astrophysics data: X-ray and gamma-ray source catalogs contributed to international archives", + "Historical astronomical records: digitized ancient Chinese star catalogs and eclipse records", + "Virtual observatory (VO) compliant data services through the China-VO platform", + "NADC open data archive: multi-wavelength datasets for reproducible astronomical research" + ], + "zh": [ + "LAMOST光谱巡天:郭守敬望远镜超2000万条恒星光谱,通过NADC开放获取", + "FAST天文台数据:脉冲星计时、快速射电暴(FRB)探测、中性氢(HI)巡天", + "巡天星表:来自多项全天和深场巡天项目的测光和天体测量星表", + "太阳观测数据:来自怀柔太阳观测基地的太阳活动、黑子记录和太阳射电爆发数据", + "国家天文台监测项目的变星和暂现天体星表", + "空间任务科学数据:行星科学和探月任务数据产品", + "高能天体物理数据:贡献至国际档案的X射线和伽马射线源星表", + "历史天文记录:中国古代星表和日食记录的数字化资料", + "通过中国-VO平台提供的虚拟天文台(VO)标准数据服务", + "NADC开放数据档案:支持天文学可重复研究的多波段数据集" + ] + } +} From 482c04c78963cacff08347cc6ccfd05fd0708fd5 Mon Sep 17 00:00:00 2001 From: firstdata-dev Date: Sat, 18 Apr 2026 14:18:37 +0800 Subject: [PATCH 2/2] fix: replace china-geodata (duplicate of china-ngeos) with china-igsnrr - Remove china-geodata: same website (geodata.cn) as existing china-ngeos - Add china-igsnrr: Institute of Geographic Sciences and Natural Resources Research (CAS) --- .../sources/china/research/china-igsnrr.json | 23 ++++++ .../resources/environment/china-geodata.json | 76 ------------------- 2 files changed, 23 insertions(+), 76 deletions(-) create mode 100644 firstdata/sources/china/research/china-igsnrr.json delete mode 100644 firstdata/sources/china/resources/environment/china-geodata.json diff --git a/firstdata/sources/china/research/china-igsnrr.json b/firstdata/sources/china/research/china-igsnrr.json new file mode 100644 index 0000000..d86af9f --- /dev/null +++ b/firstdata/sources/china/research/china-igsnrr.json @@ -0,0 +1,23 @@ +{ + "id": "china-igsnrr", + "name": { + "en": "Institute of Geographic Sciences and Natural Resources Research, Chinese Academy of Sciences", + "zh": "中国科学院地理科学与资源研究所" + }, + "description": { + "en": "The Institute of Geographic Sciences and Natural Resources Research (IGSNRR) is a leading research institution under the Chinese Academy of Sciences, focusing on geography, natural resources, and ecosystem studies. It provides open datasets on land use, remote sensing, population distribution, and natural resource assessments across China.", + "zh": "中国科学院地理科学与资源研究所(地理资源所)是中国科学院下属的重要研究机构,专注于地理学、自然资源和生态系统研究。研究所提供土地利用、遥感、人口分布和自然资源评估等领域的开放数据集。" + }, + "data_content": { + "en": ["land use and land cover data", "remote sensing datasets", "population distribution data", "natural resource assessments", "ecosystem observation data", "geographic information datasets"], + "zh": ["土地利用与地表覆盖数据", "遥感数据集", "人口分布数据", "自然资源评估", "生态系统观测数据", "地理信息数据集"] + }, + "country": "CN", + "authority_level": "research", + "geographic_scope": "national", + "website": "http://www.igsnrr.ac.cn", + "data_url": "http://www.igsnrr.ac.cn", + "domains": ["geography", "environment", "remote-sensing"], + "tags": ["geography", "natural-resources", "land-use", "remote-sensing", "ecosystem", "chinese-academy-of-sciences"], + "update_frequency": "irregular" +} diff --git a/firstdata/sources/china/resources/environment/china-geodata.json b/firstdata/sources/china/resources/environment/china-geodata.json deleted file mode 100644 index 9cff2ec..0000000 --- a/firstdata/sources/china/resources/environment/china-geodata.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "id": "china-geodata", - "name": { - "en": "National Geoscience Data Center (NGDC)", - "zh": "国家地球科学数据中心" - }, - "description": { - "en": "The National Geoscience Data Center (NGDC) is a key national scientific data infrastructure platform operated under the Ministry of Science and Technology of China and the Chinese Academy of Sciences. Accessible via geodata.cn, the center aggregates and disseminates multi-disciplinary earth science datasets including geology, geophysics, geochemistry, remote sensing, oceanography, glaciology, and seismology. NGDC is one of 20 national science data centers established under China's National Science and Technology Infrastructure platform, mandated to promote data sharing, long-term archiving, and open access for scientific research. The center hosts terabytes of observational, experimental, and model-output data from major national geoscience survey programs, enabling research in natural hazards, resource assessment, climate change, and earth system science.", - "zh": "国家地球科学数据中心(NGDC)是由中国科学技术部和中国科学院负责运营的国家重要科学数据基础设施平台,通过geodata.cn提供服务。数据中心汇聚并共享多学科地球科学数据集,涵盖地质、地球物理、地球化学、遥感、海洋学、冰川学和地震学等领域。NGDC是国家科技基础条件平台下设立的20个国家科学数据中心之一,负责推进数据共享、长期归档和科研开放获取。数据中心存储了来自国家重大地球科学调查项目的海量观测、实验和模型输出数据,支撑自然灾害研究、资源评价、气候变化和地球系统科学等领域的科学研究。" - }, - "website": "https://www.geodata.cn", - "data_url": "https://www.geodata.cn", - "api_url": null, - "authority_level": "research", - "country": "CN", - "geographic_scope": "national", - "domains": [ - "geoscience", - "environment", - "resources", - "seismology" - ], - "update_frequency": "irregular", - "tags": [ - "国家地球科学数据中心", - "NGDC", - "地球科学", - "geoscience", - "地质数据", - "geological data", - "地球物理", - "geophysics", - "地球化学", - "geochemistry", - "遥感数据", - "remote sensing", - "地震数据", - "seismic data", - "冰川数据", - "glaciology", - "自然灾害", - "natural hazards", - "资源评价", - "resource assessment", - "地球系统科学", - "earth system science", - "科学数据共享", - "science data sharing" - ], - "data_content": { - "en": [ - "Geological survey data: stratigraphy, lithology, structural geology, and geologic maps at various scales", - "Geophysical data: gravity, magnetic, electrical, and seismic reflection datasets from national surveys", - "Geochemical data: soil, water, rock, and sediment chemistry from regional geochemical mapping programs", - "Remote sensing datasets: land use/land cover, multispectral and hyperspectral imagery, terrain elevation models", - "Seismology data: earthquake catalogs, seismic waveform archives, fault activity records", - "Glaciology data: glacier inventory, mass balance, ice core records, permafrost distribution across China and Tibet", - "Oceanographic data: sea surface temperature, salinity, ocean current observations from Chinese seas", - "Natural resource data: mineral deposit databases, oil/gas potential assessments, groundwater resources", - "Climate and paleoclimate records: loess-paleosol sequences, lake sediment cores, speleothem records", - "Multi-scale geoscience model outputs: lithospheric structure, mantle dynamics, geodynamic simulations" - ], - "zh": [ - "地质调查数据:不同比例尺的地层、岩性、构造地质和地质图", - "地球物理数据:国家调查项目的重力、磁力、电法和地震反射数据集", - "地球化学数据:来自区域地球化学填图项目的土壤、水体、岩石和沉积物化学数据", - "遥感数据集:土地利用/土地覆盖、多光谱和高光谱影像、地形高程模型", - "地震学数据:地震目录、地震波形档案、断层活动记录", - "冰川学数据:中国及青藏高原冰川目录、物质平衡、冰芯记录、多年冻土分布", - "海洋数据:中国近海海面温度、盐度、海流观测数据", - "自然资源数据:矿产地数据库、油气潜力评估、地下水资源数据", - "气候与古气候记录:黄土-古土壤序列、湖泊沉积岩芯、石笋记录", - "多尺度地球科学模型输出:岩石圈结构、地幔动力学、地球动力学模拟" - ] - } -}