首页 > 最新文献

Proceedings of the 6th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems最新文献

英文 中文
Parallel software framework for high-performance multispectral analysis for earth monitoring 用于地球监测的高性能多光谱分析并行软件框架
P. Borovska, M. Lazarova
The paper presents a software package BlueVision for parallel processing of multispectral data from remote sensing of the Earth. The purpose is to provide a software framework for high-performance analysis aimed at detection and monitoring of different natural hazards. The package consists of five modules that implement parallel computational modules for fire detection, deforestation, soil salinity, water pollution, flooding. Additional module visualizes the detected areas on a geographic map. Performance analysis are based on the experimental results on a heterogeneous multicomputer cluster and the Bulgarian supercomputer BlueGene/P.
本文提出了一个用于地球遥感多光谱数据并行处理的软件包BlueVision。其目的是为检测和监测不同自然灾害的高性能分析提供一个软件框架。该软件包由五个模块组成,这些模块实现了火灾探测、森林砍伐、土壤盐度、水污染和洪水的并行计算模块。附加模块在地理地图上可视化检测到的区域。性能分析基于异构多计算机集群和保加利亚超级计算机BlueGene/P上的实验结果。
{"title":"Parallel software framework for high-performance multispectral analysis for earth monitoring","authors":"P. Borovska, M. Lazarova","doi":"10.1109/IDAACS.2011.6072741","DOIUrl":"https://doi.org/10.1109/IDAACS.2011.6072741","url":null,"abstract":"The paper presents a software package BlueVision for parallel processing of multispectral data from remote sensing of the Earth. The purpose is to provide a software framework for high-performance analysis aimed at detection and monitoring of different natural hazards. The package consists of five modules that implement parallel computational modules for fire detection, deforestation, soil salinity, water pollution, flooding. Additional module visualizes the detected areas on a geographic map. Performance analysis are based on the experimental results on a heterogeneous multicomputer cluster and the Bulgarian supercomputer BlueGene/P.","PeriodicalId":106306,"journal":{"name":"Proceedings of the 6th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115893341","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}
引用次数: 2
Breaking block and product ciphers applied across byte boundaries 跨字节边界应用的分割块和乘积密码
Albert H Carlson, R. Hiromoto, R. Wells
The security of block and product ciphers is considered using a set theoretic estimation (STE) approach to decryption. Known-ciphertext attacks are studied using permutation (P) and substitution (S) keys. The blocks are formed form three (3) alphabetic characters (metacharacters) where the applications of P and S upon the ASCII byte representation of each of the three characters are allowed to cross byte boundaries. The application of STE forgoes the need to employ chosen-plaintext or known-plaintext attacks.
采用集合理论估计(STE)方法对块密码和乘积密码的安全性进行了研究。利用置换(P)和替换(S)密钥研究了已知密文攻击。这些块由三(3)个字母字符(元字符)组成,其中P和S在三个字符的ASCII字节表示上的应用允许跨越字节边界。STE的应用放弃了使用选择明文或已知明文攻击的需要。
{"title":"Breaking block and product ciphers applied across byte boundaries","authors":"Albert H Carlson, R. Hiromoto, R. Wells","doi":"10.1109/IDAACS.2011.6072867","DOIUrl":"https://doi.org/10.1109/IDAACS.2011.6072867","url":null,"abstract":"The security of block and product ciphers is considered using a set theoretic estimation (STE) approach to decryption. Known-ciphertext attacks are studied using permutation (P) and substitution (S) keys. The blocks are formed form three (3) alphabetic characters (metacharacters) where the applications of P and S upon the ASCII byte representation of each of the three characters are allowed to cross byte boundaries. The application of STE forgoes the need to employ chosen-plaintext or known-plaintext attacks.","PeriodicalId":106306,"journal":{"name":"Proceedings of the 6th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems","volume":"7 2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124278652","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}
引用次数: 2
Attribute based instrument drivers 基于属性的仪器驱动
J. Kominek, Juergen Straub, J. Zidek
The task of programming instruments in a test system has always been a concern for end users and a major cost for the overall system development. Many users know that programming can often be the most time-consuming part of developing a system. The developer spends much valuable time learning the specific programming requirements of each instrument in the system. Almost all instruments are designed for interactive use through a physical front panel and also offer remote control capability via a communication port on the back of the instrument. An instrument driver, in the simplest definition, is a set of software routines that handles the programmatic details of controlling and communicating with a specific instrument. The most successful instrument driver concepts have always distributed instrument drivers in source code and provided end users with access to the same tools developers use to write drivers. With this philosophy, new instrument drivers were often easily developed by end users through modifying an existing driver for another instrument.
测试系统中编程工具的任务一直是最终用户关心的问题,也是整个系统开发的主要成本。许多用户都知道编程通常是开发系统中最耗时的部分。开发人员花费了大量宝贵的时间来学习系统中每个仪器的特定编程需求。几乎所有仪器都设计为通过物理前面板进行交互使用,并通过仪器背面的通信端口提供远程控制功能。仪器驱动程序,在最简单的定义中,是一组软件例程,用于处理控制和与特定仪器通信的编程细节。最成功的仪器驱动概念总是在源代码中分发仪器驱动程序,并为最终用户提供访问开发人员用于编写驱动程序的相同工具的权限。有了这个理念,新的仪器驱动程序往往很容易通过修改现有的驱动程序为另一个仪器的最终用户开发。
{"title":"Attribute based instrument drivers","authors":"J. Kominek, Juergen Straub, J. Zidek","doi":"10.1109/IDAACS.2011.6072719","DOIUrl":"https://doi.org/10.1109/IDAACS.2011.6072719","url":null,"abstract":"The task of programming instruments in a test system has always been a concern for end users and a major cost for the overall system development. Many users know that programming can often be the most time-consuming part of developing a system. The developer spends much valuable time learning the specific programming requirements of each instrument in the system. Almost all instruments are designed for interactive use through a physical front panel and also offer remote control capability via a communication port on the back of the instrument. An instrument driver, in the simplest definition, is a set of software routines that handles the programmatic details of controlling and communicating with a specific instrument. The most successful instrument driver concepts have always distributed instrument drivers in source code and provided end users with access to the same tools developers use to write drivers. With this philosophy, new instrument drivers were often easily developed by end users through modifying an existing driver for another instrument.","PeriodicalId":106306,"journal":{"name":"Proceedings of the 6th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems","volume":"121 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124827351","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
An unsupervised method for realtime spike sorting 一种无监督的实时尖峰排序方法
Gerold Bausch, H. Beikirch
A large amount of neurophysiological research is based on the study of biological neural populations. The data is gathered from extra-cellular recordings with multi-electrode arrays (MEAs). The signal is a stream containing an unknown number of neural sources superpositioned with non-stationary noise components. In order to analyze the recorded spike trains, a prior separation into its individual components is required. The increasing number of sensors on a MEA surface demand an automatic spike sorting procedure. In this article the proposed spike sorting method replaces the manual steps with artificial neural networks to enable an unsupervised separation of mixed signal components. Furthermore the artificial neural network based feature extraction allows realtime processing and ensures high flexbibility and adaptivity for unknown signals with non-stationary noise components.
大量的神经生理学研究是基于对生物神经群的研究。数据是从多电极阵列(MEAs)的细胞外记录中收集的。信号是一个包含未知数量的神经源与非平稳噪声分量叠加的流。为了分析记录的尖峰序列,需要事先将其分离为单个组件。MEA表面上越来越多的传感器需要一个自动尖峰分类程序。本文提出的尖峰分类方法用人工神经网络代替人工步骤,实现混合信号成分的无监督分离。此外,基于人工神经网络的特征提取允许实时处理,并确保具有非平稳噪声成分的未知信号的高灵活性和自适应性。
{"title":"An unsupervised method for realtime spike sorting","authors":"Gerold Bausch, H. Beikirch","doi":"10.1109/IDAACS.2011.6072824","DOIUrl":"https://doi.org/10.1109/IDAACS.2011.6072824","url":null,"abstract":"A large amount of neurophysiological research is based on the study of biological neural populations. The data is gathered from extra-cellular recordings with multi-electrode arrays (MEAs). The signal is a stream containing an unknown number of neural sources superpositioned with non-stationary noise components. In order to analyze the recorded spike trains, a prior separation into its individual components is required. The increasing number of sensors on a MEA surface demand an automatic spike sorting procedure. In this article the proposed spike sorting method replaces the manual steps with artificial neural networks to enable an unsupervised separation of mixed signal components. Furthermore the artificial neural network based feature extraction allows realtime processing and ensures high flexbibility and adaptivity for unknown signals with non-stationary noise components.","PeriodicalId":106306,"journal":{"name":"Proceedings of the 6th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129894611","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
Ultrasonic denoising with a modified wavelet filter 基于改进小波滤波器的超声去噪
M. Kubinyi, R. Smid
Enhancing signal of interest over a noise level represents a common task for signal processing methods used in measurement systems. Digital filters are used for frequency band limited signals as a common signal of interest enhancement tool. If is the information localised not only in frequency domain but also in a limited time window within the signal, then wavelet processing represents a possible signal denoising solution with an advantage of a higher denoising efficiency over a common digital filter. Development of the wavelets has been focused on signal thresholding methods and adjustment to new sensor systems. We would like to present a fast algorithm for enhancing wavelet denoising performance. This is done by implementing an ideal band-pass filter over common wavelet thresholding process. We propose a new technique for signal denoising which is concentrated on the described ultrasonic signals. The proposed algorithm was verified on ultrasonic sensors which are widely used in the measurement of dimensions and quality of a product. Results showed a significant improvement in wavelet denoising performance over previously published wavelet denoising algorithms.
在噪声水平上增强感兴趣的信号是测量系统中使用的信号处理方法的共同任务。数字滤波器用于有限频带信号,是一种常见的感兴趣信号增强工具。如果信息不仅在频域而且在信号的有限时间窗口内定位,那么小波处理代表了一种可能的信号去噪解决方案,具有比普通数字滤波器更高的去噪效率的优势。小波的发展主要集中在信号阈值方法和对新型传感器系统的调整上。本文提出了一种提高小波去噪性能的快速算法。这是通过在普通小波阈值处理上实现理想带通滤波器来实现的。本文提出了一种新的超声信号去噪技术,该技术主要针对所描述的超声信号。在广泛应用于产品尺寸和质量测量的超声波传感器上进行了验证。结果表明,与先前发表的小波去噪算法相比,小波去噪性能有显著改善。
{"title":"Ultrasonic denoising with a modified wavelet filter","authors":"M. Kubinyi, R. Smid","doi":"10.1109/IDAACS.2011.6072799","DOIUrl":"https://doi.org/10.1109/IDAACS.2011.6072799","url":null,"abstract":"Enhancing signal of interest over a noise level represents a common task for signal processing methods used in measurement systems. Digital filters are used for frequency band limited signals as a common signal of interest enhancement tool. If is the information localised not only in frequency domain but also in a limited time window within the signal, then wavelet processing represents a possible signal denoising solution with an advantage of a higher denoising efficiency over a common digital filter. Development of the wavelets has been focused on signal thresholding methods and adjustment to new sensor systems. We would like to present a fast algorithm for enhancing wavelet denoising performance. This is done by implementing an ideal band-pass filter over common wavelet thresholding process. We propose a new technique for signal denoising which is concentrated on the described ultrasonic signals. The proposed algorithm was verified on ultrasonic sensors which are widely used in the measurement of dimensions and quality of a product. Results showed a significant improvement in wavelet denoising performance over previously published wavelet denoising algorithms.","PeriodicalId":106306,"journal":{"name":"Proceedings of the 6th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127125892","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
Selection of sentence set for vietnamese audiovisual corpus design 越南语视听语料库设计的句子集选择
N. Chuong
This paper describes a work on selecting a sentence set, which are used for designing an audio-visual speech corpus for Vietnamese language in developing an Audio-Visual Speech Recognition system. An iterative procedure combined with some additional conditions was applied to an original sentence set of 540,744 sentences to select a minimum sentence set.
本文介绍了在开发越南语视听语音识别系统中,为设计越南语视听语音语料库而选择句子集的工作。对540,744个句子的原始句子集应用结合一些附加条件的迭代过程来选择最小句子集。
{"title":"Selection of sentence set for vietnamese audiovisual corpus design","authors":"N. Chuong","doi":"10.1109/IDAACS.2011.6072802","DOIUrl":"https://doi.org/10.1109/IDAACS.2011.6072802","url":null,"abstract":"This paper describes a work on selecting a sentence set, which are used for designing an audio-visual speech corpus for Vietnamese language in developing an Audio-Visual Speech Recognition system. An iterative procedure combined with some additional conditions was applied to an original sentence set of 540,744 sentences to select a minimum sentence set.","PeriodicalId":106306,"journal":{"name":"Proceedings of the 6th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127345681","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}
引用次数: 2
Evolutional algorithm in stock control 库存控制中的进化算法
Katarzyna Jakowska-Suwalska, A. Sojda, M. Wolny
Evolutional algorithms are an excellent optimization tool performing well in such tasks where classic methods have no use. In this thesis the use of those algorithms in stock control was presented for the problem of stochastic function of cost criterion. Such functions are used in case of random demand with a constant delivery period. The operation of this algorithm was presented on the example strongly referring to the real problem of stock control. This algorithm is a recommendation for implementing changes in the information system of supporting the planning of material needs in the area of research project.
进化算法是一种优秀的优化工具,在这些经典方法无法发挥作用的任务中表现良好。本文针对成本准则的随机函数问题,介绍了这些算法在库存控制中的应用。这些功能用于随机需求和固定交付周期的情况。结合实际的库存控制问题,给出了该算法的运行实例。该算法是在支持研究项目领域材料需求规划的信息系统中实施变更的建议。
{"title":"Evolutional algorithm in stock control","authors":"Katarzyna Jakowska-Suwalska, A. Sojda, M. Wolny","doi":"10.1109/IDAACS.2011.6072912","DOIUrl":"https://doi.org/10.1109/IDAACS.2011.6072912","url":null,"abstract":"Evolutional algorithms are an excellent optimization tool performing well in such tasks where classic methods have no use. In this thesis the use of those algorithms in stock control was presented for the problem of stochastic function of cost criterion. Such functions are used in case of random demand with a constant delivery period. The operation of this algorithm was presented on the example strongly referring to the real problem of stock control. This algorithm is a recommendation for implementing changes in the information system of supporting the planning of material needs in the area of research project.","PeriodicalId":106306,"journal":{"name":"Proceedings of the 6th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130916819","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
Morphological based language models for inflectional languages 基于形态学的屈折语言模型
Tomas Brychcin, Miloslav Konopík
This paper shows a method to improve the language modeling for inflectional languages such as the Czech and Slovak language. Methods are based upon the principle of class-based language models, where word classes are derived from morphological information. Our experiments show that the linear interpolation with the class-based language models outperforms the stand-alone word N-gram language model about 10–30%.
本文提出了一种改进捷克语、斯洛伐克语等屈折变形语言的语言建模方法。方法基于基于类的语言模型的原则,其中词类派生自形态学信息。我们的实验表明,基于类的语言模型的线性插值比独立的单词N-gram语言模型要好10-30%。
{"title":"Morphological based language models for inflectional languages","authors":"Tomas Brychcin, Miloslav Konopík","doi":"10.1109/IDAACS.2011.6072829","DOIUrl":"https://doi.org/10.1109/IDAACS.2011.6072829","url":null,"abstract":"This paper shows a method to improve the language modeling for inflectional languages such as the Czech and Slovak language. Methods are based upon the principle of class-based language models, where word classes are derived from morphological information. Our experiments show that the linear interpolation with the class-based language models outperforms the stand-alone word N-gram language model about 10–30%.","PeriodicalId":106306,"journal":{"name":"Proceedings of the 6th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128877036","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}
引用次数: 12
Homography-based face orientation determination from a fixed monocular camera 基于同形图的固定单目相机人脸方向确定
O. Boumbarov, Stanislav Panev, I. Paliy, P. Petrov, L. Dimitrov
This paper presents a framework for determining the orientation of human faces with a fixed monocular camera which can be used for the purposes of the gaze tracking afterwards. We use homography relation between two views/frames to handle with the lack of depth information. In order to compensate for the lack of depth information in the relationships between the 2D images in the image plane and the 3D Euclidean space, we present a complete vision-based approach to pose estimation. The homography relates corresponding points captured at two different locations of the face and determines the relationships between the two locations using pixel information and intrinsic parameters of the camera. In order to determine the mapping between the two images, it is assumed that in each frame in the video sequence, we are able to locate, extract and labeled four feature points of the face located at virtual plane attached to the face. Face detection and facial feature extraction are executed with Viola-Jones method. The verification stage for face detection use combined cascade of neural network classifiers uses the convolutional neural network.
本文提出了一种用固定单目相机确定人脸方向的框架,可用于后续的注视跟踪。我们利用两个视图/帧之间的同形关系来解决深度信息缺乏的问题。为了弥补图像平面中二维图像与三维欧几里得空间之间关系中深度信息的不足,提出了一种完整的基于视觉的姿态估计方法。该单应性将在人脸的两个不同位置捕获的对应点联系起来,并利用相机的像素信息和固有参数确定两个位置之间的关系。为了确定两幅图像之间的映射关系,假设在视频序列的每一帧中,我们都能够定位、提取和标记人脸附着在虚拟平面上的四个特征点。采用Viola-Jones方法进行人脸检测和特征提取。人脸检测的验证阶段采用神经网络级联组合分类器,使用卷积神经网络。
{"title":"Homography-based face orientation determination from a fixed monocular camera","authors":"O. Boumbarov, Stanislav Panev, I. Paliy, P. Petrov, L. Dimitrov","doi":"10.1109/IDAACS.2011.6072783","DOIUrl":"https://doi.org/10.1109/IDAACS.2011.6072783","url":null,"abstract":"This paper presents a framework for determining the orientation of human faces with a fixed monocular camera which can be used for the purposes of the gaze tracking afterwards. We use homography relation between two views/frames to handle with the lack of depth information. In order to compensate for the lack of depth information in the relationships between the 2D images in the image plane and the 3D Euclidean space, we present a complete vision-based approach to pose estimation. The homography relates corresponding points captured at two different locations of the face and determines the relationships between the two locations using pixel information and intrinsic parameters of the camera. In order to determine the mapping between the two images, it is assumed that in each frame in the video sequence, we are able to locate, extract and labeled four feature points of the face located at virtual plane attached to the face. Face detection and facial feature extraction are executed with Viola-Jones method. The verification stage for face detection use combined cascade of neural network classifiers uses the convolutional neural network.","PeriodicalId":106306,"journal":{"name":"Proceedings of the 6th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems","volume":"37 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126446822","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
An approach to convert scientific data description 一种转换科学数据描述的方法
Veska Gancheva, Bogdan Shishedjiev, Elena Kalcheva-Yovkova
Data obtained from the scientific experiments are heterogeneous and distributed. They are stored in different file formats so it is difficult to be integrated, analyzed, processed and visualised. Scientific experiments require effective and efficient data management. In this paper an approach to convert raw data obtained from scientific experiments into relational database using XML based description is proposed. The approach is tested and verified by database and web service implementations. The implemented web service provides authorized access to the experimental data. In order to provide a secure data transmission and data access the database is encrypted through an asymmetric 128-bit encrypting method implementation based on public and private key. A number of experiments using specific scientific data obtained from various experimental instruments are conducted to illustrate the usage of the proposed approach.
从科学实验中获得的数据是异质和分布的。它们以不同的文件格式存储,因此难以集成、分析、处理和可视化。科学实验需要有效、高效的数据管理。本文提出了一种利用基于XML的描述将科学实验原始数据转换为关系数据库的方法。该方法通过数据库和web服务实现进行了测试和验证。实现的web服务提供对实验数据的授权访问。为了提供安全的数据传输和数据访问,数据库通过基于公私钥的非对称128位加密方法实现加密。使用从各种实验仪器获得的特定科学数据进行了一些实验,以说明所提出的方法的使用。
{"title":"An approach to convert scientific data description","authors":"Veska Gancheva, Bogdan Shishedjiev, Elena Kalcheva-Yovkova","doi":"10.1109/IDAACS.2011.6072830","DOIUrl":"https://doi.org/10.1109/IDAACS.2011.6072830","url":null,"abstract":"Data obtained from the scientific experiments are heterogeneous and distributed. They are stored in different file formats so it is difficult to be integrated, analyzed, processed and visualised. Scientific experiments require effective and efficient data management. In this paper an approach to convert raw data obtained from scientific experiments into relational database using XML based description is proposed. The approach is tested and verified by database and web service implementations. The implemented web service provides authorized access to the experimental data. In order to provide a secure data transmission and data access the database is encrypted through an asymmetric 128-bit encrypting method implementation based on public and private key. A number of experiments using specific scientific data obtained from various experimental instruments are conducted to illustrate the usage of the proposed approach.","PeriodicalId":106306,"journal":{"name":"Proceedings of the 6th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems","volume":"15 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2011-11-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122297947","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
期刊
Proceedings of the 6th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems
全部 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