期刊文献+
共找到394,802篇文章
< 1 2 250 >
每页显示 20 50 100
Development of a Micro-Spectrophotometer and Its Application in Water Quality Testing
1
作者 XU Mengyuan YU Yongai +1 位作者 JIANG Meng YANG Fu 《Journal of Donghua University(English Edition)》 2025年第3期283-291,共9页
Traditional spectrophotometers have a large volume and slow scanning speed,which limits their applicability for rapid on-site detection.Herein,a micro-spectrophotometer(named ATOM)is fabricated,and its performance is ... Traditional spectrophotometers have a large volume and slow scanning speed,which limits their applicability for rapid on-site detection.Herein,a micro-spectrophotometer(named ATOM)is fabricated,and its performance is verified in water quality testing.An M-type Czerny-Turner light path structure,a broadband light emitting diode(LED)light source,and a linear charge-coupled device(CCD)photodetector were adopted in ATOM.The performance of ATOM was validated through iron content determination by using o-phenanthroline spectrophotometry.The experiment results showed that the linear correlation coefficient of determination R^(2) was 0.9997 for mass concentrations ranging from 0 to 2.0μg/mL.The relative standard deviation was 0.37%,and the relative error compared to a commercial large-scale spectrophotometer was below 1.4%.The dimensions of ATOM are 75 mm×60 mm×25 mm,with hardware costs of approximately 1000 CNY.ATOM features compact size,low cost,rapid measurement,high integration and high precision,making it suitable for portable on-site rapid detection. 展开更多
关键词 micro-spectrophotometer water quality testing PORTABILITY low cost linear CCD
在线阅读 下载PDF
A Hybrid Approach to Software Testing Efficiency:Stacked Ensembles and Deep Q-Learning for Test Case Prioritization and Ranking
2
作者 Anis Zarrad Thomas Armstrong Jaber Jemai 《Computers, Materials & Continua》 2026年第3期1726-1746,共21页
Test case prioritization and ranking play a crucial role in software testing by improving fault detection efficiency and ensuring software reliability.While prioritization selects the most relevant test cases for opti... Test case prioritization and ranking play a crucial role in software testing by improving fault detection efficiency and ensuring software reliability.While prioritization selects the most relevant test cases for optimal coverage,ranking further refines their execution order to detect critical faults earlier.This study investigates machine learning techniques to enhance both prioritization and ranking,contributing to more effective and efficient testing processes.We first employ advanced feature engineering alongside ensemble models,including Gradient Boosted,Support Vector Machines,Random Forests,and Naive Bayes classifiers to optimize test case prioritization,achieving an accuracy score of 0.98847 and significantly improving the Average Percentage of Fault Detection(APFD).Subsequently,we introduce a deep Q-learning framework combined with a Genetic Algorithm(GA)to refine test case ranking within priority levels.This approach achieves a rank accuracy of 0.9172,demonstrating robust performance despite the increasing computational demands of specialized variation operators.Our findings highlight the effectiveness of stacked ensemble learning and reinforcement learning in optimizing test case prioritization and ranking.This integrated approach improves testing efficiency,reduces late-stage defects,and improves overall software stability.The study provides valuable information for AI-driven testing frameworks,paving the way for more intelligent and adaptive software quality assurance methodologies. 展开更多
关键词 Software testing test case prioritization test case ranking machine learning reinforcement learning deep Q-learning
在线阅读 下载PDF
Driving innovation in technical textiles,digitalisation and testing
3
《China Textile》 2026年第1期38-39,共2页
Members of the British Textile Machinery Association(BTMA)can look back on 2025 as a year marked by notable technological advances and continued progress in global trade,despite an uncertain and volatile market.“Our ... Members of the British Textile Machinery Association(BTMA)can look back on 2025 as a year marked by notable technological advances and continued progress in global trade,despite an uncertain and volatile market.“Our members have been very active over the past 12 months and this has resulted in new technologies for the production of technical fibres and fabrics,the introduction of AI and machine learning into process control systems and significant advances in materials testing,”says BTMA CEO Jason Kent.“There’s real excitement about what can be achieved in 2026 as we look ahead to upcoming exhibitions such as JEC Composites in Paris in March and Techtextil in Frankfurt in April.” 展开更多
关键词 technical textiles digitalisation production technical fibres technological advances process control systems materials testing says machine learning testing
在线阅读 下载PDF
Precision and trueness of a method for determing antimony content in groundwater using hydride generation-atomic fluorescence spectrometry
4
作者 Bing-bing Liu Lin Zhang Ke Li 《Journal of Groundwater Science and Engineering》 2026年第1期49-58,共10页
At present,there is currently a lack of unified standard methods for the determination of antimony content in groundwater in China.The precision and trueness of related detection technologies have not yet been systema... At present,there is currently a lack of unified standard methods for the determination of antimony content in groundwater in China.The precision and trueness of related detection technologies have not yet been systematically and quantitatively evaluated,which limits the effective implementation of environmental monitoring.In response to this key technical gap,this study aimed to establish a standardized method for determining antimony in groundwater using Hydride Generation–Atomic Fluorescence Spectrometry(HG-AFS).Ten laboratories participated in inter-laboratory collaborative tests,and the statistical analysis of the test data was carried out in strict accordance with the technical specifications of GB/T 6379.2—2004 and GB/T 6379.4—2006.The consistency and outliers of the data were tested by Mandel's h and k statistics,the Grubbs test and the Cochran test,and the outliers were removed to optimize the data,thereby significantly improving the reliability and accuracy.Based on the optimized data,parameters such as the repeatability limit(r),reproducibility limit(R),and method bias value(δ)were determined,and the trueness of the method was statistically evaluated.At the same time,precision-function relationships were established,and all results met the requirements.The results show that the lower the antimony content,the lower the repeatability limit(r)and reproducibility limit(R),indicating that the measurement error mainly originates from the detection limit of the method and instrument sensitivity.Therefore,improving the instrument sensitivity and reducing the detection limit are the keys to controlling the analytical error and improving precision.This study provides reliable data support and a solid technical foundation for the establishment and evaluation of standardized methods for the determination of antimony content in groundwater. 展开更多
关键词 Mandel's h and k statistics Grubbs test Cochran test Repeatability limit Reproducibility limit Method bias value
在线阅读 下载PDF
A REST API Fuzz Testing Framework Based on GUI Interaction and Specification Completion
5
作者 Zonglin Li Xu Zhao +2 位作者 Yan Cao Yazhe Li Yihong Zhang 《Computers, Materials & Continua》 2026年第3期2201-2222,共22页
With the rapid development of Internet technology,REST APIs(Representational State Transfer Application Programming Interfaces)have become the primary communication standard in modern microservice architectures,raisin... With the rapid development of Internet technology,REST APIs(Representational State Transfer Application Programming Interfaces)have become the primary communication standard in modern microservice architectures,raising increasing concerns about their security.Existing fuzz testing methods include random or dictionary-based input generation,which often fail to ensure both syntactic and semantic correctness,and OpenAPIbased approaches,which offer better accuracy but typically lack detailed descriptions of endpoints,parameters,or data formats.To address these issues,this paper proposes the APIDocX fuzz testing framework.It introduces a crawler tailored for dynamic web pages that automatically simulates user interactions to trigger APIs,capturing and extracting parameter information from communication packets.A multi-endpoint parameter adaptation method based on improved Jaccard similarity is then used to generalize these parameters to other potential API endpoints,filling in gaps in OpenAPI specifications.Experimental results demonstrate that the extracted parameters can be generalized with 79.61%accuracy.Fuzz testing using the enriched OpenAPI documents leads to improvements in test coverage,the number of valid test cases generated,and fault detection capabilities.This approach offers an effective enhancement to automated REST API security testing. 展开更多
关键词 REST APIs fuzz testing OpenAPI specifications
在线阅读 下载PDF
Precise and non-destructive approach for identifying the real concentration based on cured cemented paste backfill using hyperspectral imaging
6
作者 Qing Na Qiusong Chen Aixiang Wu 《International Journal of Minerals,Metallurgy and Materials》 2026年第1期116-128,共13页
Cemented paste backfill(CPB)is a technology that achieves safe mining by filling the goaf with waste rocks,tailings,and other materials.It is an inevitable choice to deal with the development of deep and highly diffic... Cemented paste backfill(CPB)is a technology that achieves safe mining by filling the goaf with waste rocks,tailings,and other materials.It is an inevitable choice to deal with the development of deep and highly difficult mines and meet the requirements of environmental protection and safety regulations.It promotes the development of a circular economy in mines through the development of lowgrade resources and the resource utilization of waste,and extends the service life of mines.The mass concentration of solid content(abbreviated as“concentration”)is a critical parameter for CPB.However,discrepancies often arise between the on-site measurements and the pre-designed values due to factors such as groundwater inflow and segregation within the goaf,which cannot be evaluated after the solidification of CPB.This paper innovatively provides an in-situ non-destructive approach to identify the real concentration of CPB after curing for certain days using hyperspectral imaging(HSI)technology.Initially,the spectral variation patterns under different concentration conditions were investigated through hyperspectral scanning experiments on CPB samples.The results demonstrate that as the CPB concentration increases from 61wt%to 73wt%,the overall spectral reflectance gradually increases,with two distinct absorption peaks observed at 1407 and 1917 nm.Notably,the reflectance at 1407 nm exhibited a strong linear relationship with the concentration.Subsequently,the K-nearest neighbors(KNN)and support vector machine(SVM)algorithms were employed to classify and identify different concentrations.The study revealed that,with the KNN algorithm,the highest accuracy was achieved when K(number of nearest neighbors)was 1,although this resulted in overfitting.When K=3,the model displayed the optimal balance between accuracy and stability,with an accuracy of 95.03%.In the SVM algorithm,the highest accuracy of 98.24%was attained with parameters C(regularization parameter)=200 and Gamma(kernel coefficient)=10.A comparative analysis of precision,accuracy,and recall further highlighted that the SVM provided superior stability and precision for identifying CPB concentration.Thus,HSI technology offers an effective solution for the in-situ,non-destructive monitoring of CPB concentration,presenting a promising approach for optimizing and controlling CPB characteristic parameters. 展开更多
关键词 cemented paste backfill CONCENTRATION hyperspectral imaging non-destructive testing
在线阅读 下载PDF
Diagnostics for human pathogenic fungal infections:Current status and future prospects
7
作者 Xinhua Huang Munika Moses +2 位作者 Lu Nie Ernest Apondi Wandera Changbin Chen 《hLife》 2026年第3期135-164,共30页
Human fungal infections represent a rapidly emerging global health threat,especially threatening immunocompromised populations,highlighting the urgent need for accurate and timely diagnostic approaches to reduce morbi... Human fungal infections represent a rapidly emerging global health threat,especially threatening immunocompromised populations,highlighting the urgent need for accurate and timely diagnostic approaches to reduce morbidity and mortality.This review synthesizes recent advances in diagnostic methodologies,including serological assays,point-of-care diagnostics,polymerase chain reaction(PCR)-based and sequencing technologies,as well as artificial intelligence(AI)-and machine learning(ML)-powered tools.Emerging diagnostic approaches have demonstrated notable improvements in detection accuracy,turnaround time,and antifungal resistance profiling capabilities,especially for drug-resistant strains.Nevertheless,substantial challenges persist in terms of standardization,scalability,cost-effectiveness,and implementation,particularly in resource-constrained settings.Future efforts should be directed toward the continuous innovation of rapid,sensitive,and multiplex diagnostic platforms for the simultaneous detection of fungi,bacteria,and viruses.Such advances may accelerate result acquisition,enhance diagnostic accuracy,support the development of more targeted therapeutic strategies,and ultimately improve clinical outcomes for patients. 展开更多
关键词 human fungal infections DIAGNOSTICS point-of-care test artificial intelligence antifungal resistance
暂未订购
Monotonic triaxial testing and hypoplastic modelling of calcareous sand:A focus on particle breakage and initial relative density
8
作者 Jiarui Chen Yaolan Tang +4 位作者 Shun Wang Chunshun Zhang Wei Wei Jie Dong Congying Li 《Journal of Rock Mechanics and Geotechnical Engineering》 2026年第2期1504-1525,共22页
The stress-strain behavior of calcareous sand is significantly influencedby particle breakage(B)and initial relative density(Dri),but few constitutive models consider their combined effects.To bridge this gap,we condu... The stress-strain behavior of calcareous sand is significantly influencedby particle breakage(B)and initial relative density(Dri),but few constitutive models consider their combined effects.To bridge this gap,we conducted a series of triaxial tests on calcareous sand with varying Dri and stress paths,examining particle breakage and critical state behavior.Key findingsinclude:(1)At a constant stress ratio(η),B follows a hyperbolic relationship with mean effective stress(p'),and for a given p',B increases proportionally withη;(2)The critical state line(CSL)moves downward with increasing Dri,whereas the critical state friction angle(φcs)decreases with increasing B.Based on these findings,we propose a unifiedbreakage evolution model to quantify particle breakage in calcareous sand under various loading conditions.Integrating this model with the Normal Consolidation Line(NCL)and CSL equations,we successfully simulate the steepening of NCL and CSL slopes as B increases with the onset of particle breakage.Furthermore,we quantitatively evaluate the effect of B onφcs.Finally,within the framework of Critical State Soil Mechanics and Hypoplasticity theory,we develop a hypoplastic model incorporating B and Dri.The model is validated through strong agreement with experimental results across various initial relative densities,stress paths and drainage conditions. 展开更多
关键词 Calcareous sand Constitutive model HYPOPLASTICITY Particle breakage Initial relative density Triaxial test
在线阅读 下载PDF
Design and optimization of a compact high-energy electron source applied to on-site non-destructive testing for electrical equipment
9
作者 Hai-Meng Wang Yi-Feng Zeng +2 位作者 Hao Hu Jun-Yang Li Tong-Ning Hu 《Nuclear Science and Techniques》 2026年第4期28-40,共13页
X-rays are widely used in the non-destructive testing(NDT)of electrical equipment.Radio frequency(RF)electron linear accelerators can generate MeV high-energy X-rays with strong penetrating ability;however,the system ... X-rays are widely used in the non-destructive testing(NDT)of electrical equipment.Radio frequency(RF)electron linear accelerators can generate MeV high-energy X-rays with strong penetrating ability;however,the system generally has a large scale,which is not suitable for on-site testing.Compared with the S-band(S-linac)at the same stage of beam energy,the accelerator working in the X-band(X-linac)can compress the facility scale by over 2/3 in the longitudinal direction,which is convenient for the on-site NDT of electrical equipment.To address the beam quality and design complexity simultaneously,the non-dominated sorting genetic algorithmⅡ(NSGA-Ⅱ),which is a multi-objective genetic algorithm(MOGA),was developed to optimize the cavity chain design of the X-linac.Additionally,the designs of the focusing coils,electron gun,and RF couplers,which are other key components of the X-linac,were introduced in this context.In particular,the focusing coil distributions were optimized using a genetic algorithm.Furthermore,after designing such key components,PARMELA software was adopted to perform beam dynamics calculations with the optimized accelerating fields and magnetic fields.The results show that the beam performance was obtained with a capture ratio of more than 90%,an energy spread of less than 10%,and an average energy of approximately 3 MeV.The design and simulation results indicate that the proposed NSGAⅡ-based approach is feasible for X-linac accelerator design.Furthermore,it can be generalized as a universal technique for industrial electron linear accelerators provided that specific optimization objectives and constraints are set according to different application scenarios and requirements. 展开更多
关键词 Non-destructive testing X-band linac accelerator Focusing coils Electron gun Radio frequency couplers
在线阅读 下载PDF
Aptamer&MOF-functionalized multichannel paper chip for point-of-care testing of small extracellular vesicle membrane protein profile
10
作者 Shaoqiang Wen Lang Zhang +7 位作者 Zhan Huang Meng Chen Yuzhi Xu Xing Huang Zhou Zhang Xiaoyong Zou Zong Dai Si-Yang Liu 《Chinese Chemical Letters》 2026年第2期687-692,共6页
Small extracellular vesicles(sEVs)membrane protein profile(sEVpp)is a novel biomarker for cancer,and it can reveal the in-depth phenotype information.The point-of-care testing(POCT)of sEVpp holds great significance fo... Small extracellular vesicles(sEVs)membrane protein profile(sEVpp)is a novel biomarker for cancer,and it can reveal the in-depth phenotype information.The point-of-care testing(POCT)of sEVpp holds great significance for mass screening of cancer,so the cost-effective and simple detection methods of sEVpp are urgently demanded.Herein,we constructed a paper-based multichannel sEVpp POCT device(sEVpp-PAD)enabled by functional DNA probes and metal-organic framework(MOF).The core components are aptamer/MOF-modified paper chips.The modified aptamers can immunocapture the sEV expressing corresponding proteins,while the modified MOF can provide abundant sites for aptamer-modification,reduce the nonspecific protein absorption,and act as reference for ratiometric detection.Simply powered by two syringes,the sEVpp-PAD can efficiently capture sEVs expressing corresponding protein from cell culture media and sera.Furthermore,a detection probe(DP)consisted of CD63 aptamer and G-quadruplex was developed for the colorimetric detection of captured sEVs.Utilizing this device,the sEVpp in various hepatocellular carcinoma cell culture medium and,more importantly,in human sera can be accurately determined,only with$2 device,$0.2 detection reagents and 1.8 h procedure.This simple strategy for sEVpp detection can innovatively promote the POCT and subtyping of cancer based on sEV-related liquid biopsy. 展开更多
关键词 Small extracellular vesicles Protein profile Point-of-care testing Paper-based analytical device Metal-organic frameworks
原文传递
Genetic differences in familial adenomatous polyposis syndrome in a Hungarian population:A prospective single center study
11
作者 Tibor Tóth Renáta Bor +10 位作者 Dóra Nagy Dóra Török Tamás Molnár Klaudia Farkas Anna Fábián Zsófia Bősze Anita Bálint Péter Bacsur Tamás Resál Marta Szell Zoltán Szepes 《World Journal of Gastroenterology》 2026年第1期158-170,共13页
BACKGROUND Familial adenomatous polyposis(FAP)is a disorder of autosomal dominant inheritance that is responsible for around 1%of colorectal cancer(CRC)cases.AIM To determine the mutation profile of FAP-specific to th... BACKGROUND Familial adenomatous polyposis(FAP)is a disorder of autosomal dominant inheritance that is responsible for around 1%of colorectal cancer(CRC)cases.AIM To determine the mutation profile of FAP-specific to the Hungarian population.METHODS This prospective single-center study enrolled patients with clinically suspected FAP or attenuated FAP(aFAP).Whole-exome next-generation sequencing was performed to detect variants of 50 FAP priority genes and 173 CRC predisposing genes or other CRC disease-associated genes.To identify larger deletions and insertions,a multiplex amplifiable probe hybridization technique was used.The identified genes were then classified according to the American College of Medical Genetics and Genomics guidelines.RESULTS A total of 26 index patients with clinically suspected FAP(n=21)and aFAP(n=5)were enrolled.APC gene alterations were confirmed in 92.31%of the cases(region 1B deletion,n=2;whole-gene deletion,n=4;frameshift mutation,n=2;nonsense mutation,n=5,and splice mutation,n=1),with the remaining two cases having CHEK2 and MSH3 gene alterations.According to pathogenicity,21 cases had pathogenic mutations,6 cases had likely pathogenic mutations,and 16 cases had variants of unknown significance(VUS).The most frequent of the latter were the POLE(n=5)and PIEZO1(n=4)gene variants.CONCLUSION Germline mutations in the APC gene were confirmed in more than 90%of Hungarian patients with clinically suspected FAP.Although the role of VUS genes is unclear,they are highly likely to play a role in the development of CRC. 展开更多
关键词 Polyposis syndrome GENOMICS Familial adenomatous polyposis Genetic testing APC Germline mutation Colorectal cancer
暂未订购
Magnetic pulse welding of Al-5754 with Al-7075 and MARS 380:Weldability windows and ballistic testing
12
作者 Benoit Lagain Thomas Heuzé +1 位作者 Guillaume Racineux Michel Arrigoni 《Defence Technology(防务技术)》 2026年第1期64-79,共16页
Joining dissimilar materials encounters significant engineering challenges due to the contrast in material properties that makes conventional welding not feasible.Magnetic Pulse Welding(MPW)offers a solidstate joining... Joining dissimilar materials encounters significant engineering challenges due to the contrast in material properties that makes conventional welding not feasible.Magnetic Pulse Welding(MPW)offers a solidstate joining technique that overcomes these issues by using impact to create strong bonds without melting the substrate materials.This study investigates the weldability of aluminum alloy Al-5754 with Al-7075 and MARS 380 steel,used in armouring solutions of defense systems,by the use of MPW.In this work,weldability windows are investigated by varying standoff distances between the coating material and its substrate(0.25-4.5 mm)and discharge energies(5-13 kJ)with both O-shape and U-shape inductors.Mechanical strength of the welded joints were assessed through single lap shear tests,identifying optimal welding parameters.Then,the velocity profiles of the flyer plates were measured using heterodyne velocimetry to understand the dynamics of the impact.Then,substructures assembled with the optimal welding conditions were subjected to ballistic testing using 7.62 mm×51 mm NATO and 9 mm×19 mm Parabellum munitions to evaluate the resilience of the welds under ballistic impact.The outcomes demonstrate that MPW effectively joins Al-5754 with both Al-7075 and MARS 380,producing robust welds capable of withstanding ballistic impacts under certain conditions.This research advances the application of MPW in lightweight ballistic protection of defense systems,contributing to the development of more resilient and lighter protective structures. 展开更多
关键词 Magnetic pulse welding(MPW) Dissimilar material joining Weldability windows Impact welding Ballistic testing
在线阅读 下载PDF
单光子发射计算机断层成像(SPECT)性能指标及质量控制
13
作者 洪浩 耿建华 +1 位作者 李静 王雪鹃 《中华放射医学与防护杂志》 北大核心 2026年第1期93-101,共9页
为保证在单光子发射计算机断层成像(SPECT)检查中获得高质量的图像,以提高诊断的准确性,对SPECT设备进行质量控制是必不可少的。本文通过对国内外SPECT设备质量控制标准、质量控制检测项目及检测方法进行深入调研分析,阐述当前SPECT质... 为保证在单光子发射计算机断层成像(SPECT)检查中获得高质量的图像,以提高诊断的准确性,对SPECT设备进行质量控制是必不可少的。本文通过对国内外SPECT设备质量控制标准、质量控制检测项目及检测方法进行深入调研分析,阐述当前SPECT质量控制现状及所面临问题,并对未来的SPECT设备质量控制标准发展及性能测试指标的完善进行展望。 展开更多
关键词 Spect 性能指标 质量控制 标准 测试
原文传递
An Analysis of the CET English Writing Tests from the Perspective of Language Testing
14
作者 李丽娜 《海外英语》 2014年第3X期101-102,106,共3页
This article is mainly talked about CET English writing tests from the perspective of language testing.Writing tests designed to test the language proficiency,have direct and integrative characteristics.Writing requir... This article is mainly talked about CET English writing tests from the perspective of language testing.Writing tests designed to test the language proficiency,have direct and integrative characteristics.Writing requires the candidates to use language accurately,fluently and appropriately. 展开更多
关键词 LANGUAGE testing CET WRITING ABILITY
在线阅读 下载PDF
Laser ultrasonic testing for near-surface defects inspection of 316L stainless steel fabricated by laser powder bed fusion 被引量:4
15
作者 Ting Dai Xiao-jian Jia +6 位作者 Jun Zhang Jin-feng Wu Yi-wei Sun Shu-xian Yuan Guan-bing Ma Xiao-jing Xiong Hui Ding 《China Foundry》 SCIE CAS 2021年第4期360-368,共9页
The laser powder bed fusion(L-PBF)method of additive manufacturing(AM)is increasingly used in various industrial manufacturing fields due to its high material utilization and design freedom of parts.However,the parts ... The laser powder bed fusion(L-PBF)method of additive manufacturing(AM)is increasingly used in various industrial manufacturing fields due to its high material utilization and design freedom of parts.However,the parts produced by L-PBF usually contain such defects as crack and porosity because of the technological characteristics of L-PBF,which affect the quality of the product.Laser ultrasonic testing(LUT)is a potential technology for on-line testing of the L-PBF process.It is a non-contact and non-destructive approach based on signals from abundant waveforms with a wide frequency-band.In this study,a method of LUT for on-line inspection of L-PBF process was proposed,and a system of LUT was established approaching the actual environment of on-line detection to evaluate the method applicability for defects detection of L-PBF parts.The detection results of near-surface defects in L-PBF 316L stainless steel parts show that the crack-type defects with a sub-millimeter level within 0.5 mm depth can be identified,and accordingly,the positions and dimensions information can be acquired.The results were verified by X-ray computed tomography,which indicates that the present method exhibits great potential for on-line inspection of AM processes. 展开更多
关键词 additive manufacturing 316L stainless steel on-line inspection laser ultrasonic testing non-destructive testing
在线阅读 下载PDF
Repeat HIV Testing and Incident Rates among Individuals Attending Voluntary Counseling and Testing Clinics in Wuxi, China: A Retrospective Study 被引量:2
16
作者 MENG Xiao Jun Andrew GRULICH +4 位作者 WANG Xu Wen YIN Han Lu GU Jing ZHANG Xuan ZOU Hua Chun 《Biomedical and Environmental Sciences》 SCIE CAS CSCD 2018年第1期37-47,共11页
Objective We aimed to elucidate the rates of repeat HIV testing and incident HIV diagnosis, and baseline CD4^+ T cell count among individuals attending HIV voluntary counseling and testing (VCT) clinics in Wuxi, Ch... Objective We aimed to elucidate the rates of repeat HIV testing and incident HIV diagnosis, and baseline CD4^+ T cell count among individuals attending HIV voluntary counseling and testing (VCT) clinics in Wuxi, China. Methods A repeat HIV testing within 12 months was recorded if individuals had their first test with negative results, during 2013-2014 and retested within 12 months. An incident HIV diagnosis was recorded if individuals had their first test with negative results, during 2013-2015 and had a subsequent positive result at any point by the end of 2015. Data on HIV testing and diagnosis among individuals attending 32 VCT clinics from 2013 to 2015 and HIV diagnosis from other clinical services in Wuxi, China, were retrieved. A multivariate logistic regression model was used to analyze factors associated with repeat HIV testing. Cox regression was used to evaluate factors associated with incident HIV diagnosis. Results From 2013 to 2014, 11,504 individuals tested HIV negative at their first recorded test, with 655 (5.7%) retesting within 12 months. Higher repeat HIV testing within 12 months was associated with male gender [adjusted odds ratio (a OR) = 1.7, 95% confidence interval (CI): 1.4-2.2], risk behaviors [commercial heterosexual behaviors (a OR = 1.4, CI: 1.1-1.6), male-male sexual behaviors (a OR = 3.7, CI: 2.7-4.9)], injection drug use (a OR = 9.9, CI: 6.5-15.1), and having taken HIV tests previously (a OR = 2.0, CI: 1.6-2.4). From 2013 to 2015, 1,088 individuals tested negative on HIV test at their visit and at ≥ 2 subsequent tests; of them 30 had incident HIV diagnosis. The overall rate of incident HIV diagnosis among all VCT individuals was 1.6 (95% CI: 1.1-2.1) per 100 person-years. Incident HIV diagnosis was associated with male gender [adjusted hazard ratio (a HR) = 8.5, 95% CI: 1.9-38.1], attending hospital-based VCT clinics (a HR = 7.8, 95% CI: 1.1-58.3), and male-male sexual behavior (a HR = 8.4, 95% CI: 1.5-46.7). Individuals diagnosed at VCT clinics had higher CD4+ T cell count compared with those diagnosed at other clinical services (median 407 vs. 326 copies/mm3, P = 0.003). Conclusion VCT individuals in Wuxi, China, had a low repeat HIV testing rate and high HIV incidence. VCT-clinic-based interventions aimed at increasing repeat HIV testing are needed to detect more cases at an earlier stage, especially among individuals at high risk for HIV infection such as men who have sex with men. 展开更多
关键词 HIV Voluntary counseling and testing (VCT) China
暂未订购
Feasibility Study for Applying Spectral Imaging for Wheat Grain Authenticity Testing in Pasta 被引量:4
17
作者 Timothy Wilkes Gavin Nixon +3 位作者 Claire Bushell Adrian Waltho Amer Alroichdi Malcolm Burns 《Food and Nutrition Sciences》 2016年第5期355-361,共7页
Authentication of pasta is currently determined using molecular biology-based techniques focusing on DNA as the target analyte. Whilst proven to be effective, these approaches can be criticised as being destructive, t... Authentication of pasta is currently determined using molecular biology-based techniques focusing on DNA as the target analyte. Whilst proven to be effective, these approaches can be criticised as being destructive, time consuming, and requiring specialist instrument training. Advances in the field of multispectral imaging (MSI) and hyperspectral imaging (HSI) have facilitated the development of compact imaging platforms with the capability to rapidly differentiate a range of materials (inclusive of grains and seeds) based on surface colour, texture and chemical composition. This preliminary investigation evaluated the applicability of spectral imaging for identification and quantitation of durum wheat grain samples in relation to pasta authenticity. MSI and HSI were capable of rapidly distinguishing between durum wheat and adulterant common wheat cultivars and assigning percentage adulteration levels characterised by low biases and good repeatability estimates. The results demonstrated the potential for spectral imaging based seed/grain adulteration testing to augment existing standard molecular approaches for food authenticity testing. 展开更多
关键词 Spectral Imaging Multispectral Imaging Hyperspectral Imaging Durum Wheat Authentication Rapid Non-Destructive testing Food Adulteration
在线阅读 下载PDF
Predictive potential of IL-28B genetic testing for interferon based hepatitis C virus therapy in Pakistan: Current scenario and future perspective 被引量:1
18
作者 Muhammad Sohail Afzal 《World Journal of Hepatology》 CAS 2016年第26期1116-1118,共3页
In Pakistan which ranked second in terms of hepatitis C virus(HCV) infection, it is highly needed to have an established diagnostic test for antiviral therapy responseprediction. Interleukin 28B(IL-28B) genetic testin... In Pakistan which ranked second in terms of hepatitis C virus(HCV) infection, it is highly needed to have an established diagnostic test for antiviral therapy responseprediction. Interleukin 28B(IL-28B) genetic testing is widely used throughout the world for interferon based therapy prediction for HCV patients and is quite helpful not only for health care workers but also for the patients. There is a strong relationship between single nucleotide polymorphisms at or near the IL-28 B gene and the sustained virological response with pegylated interferon plus ribavirin treatment for chronic hepatitis C. Pakistan is a resource limited country, with very low per capita income and there is no proper social security(health insurance) system. The allocated health budget by the government is very low and is used on other health emergencies like polio virus and dengue virus infection. Therefore it is proposed that there should be a well established diagnostic test on the basis of IL-28 B which can predict the antiviral therapy response to strengthen health care set-up of Pakistan. This test once established will help in better management of HCV infected patients. 展开更多
关键词 Diagnostics HEPATITIS C virus INTERFERON THERAPY POLYMORPHISMS IL-28B Genetic testing Pakistan
暂未订购
Noninvasive preimplantation genetic testing in assisted reproductive technology:current state and future perspectives 被引量:2
19
作者 Jingyi Li Yifeng Liu +1 位作者 Yuli Qian Dan Zhang 《Journal of Genetics and Genomics》 SCIE CAS CSCD 2020年第12期723-726,共4页
Invasive genetic screening of pre-implantation embryos via biopsied trophectoderm(TE)cells has been in use for more than 20 years,while its benefits in selecting euploid embryos remain controversial.Recent advances in... Invasive genetic screening of pre-implantation embryos via biopsied trophectoderm(TE)cells has been in use for more than 20 years,while its benefits in selecting euploid embryos remain controversial.Recent advances in the ability to process embryonic cell-free DNA(cfDNA)from blastocoel fluid(BF)and spent culture media(SCM)of blastocysts in a manner similar to that of a biopsied TE sample provide a potential alternative holding great promise for obtaining cytogenetic information of the embryos without intrusive biopsy of traditional biopsy-based pre-implantation genetic testing(PGT).Several studies have reported even higher diagnostic accuracy in non-invasive PGT(ni-PGT)than conventional PGT.However,there are still several technical challenges to be overcome before ni-PGT can be accepted as a reliable genomic information source of embryo.In this review,we have summarized the emergence and current state of ni-PGT,and discussed our own perspectives on their limitations and future prospect.There is still a long way to go before truly wide clinical application of ni-PGT. 展开更多
关键词 Pre-implantation genetic testing Spent culture media Blastocoel fluid Cell-free DNA Non-invasive PGT
原文传递
Impacts of Recent Infection Testing Integration into HIV Surveillance in Ekiti State, South West Nigeria: A Retrospective Cross Sectional Study 被引量:1
20
作者 Daniel Chinenyeike Offie Leo Akpan +5 位作者 Felix Okoh Owolagba Femi Ofuche Eke Michael Tomori Abimbola O. Ariyo Christopher Omisakin 《World Journal of AIDS》 2022年第4期183-193,共11页
Background: Timely detection of recent HIV infections is critical in achieving the HIV epidemic. The aim of this study was to evaluate the effects of integrating the Recent Infection Testing Algorithm in HIV surveilla... Background: Timely detection of recent HIV infections is critical in achieving the HIV epidemic. The aim of this study was to evaluate the effects of integrating the Recent Infection Testing Algorithm in HIV surveillance in Ekiti State, South West Nigeria. Method: Data from the Nigeria Medical Records System (NMRS)/National Data Repository (NDR) and Index Testing (IT) Services data capturing tools were abstracted for a retrospective cross-sectional study of 719 newly diagnosed HIV-positive cases who were screened for HIV incident infection using Asante rapid recency test kits between August 2020 and June 2022 at 5 selected recency testing health facilities. The venous blood (10 ml) of all the rapid Asante tested recent patients were collected into an EDTA tube and processed for viral load testing. The plasma level of HIV-1 RNA was quantified using the CAP/CTM and cobas 4800 platform at Obafemi Awolowo University Teaching Hospital PCR Laboratory Ife. Chi-square was used to characterize the recency status of the patients. A measure of the association was done using Chi-square, while the p-value of 0.05 was considered statistically significant. Results: The median age of the participants was 39 years. The result from the study showed that of the total number of 719 new cases of diagnosed HIV-positive, 626 of them were screened for rapid Test for Recency infection (RTRI) (87%). Overall, we found that 1.8% (11/626) of clients were classified as recent. The investigation also showed that from the index cases of the 11 confirmed recent infections, a total number of 125 additional positive cases were found. Conclusion: This result indicated a rise in the number of cases discovered in the State. Therefore, incorporating recency testing within regular HIV testing programs becomes essential in order to prioritize clients for index testing and provide useful information on transmission clusters. 展开更多
关键词 IMPACTS Recent testing HIV Surveillance
暂未订购
上一页 1 2 250 下一页 到第
使用帮助 返回顶部