Developing an integrated and intelligent approach to securing the ITE(information technology environment)is an emergent and evolving concern for every organization and consumer entity during the last few decades.Major...Developing an integrated and intelligent approach to securing the ITE(information technology environment)is an emergent and evolving concern for every organization and consumer entity during the last few decades.Major topics of concern include“SI”(security intelligence),“D-DA”(data-driven analytics),“PE”(proven expertise),and“R-TD”(real-time defense)capabilities.“DRBTs”(dynamic response behavior types)include“incident response”,“endpoint management”,“threat intelligence”,“network security”,and“fraud protection”.The consumer demand for electricity as essential public access and service is indexed to population growth estimates.Consumer-driven economies continue to add electrical consumption to their grids even though improvements in lower-power consumption and higher design efficiencies are present in new electric-powered products.Dependence on the production of electrical energy has no peer replacement technology and creates a societal vulnerability to targeted public electrical grid interruptions.When access to,or production of,electrical power is interrupted,the result is a“Mass Effect”every consumer feels with equal distribution.Electric grid security falls directly into the levels of authorized,and unauthorized,access via the“IoT”(Internet of Things)concepts,and the“IoM2M”(Internet of Machine-to-Machine)integration.Electrical grid operations that include production and network management augment each other in order to support the demand for electricity every day either in peak or off-peak,thus cybersecurity plays a big role in the protection of such assets at our disposal.With help from AI(artificial intelligence)integrated into the IoT a resilient system can be built to protect the electric grid system nationwide and will be able to detect and preempt Smart Malware attacks.展开更多
Industrial intelligence is a core technology in the upgrading of the production processes and management modes of traditional industries.Motivated by the major development strategies and needs of industrial intellectu...Industrial intelligence is a core technology in the upgrading of the production processes and management modes of traditional industries.Motivated by the major development strategies and needs of industrial intellectualization in China,this study presents an innovative fusion structure that encompasses the theoretical foundation and technological innovation of data analytics and optimization,as well as their application to smart industrial engineering.First,this study describes a general methodology for the fusion of data analytics and optimization.Then,it identifies some data analytics and system optimization technologies to handle key issues in smart manufacturing.Finally,it provides a four-level framework for smart industry based on the theoretical and technological research on the fusion of data analytics and optimization.The framework uses data analytics to perceive and analyze industrial production and logistics processes.It also demonstrates the intelligent capability of planning,scheduling,operation optimization,and optimal control.Data analytics and system optimization technologies are employed in the four-level framework to overcome some critical issues commonly faced by manufacturing,resources and materials,energy,and logistics systems,such as high energy consumption,high costs,low energy efficiency,low resource utilization,and serious environmental pollution.The fusion of data analytics and optimization allows enterprises to enhance the prediction and control of unknown areas and discover hidden knowledge to improve decision-making efficiency。Therefore,industrial intelligence has great importance in China’s industrial upgrading and transformation into a true industrial power.展开更多
Climate research produces a wealth of multivariate data. These data often have a geospatial reference and so it is of interest to show them within their geospatial context. One can consider this configuration as a mul...Climate research produces a wealth of multivariate data. These data often have a geospatial reference and so it is of interest to show them within their geospatial context. One can consider this configuration as a multifield visualization problem, where the geo-space provides the expanse of the field. However, there is a limit on the amount of multivariate information that can be fit within a certain spatial location, and the use of linked multivariate information displays has previously been devised to bridge this gap. In this paper we focus on the interactions in the geographical display, present an implementation that uses Google Earth, and demonstrate it within a tightly linked parallel coordinates display. Several other visual representations, such as pie and bar charts are integrated into the Google Earth display and can be interactively manipulated. Further, we also demonstrate new brushing and visualization techniques for parallel coordinates, such as fixed-window brushing and correlation-enhanced display. We conceived our system with a team of climate researchers, who already made a few important discoveries using it. This demonstrates our system's great potential to enable scientific discoveries, possibly also in other domains where data have a geospatial reference.展开更多
Many cities,countries and transport operators around the world are striving to design intelligent transport systems.These systems capture the value of multisource and multiform data related to the functionality and us...Many cities,countries and transport operators around the world are striving to design intelligent transport systems.These systems capture the value of multisource and multiform data related to the functionality and use of transportation infrastructure to better support human mobility,interests,economic activity and lifestyles.They aim to provide services that can enable transportation customers and managers to be better informed and make safer and more efficient use of infrastructure.In developing principles,guidelines,methods and tools to enable synergistic work between humans and computer-generated information,the science of visual analytics continues to expand our understanding of data through effective and interactive visual interfaces.In this paper,we describe an application of visual analytics related to the study of movement and transportation systems.This application documents the use of rapid,2D and 3D web visualisation and data analytics libraries and explores their potential added value to the analysis of big public transport performance data.A novel approach to displaying such data through a generalisable framework visualisation system is demonstrated.This framework recalls over a year’sworth of public transport performance data at a highly granular level in a fast,interactive browser-based environment.Greater Sydney,Australia forms a case study to highlight potential uses of the visualisation of such large,passively-collected data sets as an applied research scenario.In this paper,we argue that such highly visual systems can add data-driven rigour to service planning and longer-term transport decision-making.Furthermore,they enable the sharing of quality of service statistics with various stakeholders and citizens and can showcase improvements in services before and after policy decisions.The paper concludes by making recommendations on the value of this approach in embedding these or similar web-based systems in transport planning practice,performance management,optimisation and understanding of customer experience.展开更多
Regulation of apoptosis represents a key parameter in all living organisms.In this paper,an input-induced logic-gated modular nanocalculator is designed to regulate cancer cell apoptosis by programmatically combining ...Regulation of apoptosis represents a key parameter in all living organisms.In this paper,an input-induced logic-gated modular nanocalculator is designed to regulate cancer cell apoptosis by programmatically combining and connecting logic gate modules with different functions.Via rational design of the various logic gate modules of the nanocalculator,different apoptosis related operations including cancer cell targeting,apoptosis induction,and apoptosis monitoring could be performed.Importantly,each of these logic gate modules could independently perform apoptosis related YES logic operations when ran separately.After combining each YES logic gate module into a logic circuit and connecting it to the GO scaffold to construct a logic-gated nanocalculator,the input-induced logic-gated modular nanocalculator could selectively enter cancer cells and control the drug release to logically apoptosis(output),by performing AND logic gate operations when inputs(nucleolin and H^(+)) were included at the same time.Moreover,evidence suggests that these efficient logical calculations proceed in cancer cell apoptosis regulation without the general limiations of lithography in nanotechnology.As such,this work provides a new vision for the construction of a logic-gated modular nanocalculator with logical calculation proficiency potentially useful in cancer therapy and the regulation of life.展开更多
Vulnerabilities are a known problem in modern Open Source Software(OSS).Most developers often rely on third-party libraries to accelerate feature implementation.However,these libraries may contain vulnerabilities that...Vulnerabilities are a known problem in modern Open Source Software(OSS).Most developers often rely on third-party libraries to accelerate feature implementation.However,these libraries may contain vulnerabilities that attackers can exploit to propagate malicious code,posing security risks to dependent projects.Existing research addresses these challenges through Software Composition Analysis(SCA)for vulnerability detection and remediation.Nevertheless,current solutions may introduce additional issues,such as incompatibilities,dependency conflicts,and additional vulnerabilities.To address this,we propose Vulnerability Scan and Protection(VulnScanPro),a robust solution for detection and remediation vulnerabilities in Java projects.Specifically,VulnScanPro builds a finegrained method graph to identify unreachable methods.The method graph is mapped to the project’s dependency tree,constructing a comprehensive vulnerability propagation graph that identifies unreachable vulnerable APIs and dependencies.Based on this analysis,we propose three solutions for vulnerability remediation:(1)Removing unreachable vulnerable dependencies,thereby resolving security risks and reducing maintenance overhead.(2)Upgrading vulnerable dependencies to the closest non-vulnerable versions,while pinning the versions of transitive dependencies introduced by the vulnerable dependency,in order to mitigate compatibility issues and prevent the introduction of new vulnerabilities.(3)Eliminating unreachable vulnerable APIs,particularly when security patches are either incompatible or absent.Experimental results show that these solutions effectively mitigate vulnerabilities and enhance the overall security of the project.展开更多
Modern intrusion detection systems(MIDS)face persistent challenges in coping with the rapid evolution of cyber threats,high-volume network traffic,and imbalanced datasets.Traditional models often lack the robustness a...Modern intrusion detection systems(MIDS)face persistent challenges in coping with the rapid evolution of cyber threats,high-volume network traffic,and imbalanced datasets.Traditional models often lack the robustness and explainability required to detect novel and sophisticated attacks effectively.This study introduces an advanced,explainable machine learning framework for multi-class IDS using the KDD99 and IDS datasets,which reflects real-world network behavior through a blend of normal and diverse attack classes.The methodology begins with sophisticated data preprocessing,incorporating both RobustScaler and QuantileTransformer to address outliers and skewed feature distributions,ensuring standardized and model-ready inputs.Critical dimensionality reduction is achieved via the Harris Hawks Optimization(HHO)algorithm—a nature-inspired metaheuristic modeled on hawks’hunting strategies.HHO efficiently identifies the most informative features by optimizing a fitness function based on classification performance.Following feature selection,the SMOTE is applied to the training data to resolve class imbalance by synthetically augmenting underrepresented attack types.The stacked architecture is then employed,combining the strengths of XGBoost,SVM,and RF as base learners.This layered approach improves prediction robustness and generalization by balancing bias and variance across diverse classifiers.The model was evaluated using standard classification metrics:precision,recall,F1-score,and overall accuracy.The best overall performance was recorded with an accuracy of 99.44%for UNSW-NB15,demonstrating the model’s effectiveness.After balancing,the model demonstrated a clear improvement in detecting the attacks.We tested the model on four datasets to show the effectiveness of the proposed approach and performed the ablation study to check the effect of each parameter.Also,the proposed model is computationaly efficient.To support transparency and trust in decision-making,explainable AI(XAI)techniques are incorporated that provides both global and local insight into feature contributions,and offers intuitive visualizations for individual predictions.This makes it suitable for practical deployment in cybersecurity environments that demand both precision and accountability.展开更多
Motor imbalance is a critical failure mode in rotating machinery,potentially causing severe equipment damage if undetected.Traditional vibration-based diagnostic methods rely on direct sensor contact,leading to instal...Motor imbalance is a critical failure mode in rotating machinery,potentially causing severe equipment damage if undetected.Traditional vibration-based diagnostic methods rely on direct sensor contact,leading to installation challenges and measurement artifacts that can compromise accuracy.This study presents a novel radar-based framework for non-contact motor imbalance detection using 24 GHz continuous-wave radar.A dataset of 1802 experimental trials was sourced,covering four imbalance levels(0,10,20,30 g)across varying motor speeds(500–1500 rpm)and load torques(0–3 Nm).Dual-channel in-phase and quadrature radar signals were captured at 10,000 samples per second for 30-s intervals,preserving both amplitude and phase information for analysis.A multi-domain feature extraction methodology captured imbalance signatures in time,frequency,and complex signal domains.From 65 initial features,statistical analysis using Kruskal–Wallis tests identified significant descriptors,and recursive feature elimination with Random Forest reduced the feature set to 20 dimensions,achieving 69%dimensionality reduction without loss of performance.Six machine learning algorithms,Random Forest,Extra Trees Classifier,Extreme Gradient Boosting,Categorical Boosting,Support Vector Machine with radial basis function kernel,and k-Nearest Neighbors were evaluated with grid-search hyperparameter optimization and five-fold cross-validation.The Extra Trees Classifier achieved the best performance with 98.52%test accuracy,98%cross-validation accuracy,and minimal variance,maintaining per-class precision and recall above 97%.Its superior performance is attributed to its randomized split selection and full bootstrapping strategy,which reduce variance and overfitting while effectively capturing the nonlinear feature interactions and non-normal distributions present in the dataset.The model’s average inference time of 70 ms enables near real-time deployment.Comparative analysis demonstrates that the radar-based framework matches or exceeds traditional contact-based methods while eliminating their inherent limitations,providing a robust,scalable,and noninvasive solution for industrial motor condition monitoring,particularly in hazardous or space-constrained environments.展开更多
Orthogonal Frequency Division Multiplexing(OFDM)enables efficient Dynamic Spectrum Access(DSA)but suffers from high sidelobe that causes excessive out-of-band(OOB)emissions and expose the system to spectrum-layer cybe...Orthogonal Frequency Division Multiplexing(OFDM)enables efficient Dynamic Spectrum Access(DSA)but suffers from high sidelobe that causes excessive out-of-band(OOB)emissions and expose the system to spectrum-layer cyberattacks such as man-in-the-middle(MITM),eavesdropping,and primary user emulation(PUE)attacks.To address both spectral leakage and its security implications,this paper introduces a secure and intelligent hybrid optimization strategy that combinesan Eigenspace-based Generalized Sidelobe Canceller(ES-GSC)with a Genetic Algorithm(GA),to derive optimally weighted cancellation carriers.The proposed method jointly suppresses sidelobes and reinforces resistance to leakage-based attacks.MATLAB Simulation demonstrate considerable reductions in OOB emissions and higher resilience against spectrum-layer threats compared with existing techniques.展开更多
The problem of fake news detection(FND)is becoming increasingly important in the field of natural language processing(NLP)because of the rapid dissemination of misleading information on the web.Large language models(L...The problem of fake news detection(FND)is becoming increasingly important in the field of natural language processing(NLP)because of the rapid dissemination of misleading information on the web.Large language models(LLMs)such as GPT-4.Zero excels in natural language understanding tasks but can still struggle to distinguish between fact and fiction,particularly when applied in the wild.However,a key challenge of existing FND methods is that they only consider unimodal data(e.g.,images),while more detailed multimodal data(e.g.,user behaviour,temporal dynamics)is neglected,and the latter is crucial for full-context understanding.To overcome these limitations,we introduce M3-FND(Multimodal Misinformation Mitigation for False News Detection),a novel methodological framework that integrates LLMs with multimodal data sources to perform context-aware veracity assessments.Our method proposes a hybrid system that combines image-text alignment,user credibility profiling,and temporal pattern recognition,which is also strengthened through a natural feedback loop that provides real-time feedback for correcting downstream errors.We use contextual reinforcement learning to schedule prompt updating and update the classifier threshold based on the latest multimodal input,which enables the model to better adapt to changing misinformation attack strategies.M3-FND is tested on three diverse datasets,FakeNewsNet,Twitter15,andWeibo,which contain both text and visual socialmedia content.Experiments showthatM3-FND significantly outperforms conventional and LLMbased baselines in terms of accuracy,F1-score,and AUC on all benchmarks.Our results indicate the importance of employing multimodal cues and adaptive learning for effective and timely detection of fake news.展开更多
Electroosmotic transport and entropy generation play a decisive role in regulating efficiency,stability,and energy cost of non-Newtonian nanoblood flows in stenosed arteries,particularly with tapered geometries.Thisst...Electroosmotic transport and entropy generation play a decisive role in regulating efficiency,stability,and energy cost of non-Newtonian nanoblood flows in stenosed arteries,particularly with tapered geometries.Thisstudy develops a unified model to analyze ZnO-Williamson nanoblood flow through a stenosed artery with converging,diverging,and non-tapered configurations,incorporating electroosmosis,viscous dissipation,and entropy production.The arterial walls are assumed to be electrically charged with a no-slip condition to induce electroosmotic propulsionalong the endothelial surface.The partial differential equations are nondimensionalized to a coupled system ofnonlinear ordinary differential equations,which are solved numerically using a MATLAB-based shooting technique.Parametric investigation is conducted for Brinkman,Grashof,and Weissenberg numbers,ZnO fractional volume,volumetric flow rate,and Helmholtz-Smoluchowski velocity to quantify their influences on axial velocity,wall shearstress,impedance resistance,temperature distribution,entropy generation,Bejan number,and streamline topology.The axial velocity decreases radially with increasing Brinkman number for all arterial geometries.Increasing ZnOnanoparticles improves thermal transport owing to enhanced effective thermal conductivity but simultaneously elevatesentropy generation due to increased viscous dissipation.Higher Weissenberg numbers suppress entropy production bypromoting elastic stress redistribution and lowering shear-induced irreversibility.Impedance resistance decreases withincreasing stenosis height but increases with stenosis shape parameter and ZnO fractional volume.Streamline analysisshows that buoyancy and viscoelasticity significantly distort flow near the stenosis,while increasing electroosmoticvelocity stabilizes streamlines,suppresses recirculation,and reduces local shear stress and pressure fluctuations.Inconclusion,electroosmotic actuation is most effective in reducing flow resistance in the converging tapered artery,particularly at lower ZnO volume fractions.Overall,the findings highlight the potential of optimized electroosmoticactuation and controlled nanoparticle loading to minimize thermodynamic losses,regulate shear stress,and improveflow uniformity in stenosed vessels,with promising implications for electro-assisted drug delivery,nanotherapeutics,and bio-inspired vascular microfluidic systems.展开更多
Composite polymer electrolytes(CPEs)offer a promising solution for all-solid-state lithium-metal batteries(ASSLMBs).However,conventional nanofillers with Lewis-acid-base surfaces make limited contribution to improving...Composite polymer electrolytes(CPEs)offer a promising solution for all-solid-state lithium-metal batteries(ASSLMBs).However,conventional nanofillers with Lewis-acid-base surfaces make limited contribution to improving the overall performance of CPEs due to their difficulty in achieving robust electrochemical and mechanical interfaces simultaneously.Here,by regulating the surface charge characteristics of halloysite nanotube(HNT),we propose a concept of lithium-ion dynamic interface(Li^(+)-DI)engineering in nano-charged CPE(NCCPE).Results show that the surface charge characteristics of HNTs fundamentally change the Li^(+)-DI,and thereof the mechanical and ion-conduction behaviors of the NCCPEs.Particularly,the HNTs with positively charged surface(HNTs+)lead to a higher Li^(+)transference number(0.86)than that of HNTs-(0.73),but a lower toughness(102.13 MJ m^(-3)for HNTs+and 159.69 MJ m^(-3)for HNTs-).Meanwhile,a strong interface compatibilization effect by Li^(+)is observed for especially the HNTs+-involved Li^(+)-DI,which improves the toughness by 2000%compared with the control.Moreover,HNTs+are more effective to weaken the Li^(+)-solvation strength and facilitate the formation of Li F-rich solid-electrolyte interphase of Li metal compared to HNTs-.The resultant Li|NCCPE|LiFePO4cell delivers a capacity of 144.9 m Ah g^(-1)after 400 cycles at 0.5 C and a capacity retention of 78.6%.This study provides deep insights into understanding the roles of surface charges of nanofillers in regulating the mechanical and electrochemical interfaces in ASSLMBs.展开更多
The mechanisms underlying the pathophysiology of ischemic stroke are complex and multifactorial and include excitotoxicity,oxidative stress,inflammatory responses,and blood–brain barrier disruption.While vascular rec...The mechanisms underlying the pathophysiology of ischemic stroke are complex and multifactorial and include excitotoxicity,oxidative stress,inflammatory responses,and blood–brain barrier disruption.While vascular recanalization treatments such as thrombolysis and mechanical thrombectomy have achieved some success,reperfusion injury remains a significant contributor to the exacerbation of brain injury.This emphasizes the need for developing neuroprotective strategies to mitigate this type of injury.The purpose of this review was to examine the application of nanotechnology in the treatment of ischemic stroke,covering research progress in nanoparticlebased drug delivery,targeted therapy,and antioxidant and anti-inflammatory applications.Nanobased drug delivery systems offer several advantages compared to traditional therapies,including enhanced blood–brain barrier penetration,prolonged drug circulation time,improved drug stability,and targeted delivery.For example,inorganic nanoparticles,such as those based on CeO_(2),have been widely studied for their strong antioxidant capabilities.Biomimetic nanoparticles,such as those coated with cell membranes,have garnered significant attention owing to their excellent biocompatibility and targeting abilities.Nanoparticles can be used to deliver a wide range of neuroprotective agents,such as antioxidants(e.g.,edaravone),anti-inflammatory drugs(e.g.,curcumin),and neurotrophic factors.Nanotechnology significantly enhances the efficacy of these drugs while minimizing adverse reactions.Although nanotechnology has demonstrated great potential in animal studies,its clinical application still faces several challenges,including the long-term safety of nanoparticles,the feasibility of large-scale production,quality control,and the ability to predict therapeutic effects in humans.In summary,nanotechnology holds significant promise for the treatment of ischemic stroke.Future research should focus on further exploring the mechanisms of action of nanoparticles,developing multifunctional nanoparticles,and validating their safety and efficacy through rigorous clinical trials.Moreover,interdisciplinary collaboration is essential for advancing the use of nanotechnology in stroke treatment.展开更多
MXene-based smart contact lenses demonstrate a cutting-edge advancement in wearable ophthalmic technology,combining real-time biosensing,therapeutic capabilities,and user comfort in a single platform.These devices tak...MXene-based smart contact lenses demonstrate a cutting-edge advancement in wearable ophthalmic technology,combining real-time biosensing,therapeutic capabilities,and user comfort in a single platform.These devices take the advantage of the exceptional electrical conductivity,mechanical flexibility,and biocompatibility of two-dimensional MXenes to enable noninvasive,tear-based monitoring of key physiological markers such as intraocular pressure and glucose levels.Recent developments focus on the integration of transparent MXene films into the conventional lens materials,allowing multifunctional performance including photothermal therapy,antimicrobial and anti-inflammation protection,and dehydration resistance.These innovations offer promising strategies for ocular disease management and eye protection.In addition to their multifunctionality,improvements in MXene synthesis and device engineering have enhanced the stability,transparency,and wearability of these lenses.Despite these advances,challenges remain in long-term biostability,scalable production,and integration with wireless communication systems.This review summarizes the current progress,key challenges,and future directions of MXene-based smart contact lenses,highlighting their transformative potential in next-generation digital healthcare and ophthalmic care.展开更多
Graphite,encompassing both natural graphite and synthetic graphite,and graphene,have been extensively utilized and investigated as anode materials and additives in lithium-ion batteries(LIBs).In the pursuit of carbon ...Graphite,encompassing both natural graphite and synthetic graphite,and graphene,have been extensively utilized and investigated as anode materials and additives in lithium-ion batteries(LIBs).In the pursuit of carbon neutrality,LIBs are expected to play a pivotal role in reducing CO_(2)emissions by decreasing reliance on fossil fuels and enabling the integration of renewable energy sources.Owing to their technological maturity and exceptional electrochemical performance,the global production of graphite and graphene for LIBs is projected to continue expanding.Over the past decades,numerous researchers have concentrated on reducing the material and energy input whilst optimising the electrochemical performance of graphite and graphene,through novel synthesis methods and various modifications at the laboratory scale.This review provides a comprehensive examination of the manufacturing methods,environmental impact,research progress,and challenges associated with graphite and graphene in LIBs from an industrial perspective,with a particular focus on the carbon footprint of production processes.Additionally,it considers emerging challenges and future development directions of graphite and graphene,offering significant insights for ongoing and future research in the field of green LIBs.展开更多
Excessive use of non-steroidal anti-inflammatory drugs(NSAIDs)has resulted in environmental pollution,including soil contamination.Hence,various methods are required to remove these pollutants.One such approach is bio...Excessive use of non-steroidal anti-inflammatory drugs(NSAIDs)has resulted in environmental pollution,including soil contamination.Hence,various methods are required to remove these pollutants.One such approach is bioaugmentation,which involves introducing microorganisms capable of degrading organic contaminants into different environmental matrices.The novelty of this work relates to the isolation of a new bacterial strain Serratia marcescens MC-2/23,from raw sewage,capable of degrading the most commonly used NSAIDs,i.e.ibuprofen,diclofenac,and naproxen.Moreover,this is the first study wherein bioaugmentation with bacteria has been used for the degradation of NSAIDs in soil.Experiments using a mineral medium supplemented with individual drugs revealed that the MC-2/23 strain utilizes these compounds as carbon and energy sources.The highest degradation rates were observed for ibuprofen and naproxen,with DT50 values of 3.5 and 3.0 days,respectively.Additionally,introducing the MC-2/23 strain into sterile soil confirmed its ability to degrade these drugs.When applied to soil contaminated with the target NSAIDs,the MC-2/23 strain reduced the DT50 values of ibuprofen,diclofenac,and naproxen by 13-,3.1-,and 4-fold,respectively,compared to the soil with natural microflora.These findings suggest that this strain could be effective for the bioremediation of NSAID-contaminated soils.However,the molecular and biochemical aspects of NSAID degradation need to be investigated in depth to elucidate the underlying pathways and accurately assess the survival and competitiveness of the MC-2/23 strain with native microflora to understand its interaction with the soil environment before it can be used in large-scale bioremediation.展开更多
The increasing production and release of synthetic organic chemicals,including pharmaceuticals,into our envi-ronment has allowed these substances to accumulate in our surface water systems.Current purification technol...The increasing production and release of synthetic organic chemicals,including pharmaceuticals,into our envi-ronment has allowed these substances to accumulate in our surface water systems.Current purification technolo-gies have been unable to eliminate these pollutants,resulting in their ongoing release into aquatic ecosystems.This study focuses on cloperastine(CPS),a cough suppressant and antihistamine medication.The environmental impact of CPS usage has become a concern,mainly due to its increased detection during the COVID-19 pandemic.CPS has been found in wastewater treatment facilities,effluents from senior living residences,river waters,and sewage sludge.However,the photosensitivity of CPS and its photodegradation profile remain largely unknown.This study investigates the photodegradation process of CPS under simulated tertiary treatment conditions using UV photolysis,a method commonly applied in some wastewater treatment plants.Several transformation prod-ucts were identified,evaluating their kinetic profiles using chemometric approaches(i.e.,curve fitting and the hard-soft multivariate curve resolution-alternating least squares(HS-MCR-ALS)algorithm)and calculating the reaction quantum yield.As a result,three different transformation products have been detected and correctly identified.In addition,a comprehensive description of the kinetic pathway involved in the photodegradation process of the CPS drug has been provided,including observed kinetic rate constants.展开更多
文摘Developing an integrated and intelligent approach to securing the ITE(information technology environment)is an emergent and evolving concern for every organization and consumer entity during the last few decades.Major topics of concern include“SI”(security intelligence),“D-DA”(data-driven analytics),“PE”(proven expertise),and“R-TD”(real-time defense)capabilities.“DRBTs”(dynamic response behavior types)include“incident response”,“endpoint management”,“threat intelligence”,“network security”,and“fraud protection”.The consumer demand for electricity as essential public access and service is indexed to population growth estimates.Consumer-driven economies continue to add electrical consumption to their grids even though improvements in lower-power consumption and higher design efficiencies are present in new electric-powered products.Dependence on the production of electrical energy has no peer replacement technology and creates a societal vulnerability to targeted public electrical grid interruptions.When access to,or production of,electrical power is interrupted,the result is a“Mass Effect”every consumer feels with equal distribution.Electric grid security falls directly into the levels of authorized,and unauthorized,access via the“IoT”(Internet of Things)concepts,and the“IoM2M”(Internet of Machine-to-Machine)integration.Electrical grid operations that include production and network management augment each other in order to support the demand for electricity every day either in peak or off-peak,thus cybersecurity plays a big role in the protection of such assets at our disposal.With help from AI(artificial intelligence)integrated into the IoT a resilient system can be built to protect the electric grid system nationwide and will be able to detect and preempt Smart Malware attacks.
基金This work is supported by the Major International Joint Research Project of the National Natural Science Foundation of China(Grant No.71520107004)the Major Program of National Natural Science Foundation of China(Grant No.71790614)+1 种基金the Fund for Innovative Research Groups of the National Natural Science Foundation of China(Grant No.71621061)and the 111 Project(Grant No.B16009).
文摘Industrial intelligence is a core technology in the upgrading of the production processes and management modes of traditional industries.Motivated by the major development strategies and needs of industrial intellectualization in China,this study presents an innovative fusion structure that encompasses the theoretical foundation and technological innovation of data analytics and optimization,as well as their application to smart industrial engineering.First,this study describes a general methodology for the fusion of data analytics and optimization.Then,it identifies some data analytics and system optimization technologies to handle key issues in smart manufacturing.Finally,it provides a four-level framework for smart industry based on the theoretical and technological research on the fusion of data analytics and optimization.The framework uses data analytics to perceive and analyze industrial production and logistics processes.It also demonstrates the intelligent capability of planning,scheduling,operation optimization,and optimal control.Data analytics and system optimization technologies are employed in the four-level framework to overcome some critical issues commonly faced by manufacturing,resources and materials,energy,and logistics systems,such as high energy consumption,high costs,low energy efficiency,low resource utilization,and serious environmental pollution.The fusion of data analytics and optimization allows enterprises to enhance the prediction and control of unknown areas and discover hidden knowledge to improve decision-making efficiency。Therefore,industrial intelligence has great importance in China’s industrial upgrading and transformation into a true industrial power.
基金Partial support for this research was provided by the US National Science Foundation (Nos. 1050477, 0959979, and 1117132)by a Brookhaven National Lab LDRD grant+2 种基金by the US Department of Energy (DOE) Office of Basic Energy Sciences, Division of Chemical Sciences, GeosciencesBiosciences and by the IT Consilience Creative Project through the Ministry of Knowledge Economy, Republic of Korea national scientific user facility sponsored by the DOE's OBER at Pacific Northwest National Laboratory (PNNL)PNNL is operated by the US DOE by Battelle Memorial Institute under contract No.DE-AC06-76RL0 1830
文摘Climate research produces a wealth of multivariate data. These data often have a geospatial reference and so it is of interest to show them within their geospatial context. One can consider this configuration as a multifield visualization problem, where the geo-space provides the expanse of the field. However, there is a limit on the amount of multivariate information that can be fit within a certain spatial location, and the use of linked multivariate information displays has previously been devised to bridge this gap. In this paper we focus on the interactions in the geographical display, present an implementation that uses Google Earth, and demonstrate it within a tightly linked parallel coordinates display. Several other visual representations, such as pie and bar charts are integrated into the Google Earth display and can be interactively manipulated. Further, we also demonstrate new brushing and visualization techniques for parallel coordinates, such as fixed-window brushing and correlation-enhanced display. We conceived our system with a team of climate researchers, who already made a few important discoveries using it. This demonstrates our system's great potential to enable scientific discoveries, possibly also in other domains where data have a geospatial reference.
文摘Many cities,countries and transport operators around the world are striving to design intelligent transport systems.These systems capture the value of multisource and multiform data related to the functionality and use of transportation infrastructure to better support human mobility,interests,economic activity and lifestyles.They aim to provide services that can enable transportation customers and managers to be better informed and make safer and more efficient use of infrastructure.In developing principles,guidelines,methods and tools to enable synergistic work between humans and computer-generated information,the science of visual analytics continues to expand our understanding of data through effective and interactive visual interfaces.In this paper,we describe an application of visual analytics related to the study of movement and transportation systems.This application documents the use of rapid,2D and 3D web visualisation and data analytics libraries and explores their potential added value to the analysis of big public transport performance data.A novel approach to displaying such data through a generalisable framework visualisation system is demonstrated.This framework recalls over a year’sworth of public transport performance data at a highly granular level in a fast,interactive browser-based environment.Greater Sydney,Australia forms a case study to highlight potential uses of the visualisation of such large,passively-collected data sets as an applied research scenario.In this paper,we argue that such highly visual systems can add data-driven rigour to service planning and longer-term transport decision-making.Furthermore,they enable the sharing of quality of service statistics with various stakeholders and citizens and can showcase improvements in services before and after policy decisions.The paper concludes by making recommendations on the value of this approach in embedding these or similar web-based systems in transport planning practice,performance management,optimisation and understanding of customer experience.
基金financially supported by the National Natural Science Foundation of China (NSFC,Nos.22134005 and 22074124)Chongqing Talents Program for Outstanding Scientists (No.cstc2021ycjh-bgzxm0178)+1 种基金Natural Science Foundation of Chongqing (No.CSTB2022NSCQ-MSX0521)the Chongqing Graduate Student Scientific Research Innovation Project (No.CYB21119)。
文摘Regulation of apoptosis represents a key parameter in all living organisms.In this paper,an input-induced logic-gated modular nanocalculator is designed to regulate cancer cell apoptosis by programmatically combining and connecting logic gate modules with different functions.Via rational design of the various logic gate modules of the nanocalculator,different apoptosis related operations including cancer cell targeting,apoptosis induction,and apoptosis monitoring could be performed.Importantly,each of these logic gate modules could independently perform apoptosis related YES logic operations when ran separately.After combining each YES logic gate module into a logic circuit and connecting it to the GO scaffold to construct a logic-gated nanocalculator,the input-induced logic-gated modular nanocalculator could selectively enter cancer cells and control the drug release to logically apoptosis(output),by performing AND logic gate operations when inputs(nucleolin and H^(+)) were included at the same time.Moreover,evidence suggests that these efficient logical calculations proceed in cancer cell apoptosis regulation without the general limiations of lithography in nanotechnology.As such,this work provides a new vision for the construction of a logic-gated modular nanocalculator with logical calculation proficiency potentially useful in cancer therapy and the regulation of life.
基金supported by the National Natural Science Foundation of China(Grant No.62141210)the Fundamental Research Funds for the Central Universities(Grant No.N2217005)+1 种基金Open Fund of State Key Lab.for Novel Software Technology,Nanjing University(KFKT2021B01)111 Project(B16009).
文摘Vulnerabilities are a known problem in modern Open Source Software(OSS).Most developers often rely on third-party libraries to accelerate feature implementation.However,these libraries may contain vulnerabilities that attackers can exploit to propagate malicious code,posing security risks to dependent projects.Existing research addresses these challenges through Software Composition Analysis(SCA)for vulnerability detection and remediation.Nevertheless,current solutions may introduce additional issues,such as incompatibilities,dependency conflicts,and additional vulnerabilities.To address this,we propose Vulnerability Scan and Protection(VulnScanPro),a robust solution for detection and remediation vulnerabilities in Java projects.Specifically,VulnScanPro builds a finegrained method graph to identify unreachable methods.The method graph is mapped to the project’s dependency tree,constructing a comprehensive vulnerability propagation graph that identifies unreachable vulnerable APIs and dependencies.Based on this analysis,we propose three solutions for vulnerability remediation:(1)Removing unreachable vulnerable dependencies,thereby resolving security risks and reducing maintenance overhead.(2)Upgrading vulnerable dependencies to the closest non-vulnerable versions,while pinning the versions of transitive dependencies introduced by the vulnerable dependency,in order to mitigate compatibility issues and prevent the introduction of new vulnerabilities.(3)Eliminating unreachable vulnerable APIs,particularly when security patches are either incompatible or absent.Experimental results show that these solutions effectively mitigate vulnerabilities and enhance the overall security of the project.
基金funded by Princess Nourah bint Abdulrahman University Researchers Supporting Project number(PNURSP2025R104)Princess Nourah bint Abdulrahman University,Riyadh,Saudi Arabia.
文摘Modern intrusion detection systems(MIDS)face persistent challenges in coping with the rapid evolution of cyber threats,high-volume network traffic,and imbalanced datasets.Traditional models often lack the robustness and explainability required to detect novel and sophisticated attacks effectively.This study introduces an advanced,explainable machine learning framework for multi-class IDS using the KDD99 and IDS datasets,which reflects real-world network behavior through a blend of normal and diverse attack classes.The methodology begins with sophisticated data preprocessing,incorporating both RobustScaler and QuantileTransformer to address outliers and skewed feature distributions,ensuring standardized and model-ready inputs.Critical dimensionality reduction is achieved via the Harris Hawks Optimization(HHO)algorithm—a nature-inspired metaheuristic modeled on hawks’hunting strategies.HHO efficiently identifies the most informative features by optimizing a fitness function based on classification performance.Following feature selection,the SMOTE is applied to the training data to resolve class imbalance by synthetically augmenting underrepresented attack types.The stacked architecture is then employed,combining the strengths of XGBoost,SVM,and RF as base learners.This layered approach improves prediction robustness and generalization by balancing bias and variance across diverse classifiers.The model was evaluated using standard classification metrics:precision,recall,F1-score,and overall accuracy.The best overall performance was recorded with an accuracy of 99.44%for UNSW-NB15,demonstrating the model’s effectiveness.After balancing,the model demonstrated a clear improvement in detecting the attacks.We tested the model on four datasets to show the effectiveness of the proposed approach and performed the ablation study to check the effect of each parameter.Also,the proposed model is computationaly efficient.To support transparency and trust in decision-making,explainable AI(XAI)techniques are incorporated that provides both global and local insight into feature contributions,and offers intuitive visualizations for individual predictions.This makes it suitable for practical deployment in cybersecurity environments that demand both precision and accountability.
基金funded by Princess Nourah bint Abdulrahman University Researchers Support-ing Project number(PNURSP2026R346)Princess Nourah bint Abdulrahman University,Riyadh,Saudi Arabia.
文摘Motor imbalance is a critical failure mode in rotating machinery,potentially causing severe equipment damage if undetected.Traditional vibration-based diagnostic methods rely on direct sensor contact,leading to installation challenges and measurement artifacts that can compromise accuracy.This study presents a novel radar-based framework for non-contact motor imbalance detection using 24 GHz continuous-wave radar.A dataset of 1802 experimental trials was sourced,covering four imbalance levels(0,10,20,30 g)across varying motor speeds(500–1500 rpm)and load torques(0–3 Nm).Dual-channel in-phase and quadrature radar signals were captured at 10,000 samples per second for 30-s intervals,preserving both amplitude and phase information for analysis.A multi-domain feature extraction methodology captured imbalance signatures in time,frequency,and complex signal domains.From 65 initial features,statistical analysis using Kruskal–Wallis tests identified significant descriptors,and recursive feature elimination with Random Forest reduced the feature set to 20 dimensions,achieving 69%dimensionality reduction without loss of performance.Six machine learning algorithms,Random Forest,Extra Trees Classifier,Extreme Gradient Boosting,Categorical Boosting,Support Vector Machine with radial basis function kernel,and k-Nearest Neighbors were evaluated with grid-search hyperparameter optimization and five-fold cross-validation.The Extra Trees Classifier achieved the best performance with 98.52%test accuracy,98%cross-validation accuracy,and minimal variance,maintaining per-class precision and recall above 97%.Its superior performance is attributed to its randomized split selection and full bootstrapping strategy,which reduce variance and overfitting while effectively capturing the nonlinear feature interactions and non-normal distributions present in the dataset.The model’s average inference time of 70 ms enables near real-time deployment.Comparative analysis demonstrates that the radar-based framework matches or exceeds traditional contact-based methods while eliminating their inherent limitations,providing a robust,scalable,and noninvasive solution for industrial motor condition monitoring,particularly in hazardous or space-constrained environments.
文摘Orthogonal Frequency Division Multiplexing(OFDM)enables efficient Dynamic Spectrum Access(DSA)but suffers from high sidelobe that causes excessive out-of-band(OOB)emissions and expose the system to spectrum-layer cyberattacks such as man-in-the-middle(MITM),eavesdropping,and primary user emulation(PUE)attacks.To address both spectral leakage and its security implications,this paper introduces a secure and intelligent hybrid optimization strategy that combinesan Eigenspace-based Generalized Sidelobe Canceller(ES-GSC)with a Genetic Algorithm(GA),to derive optimally weighted cancellation carriers.The proposed method jointly suppresses sidelobes and reinforces resistance to leakage-based attacks.MATLAB Simulation demonstrate considerable reductions in OOB emissions and higher resilience against spectrum-layer threats compared with existing techniques.
文摘The problem of fake news detection(FND)is becoming increasingly important in the field of natural language processing(NLP)because of the rapid dissemination of misleading information on the web.Large language models(LLMs)such as GPT-4.Zero excels in natural language understanding tasks but can still struggle to distinguish between fact and fiction,particularly when applied in the wild.However,a key challenge of existing FND methods is that they only consider unimodal data(e.g.,images),while more detailed multimodal data(e.g.,user behaviour,temporal dynamics)is neglected,and the latter is crucial for full-context understanding.To overcome these limitations,we introduce M3-FND(Multimodal Misinformation Mitigation for False News Detection),a novel methodological framework that integrates LLMs with multimodal data sources to perform context-aware veracity assessments.Our method proposes a hybrid system that combines image-text alignment,user credibility profiling,and temporal pattern recognition,which is also strengthened through a natural feedback loop that provides real-time feedback for correcting downstream errors.We use contextual reinforcement learning to schedule prompt updating and update the classifier threshold based on the latest multimodal input,which enables the model to better adapt to changing misinformation attack strategies.M3-FND is tested on three diverse datasets,FakeNewsNet,Twitter15,andWeibo,which contain both text and visual socialmedia content.Experiments showthatM3-FND significantly outperforms conventional and LLMbased baselines in terms of accuracy,F1-score,and AUC on all benchmarks.Our results indicate the importance of employing multimodal cues and adaptive learning for effective and timely detection of fake news.
基金funded by the Ministry of Higher Education,Malaysia,under the Fundamental Research Grant Scheme FRGS/1/2023/STG06/UM/02/4(Project FP069-2023)。
文摘Electroosmotic transport and entropy generation play a decisive role in regulating efficiency,stability,and energy cost of non-Newtonian nanoblood flows in stenosed arteries,particularly with tapered geometries.Thisstudy develops a unified model to analyze ZnO-Williamson nanoblood flow through a stenosed artery with converging,diverging,and non-tapered configurations,incorporating electroosmosis,viscous dissipation,and entropy production.The arterial walls are assumed to be electrically charged with a no-slip condition to induce electroosmotic propulsionalong the endothelial surface.The partial differential equations are nondimensionalized to a coupled system ofnonlinear ordinary differential equations,which are solved numerically using a MATLAB-based shooting technique.Parametric investigation is conducted for Brinkman,Grashof,and Weissenberg numbers,ZnO fractional volume,volumetric flow rate,and Helmholtz-Smoluchowski velocity to quantify their influences on axial velocity,wall shearstress,impedance resistance,temperature distribution,entropy generation,Bejan number,and streamline topology.The axial velocity decreases radially with increasing Brinkman number for all arterial geometries.Increasing ZnOnanoparticles improves thermal transport owing to enhanced effective thermal conductivity but simultaneously elevatesentropy generation due to increased viscous dissipation.Higher Weissenberg numbers suppress entropy production bypromoting elastic stress redistribution and lowering shear-induced irreversibility.Impedance resistance decreases withincreasing stenosis height but increases with stenosis shape parameter and ZnO fractional volume.Streamline analysisshows that buoyancy and viscoelasticity significantly distort flow near the stenosis,while increasing electroosmoticvelocity stabilizes streamlines,suppresses recirculation,and reduces local shear stress and pressure fluctuations.Inconclusion,electroosmotic actuation is most effective in reducing flow resistance in the converging tapered artery,particularly at lower ZnO volume fractions.Overall,the findings highlight the potential of optimized electroosmoticactuation and controlled nanoparticle loading to minimize thermodynamic losses,regulate shear stress,and improveflow uniformity in stenosed vessels,with promising implications for electro-assisted drug delivery,nanotherapeutics,and bio-inspired vascular microfluidic systems.
基金the financial support from the National Natural Science Foundation of China(52203123 and 52473248)State Key Laboratory of Polymer Materials Engineering(sklpme2024-2-04)+1 种基金the Fundamental Research Funds for the Central Universitiessponsored by the Double First-Class Construction Funds of Sichuan University。
文摘Composite polymer electrolytes(CPEs)offer a promising solution for all-solid-state lithium-metal batteries(ASSLMBs).However,conventional nanofillers with Lewis-acid-base surfaces make limited contribution to improving the overall performance of CPEs due to their difficulty in achieving robust electrochemical and mechanical interfaces simultaneously.Here,by regulating the surface charge characteristics of halloysite nanotube(HNT),we propose a concept of lithium-ion dynamic interface(Li^(+)-DI)engineering in nano-charged CPE(NCCPE).Results show that the surface charge characteristics of HNTs fundamentally change the Li^(+)-DI,and thereof the mechanical and ion-conduction behaviors of the NCCPEs.Particularly,the HNTs with positively charged surface(HNTs+)lead to a higher Li^(+)transference number(0.86)than that of HNTs-(0.73),but a lower toughness(102.13 MJ m^(-3)for HNTs+and 159.69 MJ m^(-3)for HNTs-).Meanwhile,a strong interface compatibilization effect by Li^(+)is observed for especially the HNTs+-involved Li^(+)-DI,which improves the toughness by 2000%compared with the control.Moreover,HNTs+are more effective to weaken the Li^(+)-solvation strength and facilitate the formation of Li F-rich solid-electrolyte interphase of Li metal compared to HNTs-.The resultant Li|NCCPE|LiFePO4cell delivers a capacity of 144.9 m Ah g^(-1)after 400 cycles at 0.5 C and a capacity retention of 78.6%.This study provides deep insights into understanding the roles of surface charges of nanofillers in regulating the mechanical and electrochemical interfaces in ASSLMBs.
基金supported by the National Natural Science Foundation of China,Nos.82301093(to QC)and 22334004(to HY)the Fuzhou University Fund for Testing Precious Equipment,No.2025T038(to QC)。
文摘The mechanisms underlying the pathophysiology of ischemic stroke are complex and multifactorial and include excitotoxicity,oxidative stress,inflammatory responses,and blood–brain barrier disruption.While vascular recanalization treatments such as thrombolysis and mechanical thrombectomy have achieved some success,reperfusion injury remains a significant contributor to the exacerbation of brain injury.This emphasizes the need for developing neuroprotective strategies to mitigate this type of injury.The purpose of this review was to examine the application of nanotechnology in the treatment of ischemic stroke,covering research progress in nanoparticlebased drug delivery,targeted therapy,and antioxidant and anti-inflammatory applications.Nanobased drug delivery systems offer several advantages compared to traditional therapies,including enhanced blood–brain barrier penetration,prolonged drug circulation time,improved drug stability,and targeted delivery.For example,inorganic nanoparticles,such as those based on CeO_(2),have been widely studied for their strong antioxidant capabilities.Biomimetic nanoparticles,such as those coated with cell membranes,have garnered significant attention owing to their excellent biocompatibility and targeting abilities.Nanoparticles can be used to deliver a wide range of neuroprotective agents,such as antioxidants(e.g.,edaravone),anti-inflammatory drugs(e.g.,curcumin),and neurotrophic factors.Nanotechnology significantly enhances the efficacy of these drugs while minimizing adverse reactions.Although nanotechnology has demonstrated great potential in animal studies,its clinical application still faces several challenges,including the long-term safety of nanoparticles,the feasibility of large-scale production,quality control,and the ability to predict therapeutic effects in humans.In summary,nanotechnology holds significant promise for the treatment of ischemic stroke.Future research should focus on further exploring the mechanisms of action of nanoparticles,developing multifunctional nanoparticles,and validating their safety and efficacy through rigorous clinical trials.Moreover,interdisciplinary collaboration is essential for advancing the use of nanotechnology in stroke treatment.
文摘MXene-based smart contact lenses demonstrate a cutting-edge advancement in wearable ophthalmic technology,combining real-time biosensing,therapeutic capabilities,and user comfort in a single platform.These devices take the advantage of the exceptional electrical conductivity,mechanical flexibility,and biocompatibility of two-dimensional MXenes to enable noninvasive,tear-based monitoring of key physiological markers such as intraocular pressure and glucose levels.Recent developments focus on the integration of transparent MXene films into the conventional lens materials,allowing multifunctional performance including photothermal therapy,antimicrobial and anti-inflammation protection,and dehydration resistance.These innovations offer promising strategies for ocular disease management and eye protection.In addition to their multifunctionality,improvements in MXene synthesis and device engineering have enhanced the stability,transparency,and wearability of these lenses.Despite these advances,challenges remain in long-term biostability,scalable production,and integration with wireless communication systems.This review summarizes the current progress,key challenges,and future directions of MXene-based smart contact lenses,highlighting their transformative potential in next-generation digital healthcare and ophthalmic care.
基金supported by European Union's Horizon Europe,UK Research and Innovation(UKRI).
文摘Graphite,encompassing both natural graphite and synthetic graphite,and graphene,have been extensively utilized and investigated as anode materials and additives in lithium-ion batteries(LIBs).In the pursuit of carbon neutrality,LIBs are expected to play a pivotal role in reducing CO_(2)emissions by decreasing reliance on fossil fuels and enabling the integration of renewable energy sources.Owing to their technological maturity and exceptional electrochemical performance,the global production of graphite and graphene for LIBs is projected to continue expanding.Over the past decades,numerous researchers have concentrated on reducing the material and energy input whilst optimising the electrochemical performance of graphite and graphene,through novel synthesis methods and various modifications at the laboratory scale.This review provides a comprehensive examination of the manufacturing methods,environmental impact,research progress,and challenges associated with graphite and graphene in LIBs from an industrial perspective,with a particular focus on the carbon footprint of production processes.Additionally,it considers emerging challenges and future development directions of graphite and graphene,offering significant insights for ongoing and future research in the field of green LIBs.
基金supported by the Medical University of Silesia(No.BNW-1-128/N/3/I).
文摘Excessive use of non-steroidal anti-inflammatory drugs(NSAIDs)has resulted in environmental pollution,including soil contamination.Hence,various methods are required to remove these pollutants.One such approach is bioaugmentation,which involves introducing microorganisms capable of degrading organic contaminants into different environmental matrices.The novelty of this work relates to the isolation of a new bacterial strain Serratia marcescens MC-2/23,from raw sewage,capable of degrading the most commonly used NSAIDs,i.e.ibuprofen,diclofenac,and naproxen.Moreover,this is the first study wherein bioaugmentation with bacteria has been used for the degradation of NSAIDs in soil.Experiments using a mineral medium supplemented with individual drugs revealed that the MC-2/23 strain utilizes these compounds as carbon and energy sources.The highest degradation rates were observed for ibuprofen and naproxen,with DT50 values of 3.5 and 3.0 days,respectively.Additionally,introducing the MC-2/23 strain into sterile soil confirmed its ability to degrade these drugs.When applied to soil contaminated with the target NSAIDs,the MC-2/23 strain reduced the DT50 values of ibuprofen,diclofenac,and naproxen by 13-,3.1-,and 4-fold,respectively,compared to the soil with natural microflora.These findings suggest that this strain could be effective for the bioremediation of NSAID-contaminated soils.However,the molecular and biochemical aspects of NSAID degradation need to be investigated in depth to elucidate the underlying pathways and accurately assess the survival and competitiveness of the MC-2/23 strain with native microflora to understand its interaction with the soil environment before it can be used in large-scale bioremediation.
基金supported by the grants PID2020-113371RA-C22 and TED2021-130845A-C32,funded by MCIN/AEI/10.13039/501100011033.M.Marín-García,R.González-OlmosC.Gómez-Canela are members of the GESPA group(Grup d’Enginyeria i Simulacióde Processos Ambientals)at IQS-URL,which has been acknowledged as a Consolidated Research Group by the Government of Catalonia(No.2021-SGR-00321)+1 种基金In addition,M.Marín-García has been awarded a public grant for the Investigo Programme,aimed at hiring young job seekers to undertake research and innovation projects under the Recovery,Transformation,and Resilience Plan(PRTR),European Union Next Generation,for the year 2022,through the Government of Catalonia and the Spanish Ministry for Work and Social Economy(No.100045ID16)Ana Belén Cuenca for her support and expertise,which helped to confirm the proposed reaction mechanism involved in the UV photolysis of cloperastine.
文摘The increasing production and release of synthetic organic chemicals,including pharmaceuticals,into our envi-ronment has allowed these substances to accumulate in our surface water systems.Current purification technolo-gies have been unable to eliminate these pollutants,resulting in their ongoing release into aquatic ecosystems.This study focuses on cloperastine(CPS),a cough suppressant and antihistamine medication.The environmental impact of CPS usage has become a concern,mainly due to its increased detection during the COVID-19 pandemic.CPS has been found in wastewater treatment facilities,effluents from senior living residences,river waters,and sewage sludge.However,the photosensitivity of CPS and its photodegradation profile remain largely unknown.This study investigates the photodegradation process of CPS under simulated tertiary treatment conditions using UV photolysis,a method commonly applied in some wastewater treatment plants.Several transformation prod-ucts were identified,evaluating their kinetic profiles using chemometric approaches(i.e.,curve fitting and the hard-soft multivariate curve resolution-alternating least squares(HS-MCR-ALS)algorithm)and calculating the reaction quantum yield.As a result,three different transformation products have been detected and correctly identified.In addition,a comprehensive description of the kinetic pathway involved in the photodegradation process of the CPS drug has been provided,including observed kinetic rate constants.