five

Magma mixing model for the genesis of middle crust in the Izu–Bonin–Mariana arc: evidence from plutonic rocks in the Mineoka-Setogawa ophiolitic mélange, central Japan|地质学数据集|岩浆混合数据集

收藏
Mendeley Data2024-06-25 更新2024-06-27 收录
地质学
岩浆混合
下载链接:
https://tandf.figshare.com/articles/Magma_mixing_model_for_the_genesis_of_middle_crust_in_the_Izu_Bonin_Mariana_arc_evidence_from_plutonic_rocks_in_the_Mineoka-Setogawa_ophiolitic_m_lange_central_Japan/8234099
下载链接
链接失效反馈
资源简介:
A Paleogene accretionary complex, the Mineoka–Setogawa belt is distributed adjacent to the northern portion of the collision zone between Honshu and Izu–Bonin–Mariana (IBM) arcs in central Japan, comprising a mélange of ophiolitic fragments of various sizes. The Eocene-Oligocene plutonic rocks in this belt (gabbro, diorite, and tonalite) have been interpreted as fragments brought from the deep crust beneath the IBM arc through tectonic collisions. The geochemical characteristics of the gabbro and associated basaltic dike are similar to those of the Eocene IBM tholeiitic basalt; thus, the gabbro was likely formed via the crystallization of the Eocene tholeiitic basaltic magmas, which was produced by the partial meltings of a depleted mantle wedge. A comparison with experimental results and geochemical modeling indicates that the tonalite was generated by 10–30% dehydration melting of the gabbro. Actually, Eocene–Oligocene felsic veins, which are coeval with the plutonic rocks, occur in the Mineoka–Setogawa gabbro. Plagioclase crystals in the diorite comprise Ca-rich and -poor parts in a single crystal. Their compositional characteristics are consistent with those of plagioclase in the gabbro and tonalite, respectively. The textures and chemical composition of plagioclase indicate that the diorite was formed by the mixing between mafic and silicic magmas. The whole-rock composition of the diorite also indicates the evidence for the mixing between basaltic magmas which were fractionated to variable degrees and homogeneous silicic magma. The mixing model proposed from the first direct observations of the IBM middle crust exposed on the Mineoka–Setogawa belt is applied to the genesis of the Eocene to present intermediate rocks in the IBM arc. If the continental crust were created at intra-oceanic arc settings such as the IBM arc, the magma mixing model would be one of the most likely mechanisms for the genesis of the continental crust.
创建时间:
2023-06-28
用户留言
有没有相关的论文或文献参考?
这个数据集是基于什么背景创建的?
数据集的作者是谁?
能帮我联系到这个数据集的作者吗?
这个数据集如何下载?
点击留言
数据主题
具身智能
数据集  4099个
机构  8个
大模型
数据集  439个
机构  10个
无人机
数据集  37个
机构  6个
指令微调
数据集  36个
机构  6个
蛋白质结构
数据集  50个
机构  8个
空间智能
数据集  21个
机构  5个
5,000+
优质数据集
54 个
任务类型
进入经典数据集
热门数据集

学生课堂行为数据集 (SCB-dataset3)

学生课堂行为数据集(SCB-dataset3)由成都东软学院创建,包含5686张图像和45578个标签,重点关注六种行为:举手、阅读、写作、使用手机、低头和趴桌。数据集覆盖从幼儿园到大学的不同场景,通过YOLOv5、YOLOv7和YOLOv8算法评估,平均精度达到80.3%。该数据集旨在为学生行为检测研究提供坚实基础,解决教育领域中学生行为数据集的缺乏问题。

arXiv 收录

市规划和自然资源局-深圳市建设项目用地批准信息(划拨)

市规划和自然资源局-深圳市建设项目用地批准信息(划拨)

深圳市政府数据开放平台 收录

TCM-Tongue

TCM-Tongue是一个专门用于人工智能辅助中医舌诊的标准化舌像数据集,包含6719张在标准化条件下捕获的高质量图像,并标注了20种病理症状类别(平均每张图像有2.54个经过临床验证的标签,所有标签均由持有执照的中医执业医师验证)。数据集支持多种标注格式(COCO、TXT、XML),以方便广泛使用,并使用九种深度学习模型进行了基准测试,以展示其在人工智能开发中的实用性。该资源为推进可靠的中医计算工具提供了关键基础,填补了该领域的数据短缺,并通过标准化、高质量的诊断数据促进了人工智能在研究和临床实践中的整合。

arXiv 收录

LIDC-IDRI

LIDC-IDRI 数据集包含来自四位经验丰富的胸部放射科医师的病变注释。 LIDC-IDRI 包含来自 1010 名肺部患者的 1018 份低剂量肺部 CT。

OpenDataLab 收录

中国1km分辨率逐月降水量数据集(1901-2024)

该数据集为中国逐月降水量数据,空间分辨率为0.0083333°(约1km),时间为1901.1-2024.12。数据格式为NETCDF,即.nc格式。该数据集是根据CRU发布的全球0.5°气候数据集以及WorldClim发布的全球高分辨率气候数据集,通过Delta空间降尺度方案在中国降尺度生成的。并且,使用496个独立气象观测点数据进行验证,验证结果可信。本数据集包含的地理空间范围是全国主要陆地(包含港澳台地区),不含南海岛礁等区域。为了便于存储,数据均为int16型存于nc文件中,降水单位为0.1mm。 nc数据可使用ArcMAP软件打开制图; 并可用Matlab软件进行提取处理,Matlab发布了读入与存储nc文件的函数,读取函数为ncread,切换到nc文件存储文件夹,语句表达为:ncread (‘XXX.nc’,‘var’, [i j t],[leni lenj lent]),其中XXX.nc为文件名,为字符串需要’’;var是从XXX.nc中读取的变量名,为字符串需要’’;i、j、t分别为读取数据的起始行、列、时间,leni、lenj、lent i分别为在行、列、时间维度上读取的长度。这样,研究区内任何地区、任何时间段均可用此函数读取。Matlab的help里面有很多关于nc数据的命令,可查看。数据坐标系统建议使用WGS84。

国家青藏高原科学数据中心 收录