首页 > 最新文献

The VTK Journal最新文献

英文 中文
Providing values of adjacent voxel with vtkDiscreteMarchingCubes 使用vtkDiscreteMarchingCubes提供相邻体素的值
Pub Date : 2016-07-21 DOI: 10.54294/2aeqx3
R. Grothausmann
The contribution to VTK presented in this article is an extension to vtk::vtkDiscreteMarchingCubes to also create vtk::vtkPointData scalars containing the value of the adjacent voxel. These can be used to remove regions of the marching-cubes 1 mesh depending on the local neighborhood. The extension is based on the code of vtkDiscreteMarchingCubes of VTK-6.3.0 and is available on GitLab https://gitlab.kitware.com/vtk/vtk/merge_requests/889 (and GitHub https://github.com/Kitware/VTK/pull/18).
本文中对VTK的贡献是对VTK::vtkDiscreteMarchingCubes的扩展,以创建VTK::vtkPointData标量,其中包含相邻体素的值。这些可以用来根据局部邻域去除行进立方体1网格的区域。该扩展是基于VTK-6.3.0的vtkDiscreteMarchingCubes的代码,并可在GitLab https://gitlab.kitware.com/vtk/vtk/merge_requests/889(和GitHub https://github.com/Kitware/VTK/pull/18)。
{"title":"Providing values of adjacent voxel with vtkDiscreteMarchingCubes","authors":"R. Grothausmann","doi":"10.54294/2aeqx3","DOIUrl":"https://doi.org/10.54294/2aeqx3","url":null,"abstract":"The contribution to VTK presented in this article is an extension to vtk::vtkDiscreteMarchingCubes to also create vtk::vtkPointData scalars containing the value of the adjacent voxel. These can be used to remove regions of the marching-cubes 1 mesh depending on the local neighborhood. The extension is based on the code of vtkDiscreteMarchingCubes of VTK-6.3.0 and is available on GitLab https://gitlab.kitware.com/vtk/vtk/merge_requests/889 (and GitHub https://github.com/Kitware/VTK/pull/18).","PeriodicalId":251524,"journal":{"name":"The VTK Journal","volume":"743 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-07-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132024029","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Extracting Intersections of Coplanar Surfaces (Boolean-operation on touching meshes) 共面曲面交点提取(接触网格布尔运算)
Pub Date : 2014-12-14 DOI: 10.54294/ojq4ds
R. Grothausmann
The contribution to VTK presented in this article is specialized on the extraction of contact surfaces (CS). This extraction can be regarded as the intersection Boolean-operation of only touching meshes. The vtkCoplanarSurfaceExtractor filter produces either polygonal or triangulated CSs by reconstructing the contact faces of co-planar triangles. Specified tolerances account for discrepancies in coplanarity of faces which might occur due to rounding effects. This article is accompanied with the source code, input data, parameters and output data that were used for validating the VTK-filter.
本文对VTK的贡献主要集中在接触面(CS)的提取上。这种提取可以看作是只接触网格的交布尔运算。vtkCoplanarSurfaceExtractor过滤器通过重建共面三角形的接触面来产生多边形或三角化的CSs。规定的公差考虑到由于舍入效应可能产生的面共平面度差异。本文附有用于验证vtk滤波器的源代码、输入数据、参数和输出数据。
{"title":"Extracting Intersections of Coplanar Surfaces (Boolean-operation on touching meshes)","authors":"R. Grothausmann","doi":"10.54294/ojq4ds","DOIUrl":"https://doi.org/10.54294/ojq4ds","url":null,"abstract":"The contribution to VTK presented in this article is specialized on the extraction of contact surfaces (CS). This extraction can be regarded as the intersection Boolean-operation of only touching meshes. The vtkCoplanarSurfaceExtractor filter produces either polygonal or triangulated CSs by reconstructing the contact faces of co-planar triangles. Specified tolerances account for discrepancies in coplanarity of faces which might occur due to rounding effects. This article is accompanied with the source code, input data, parameters and output data that were used for validating the VTK-filter.","PeriodicalId":251524,"journal":{"name":"The VTK Journal","volume":"685 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-12-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132033711","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
VTK Remote Rendering of 3D Laser Scanner Ply files for Android Mobile Devices VTK远程渲染3D激光扫描仪Ply文件为Android移动设备
Pub Date : 2014-05-05 DOI: 10.54294/o9nv4l
Fabio De pascalis
Three-dimensional laser scanner is a modern technology used to detect and capture the shape of complex objects. There are a lot of possible application fields for this technology: applications in the industrial sector (reverse engineering), in the medical field or in the cultural heritage field for virtual reconstruction of works of art. The main goal of this work is to make accessible the three-dimensional models obtained from laser scans on mobile devices (smartphones, tablets), exploiting a remote rendering application on high-performance workstations. This paper also shows how this can be done fairly easily using one of the most popular instruments in the field of scientific visualization, VTK.
三维激光扫描仪是一种用于探测和捕捉复杂物体形状的现代技术。这项技术有很多可能的应用领域:在工业领域(逆向工程),在医疗领域或在文化遗产领域对艺术品进行虚拟重建。这项工作的主要目标是利用高性能工作站的远程渲染应用程序,在移动设备(智能手机,平板电脑)上访问从激光扫描获得的三维模型。本文还展示了如何使用科学可视化领域中最流行的仪器之一VTK来相当容易地完成这一任务。
{"title":"VTK Remote Rendering of 3D Laser Scanner Ply files for Android Mobile Devices","authors":"Fabio De pascalis","doi":"10.54294/o9nv4l","DOIUrl":"https://doi.org/10.54294/o9nv4l","url":null,"abstract":"Three-dimensional laser scanner is a modern technology used to detect and capture the shape of complex objects. There are a lot of possible application fields for this technology: applications in the industrial sector (reverse engineering), in the medical field or in the cultural heritage field for virtual reconstruction of works of art. The main goal of this work is to make accessible the three-dimensional models obtained from laser scans on mobile devices (smartphones, tablets), exploiting a remote rendering application on high-performance workstations. This paper also shows how this can be done fairly easily using one of the most popular instruments in the field of scientific visualization, VTK.","PeriodicalId":251524,"journal":{"name":"The VTK Journal","volume":"55 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-05-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114572088","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Geodesic Computations on Surfaces 曲面上的测地线计算
Pub Date : 2013-06-26 DOI: 10.54294/4rsdcy
K. Krishnan
The computation of geodesic distances on a triangle mesh has many applications in geometry processing. The fast marching method provides an approximation of the true geodesic distance field. We provide VTK classes to compute geodesics on triangulated surface meshes. This includes classes for computing the geodesic distance field from a set of seeds and to compute the geodesic curve between source and destination point(s) by back-tracking along the gradient of the distance field. The fast marching toolkit (Peyre et. al.) is internally used. A variety of options are exposed to guide front propagation including the ability to specify propagation weights, constrain to a region, specify exclusion regions, and distance based termination criteria. Interpolators that plug into a contour widget, are provided to enable interactive tracing of paths on meshes.
三角形网格上测地线距离的计算在几何处理中有许多应用。快速推进法提供了真实测地线距离场的近似值。我们提供了VTK类来计算三角曲面网格上的测地线。这包括用于从一组种子计算测地线距离场的类,以及通过沿着距离场的梯度进行反向跟踪来计算源点和目的点之间的测地线曲线的类。快速行进工具包(Peyre等人)在内部使用。为引导前端传播提供了多种选项,包括指定传播权重、约束到某个区域、指定排除区域和基于距离的终止标准的能力。插入轮廓小部件的插值器提供了对网格上的路径进行交互式跟踪的功能。
{"title":"Geodesic Computations on Surfaces","authors":"K. Krishnan","doi":"10.54294/4rsdcy","DOIUrl":"https://doi.org/10.54294/4rsdcy","url":null,"abstract":"The computation of geodesic distances on a triangle mesh has many applications in geometry processing. The fast marching method provides an approximation of the true geodesic distance field. We provide VTK classes to compute geodesics on triangulated surface meshes. This includes classes for computing the geodesic distance field from a set of seeds and to compute the geodesic curve between source and destination point(s) by back-tracking along the gradient of the distance field. The fast marching toolkit (Peyre et. al.) is internally used. A variety of options are exposed to guide front propagation including the ability to specify propagation weights, constrain to a region, specify exclusion regions, and distance based termination criteria. Interpolators that plug into a contour widget, are provided to enable interactive tracing of paths on meshes.","PeriodicalId":251524,"journal":{"name":"The VTK Journal","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-06-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133749404","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Adding Refined Isosurface Rendering and Shadow Mapping to vtkGPUVolumeRayCastMapper 添加精细等面渲染和阴影映射到vtkGPUVolumeRayCastMapper
Pub Date : 2012-10-05 DOI: 10.54294/wbf2sx
Imanol Herrera, Carlos Buchart, D. Borro, S. Jaume, P. R. Alface, B. Macq
In the medical simulation world the use of isosurfaces is a common action, as the information from some sources, e.g. CTs, is very well defined, and the isosurface can be easily set. Additionally, in any simulator shadows are a necessary addition to increase the users immersion as well as its depth perception. Unfortunately, the Visualization Toolkit does not offer these features, and so in this paper a modified vtkGPUVolumeRayCastMapper is presented. This modified version allows volumetric isosurface rendering as well as receiving shadows from polygons using the usual pipeline.
在医学模拟世界中,使用等值面是一种常见的行为,因为来自某些来源(例如ct)的信息定义得非常好,并且等值面可以很容易地设置。此外,在任何模拟器阴影是必要的,以增加用户的沉浸感,以及它的深度感知。不幸的是,可视化工具包不提供这些特性,因此在本文中提出了一个修改后的vtkGPUVolumeRayCastMapper。这个修改后的版本允许体等面渲染以及使用通常的管道从多边形接收阴影。
{"title":"Adding Refined Isosurface Rendering and Shadow Mapping to vtkGPUVolumeRayCastMapper","authors":"Imanol Herrera, Carlos Buchart, D. Borro, S. Jaume, P. R. Alface, B. Macq","doi":"10.54294/wbf2sx","DOIUrl":"https://doi.org/10.54294/wbf2sx","url":null,"abstract":"In the medical simulation world the use of isosurfaces is a common action, as the information from some sources, e.g. CTs, is very well defined, and the isosurface can be easily set. Additionally, in any simulator shadows are a necessary addition to increase the users immersion as well as its depth perception. Unfortunately, the Visualization Toolkit does not offer these features, and so in this paper a modified vtkGPUVolumeRayCastMapper is presented. This modified version allows volumetric isosurface rendering as well as receiving shadows from polygons using the usual pipeline.","PeriodicalId":251524,"journal":{"name":"The VTK Journal","volume":"98 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-10-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121191780","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
GPU Volume Ray Casting of two Volumes within VTK GPU体积光线投射的两个卷在VTK
Pub Date : 2012-04-16 DOI: 10.54294/krucab
K. Krissian
We have modified the current VTK volume rendering on GPU to allow simultaneous rendering of two volumes, each of them with its own color and opacity transfer functions. These changes have led to the creation of two new C++ classes and several GLSL shaders. We explain the modifications made to the original classes and shaders and we discuss possible additional improvements. A C++ demo code shows how to use the new classes.
我们修改了当前GPU上的VTK体积渲染,允许同时渲染两个体积,每个体积都有自己的颜色和不透明度传递函数。这些变化导致了两个新的c++类和几个GLSL着色器的创建。我们解释了对原始类和着色器所做的修改,并讨论了可能的其他改进。一个c++演示代码展示了如何使用这些新类。
{"title":"GPU Volume Ray Casting of two Volumes within VTK","authors":"K. Krissian","doi":"10.54294/krucab","DOIUrl":"https://doi.org/10.54294/krucab","url":null,"abstract":"We have modified the current VTK volume rendering on GPU to allow simultaneous rendering of two volumes, each of them with its own color and opacity transfer functions. These changes have led to the creation of two new C++ classes and several GLSL shaders. We explain the modifications made to the original classes and shaders and we discuss possible additional improvements. A C++ demo code shows how to use the new classes.","PeriodicalId":251524,"journal":{"name":"The VTK Journal","volume":"73 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-04-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127126123","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
2D/3D Multi-Modality Image Registration in Non-Destructive Evaluation 无损评价中的二维/三维多模态图像配准
Pub Date : 2011-11-14 DOI: 10.54294/9hdzwo
Zhen Jia
Non-destructive evaluation(NDE) is a group of analysis techniques used in industry to evaluate the property of a material, component or product without causing damage. Among all the techniques, radiology and thermography are two most common methods that are used to inspect the property of the interior of product and combining the knowledge contained in images of two modalites requires the space alignment. In this article, a 2D/3D multi-modality image registration scheme is presented to find the alignment between thermal infrared(IR) image and CT image of a engine blade.
无损评价(NDE)是一组分析技术,用于工业评估材料,组件或产品的性能,而不会造成损害。在所有的技术中,放射学和热成像是两种最常用的用于检测产品内部特性的方法,结合两种模态图像中包含的知识需要空间对齐。本文提出了一种二维/三维多模态图像配准方案,用于寻找发动机叶片热红外图像与CT图像的对中。
{"title":"2D/3D Multi-Modality Image Registration in Non-Destructive Evaluation","authors":"Zhen Jia","doi":"10.54294/9hdzwo","DOIUrl":"https://doi.org/10.54294/9hdzwo","url":null,"abstract":"Non-destructive evaluation(NDE) is a group of analysis techniques used in industry to evaluate the property of a material, component or product without causing damage. Among all the techniques, radiology and thermography are two most common methods that are used to inspect the property of the interior of product and combining the knowledge contained in images of two modalites requires the space alignment. In this article, a 2D/3D multi-modality image registration scheme is presented to find the alignment between thermal infrared(IR) image and CT image of a engine blade.","PeriodicalId":251524,"journal":{"name":"The VTK Journal","volume":"92 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116659295","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Hough Transform Plane Detector 霍夫变换平面检测器
Pub Date : 2011-10-14 DOI: 10.54294/ufagvn
D. Borrmann, D. Doria
This document presents a VTK wrapper of an extracted portion of ‘3DTK - The 3D Toolkit’ (http://threedtk.de) to enable a developer to find planes in 3D point cloud data.
本文档提供了一个“3DTK - 3D工具包”(http://threedtk.de)提取部分的VTK包装器,使开发人员能够在3D点云数据中找到平面。
{"title":"Hough Transform Plane Detector","authors":"D. Borrmann, D. Doria","doi":"10.54294/ufagvn","DOIUrl":"https://doi.org/10.54294/ufagvn","url":null,"abstract":"This document presents a VTK wrapper of an extracted portion of ‘3DTK - The 3D Toolkit’ (http://threedtk.de) to enable a developer to find planes in 3D point cloud data.","PeriodicalId":251524,"journal":{"name":"The VTK Journal","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-10-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128311519","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A VTK Algorithm for the Computation of the Hausdorff Distance 计算Hausdorff距离的VTK算法
Pub Date : 2011-09-22 DOI: 10.54294/ys4vxd
F. Commandeur, J. Velut, O. Acosta
The Hausdorff distance is a measure of the distance between sets of points. There are many advantages to using this metric compared to other similarity measures. This document describes a VTK class for computing the Hausdorff Distance between two sets of points. The main contribution, compared to other implementations, lies in the definition of the distance not only to the closest point but to the closest point in the represented surface, which yields an accurate measure even between undersampled surfaces. This is achieved by implementing a point-to-cell distance instead of a point-to-point. Furthermore, a plugin for ParaView was implemented, which is also available with the code. After introducing the interest of this distance, the VTK code is explained and illustrated with some examples.
豪斯多夫距离是点集之间距离的度量。与其他相似度度量相比,使用此度量有许多优点。本文档描述了一个VTK类,用于计算两组点之间的豪斯多夫距离。与其他实现相比,主要贡献在于不仅定义了到最近点的距离,而且定义了到表示表面上最近点的距离,即使在欠采样表面之间也能产生准确的测量。这是通过实现点到单元的距离而不是点对点的距离来实现的。此外,还实现了ParaView的插件,该插件也可以从代码中获得。在介绍了这个距离的意义之后,通过一些例子对VTK代码进行了解释和说明。
{"title":"A VTK Algorithm for the Computation of the Hausdorff Distance","authors":"F. Commandeur, J. Velut, O. Acosta","doi":"10.54294/ys4vxd","DOIUrl":"https://doi.org/10.54294/ys4vxd","url":null,"abstract":"The Hausdorff distance is a measure of the distance between sets of points. There are many advantages to using this metric compared to other similarity measures. This document describes a VTK class for computing the Hausdorff Distance between two sets of points. The main contribution, compared to other implementations, lies in the definition of the distance not only to the closest point but to the closest point in the represented surface, which yields an accurate measure even between undersampled surfaces. This is achieved by implementing a point-to-cell distance instead of a point-to-point. Furthermore, a plugin for ParaView was implemented, which is also available with the code. After introducing the interest of this distance, the VTK code is explained and illustrated with some examples.","PeriodicalId":251524,"journal":{"name":"The VTK Journal","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125121951","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 29
A Spline-Driven Image Slicer 样条驱动的图像切片器
Pub Date : 2011-09-19 DOI: 10.54294/tih9wh
J. Velut
In this article, a spline driven image slicer algorithm is presented. It is concretized through a vtkAlgorithm-inherited class that takes two inputs and gives two outputs. The first input is the volume from which the slice should reconstructed while the second one is the spline which tangent vector is used as slicing plane normal. The first output is a 2D image resliced from the volume. The second output gives the geometric information of the slice plane location in the volume space. An example of use is given through a simulation of a dental panoramic view from a MDCT volume.
本文提出了一种样条驱动的图像切片算法。它通过vtkalgorithm继承的类具体化,该类接受两个输入并给出两个输出。第一个输入是要重建切片的体积,第二个输入是用切向量作为切片平面法线的样条。第一个输出是从该体量中分割出来的2D图像。第二个输出给出了切片平面在体空间中的位置的几何信息。使用的一个例子是通过模拟牙科全景视图从MDCT体积给出。
{"title":"A Spline-Driven Image Slicer","authors":"J. Velut","doi":"10.54294/tih9wh","DOIUrl":"https://doi.org/10.54294/tih9wh","url":null,"abstract":"In this article, a spline driven image slicer algorithm is presented. It is concretized through a vtkAlgorithm-inherited class that takes two inputs and gives two outputs. The first input is the volume from which the slice should reconstructed while the second one is the spline which tangent vector is used as slicing plane normal. The first output is a 2D image resliced from the volume. The second output gives the geometric information of the slice plane location in the volume space. An example of use is given through a simulation of a dental panoramic view from a MDCT volume.","PeriodicalId":251524,"journal":{"name":"The VTK Journal","volume":"69 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-09-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125076356","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
期刊
The VTK Journal
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1