Two-dimensional Ruddlesden-Popper(2DRP)perovskite exhibits excellent stability in perovskite solar cells(PSCs)due to introducing hydrophobic long-chain organic spacers.However,the poor charge transporting property of ...Two-dimensional Ruddlesden-Popper(2DRP)perovskite exhibits excellent stability in perovskite solar cells(PSCs)due to introducing hydrophobic long-chain organic spacers.However,the poor charge transporting property of bulky organic cation spacers limits the performance of 2DRP PSCs.Inspired by the Asite cation alloying strategy in 3D perovskites,2DRP perovskites with a binary spacer can promote charge transporting compared to the unary spacer counterparts.Herein,the superior MA-based 2DRP perovskite films with a binary spacer,including 3-guanidinopropanoic acid(GPA)and 4-fluorophenethylamine(FPEA)are realized.These films(GPA_(0.85)FPEA_(0.15))_(2)MA_(4)Pb_5I_(16)show good morphology,large grain size,decreased trap state density,and preferential orientation of the as-prepared film.Accordingly,the present 2DRP-based PSC with the binary spacer achieves a remarkable efficiency of 18.37%with a V_(OC)of1.15 V,a J_(SC)of 20.13 mA cm^(-2),and an FF of 79.23%.To our knowledge,the PCE value should be the highest for binary spacer MA-based 2DRP(n≤5)PSCs to date.Importantly,owing to the hydrophobic fluorine group of FPEA and the enhanced interlayer interaction by FPEA,the unencapsulated 2DRP PSCs based on binary spacers exhibit much excellent humidity stability and thermal stability than the unary spacer counterparts.展开更多
Scintillation semiconductors play increasingly important medical diagnosis and industrial inspection roles.Recently,two-dimensional(2D)perovskites have been shown to be promising materials for medical X-ray imaging,bu...Scintillation semiconductors play increasingly important medical diagnosis and industrial inspection roles.Recently,two-dimensional(2D)perovskites have been shown to be promising materials for medical X-ray imaging,but they are mostly used in low-energy(≤130 keV)regions.Direct detection of MeV X-rays,which ensure thorough penetration of the thick shell walls of containers,trucks,and aircraft,is also highly desired in practical industrial applications.Unfortunately,scintillation semiconductors for high-energy X-ray detection are currently scarce.Here,This paper reports a 2D(C_(4)H_(9)NH_(3))_(2)PbBr_(4)single crystal with outstanding sensitivity and stability toward X-ray radiation that provides an ultra-wide detectable X-ray range of between 8.20 nGy_(air)s^(-1)(50 keV)and 15.24 mGy_(air)s^(-1)(9 MeV).The(C_(4)H_(9)NH_(3))_(2)PbBr_(4)single-crystal detector with a vertical structure is used for high-performance X-ray imaging,delivering a good spatial resolution of 4.3 Ip mm^(-1)in a plane-scan imaging system.Low ionic migration in the 2D perovskite enables the vertical device to be operated with hundreds of keV to MeV X-ray radiation at high bias voltages,leading to a sensitivity of 46.90μC Gy_(air)-1 cm^(-2)(-1.16 Vμm^(-1))with 9 MeV X-ray radiation,demonstrating that 2D perovskites have enormous potential for high-energy industrial applications.展开更多
The purpose of software defect prediction is to identify defect-prone code modules to assist software quality assurance teams with the appropriate allocation of resources and labor.In previous software defect predicti...The purpose of software defect prediction is to identify defect-prone code modules to assist software quality assurance teams with the appropriate allocation of resources and labor.In previous software defect prediction studies,transfer learning was effective in solving the problem of inconsistent project data distribution.However,target projects often lack sufficient data,which affects the performance of the transfer learning model.In addition,the presence of uncorrelated features between projects can decrease the prediction accuracy of the transfer learning model.To address these problems,this article propose a software defect prediction method based on stable learning(SDP-SL)that combines code visualization techniques and residual networks.This method first transforms code files into code images using code visualization techniques and then constructs a defect prediction model based on these code images.During the model training process,target project data are not required as prior knowledge.Following the principles of stable learning,this paper dynamically adjusted the weights of source project samples to eliminate dependencies between features,thereby capturing the“invariance mechanism”within the data.This approach explores the genuine relationship between code defect features and labels,thereby enhancing defect prediction performance.To evaluate the performance of SDP-SL,this article conducted comparative experiments on 10 open-source projects in the PROMISE dataset.The experimental results demonstrated that in terms of the F-measure,the proposed SDP-SL method outperformed other within-project defect prediction methods by 2.11%-44.03%.In cross-project defect prediction,the SDP-SL method provided an improvement of 5.89%-25.46% in prediction performance compared to other cross-project defect prediction methods.Therefore,SDP-SL can effectively enhance within-and cross-project defect predictions.展开更多
Software Defined Networking(SDN)is programmable by separation of forwarding control through the centralization of the controller.The controller plays the role of the‘brain’that dictates the intelligent part of SDN t...Software Defined Networking(SDN)is programmable by separation of forwarding control through the centralization of the controller.The controller plays the role of the‘brain’that dictates the intelligent part of SDN technology.Various versions of SDN controllers exist as a response to the diverse demands and functions expected of them.There are several SDN controllers available in the open market besides a large number of commercial controllers;some are developed tomeet carrier-grade service levels and one of the recent trends in open-source SDN controllers is the Open Network Operating System(ONOS).This paper presents a comparative study between open source SDN controllers,which are known as Network Controller Platform(NOX),Python-based Network Controller(POX),component-based SDN framework(Ryu),Java-based OpenFlow controller(Floodlight),OpenDayLight(ODL)and ONOS.The discussion is further extended into ONOS architecture,as well as,the evolution of ONOS controllers.This article will review use cases based on ONOS controllers in several application deployments.Moreover,the opportunities and challenges of open source SDN controllers will be discussed,exploring carriergrade ONOS for future real-world deployments,ONOS unique features and identifying the suitable choice of SDN controller for service providers.In addition,we attempt to provide answers to several critical questions relating to the implications of the open-source nature of SDN controllers regarding vendor lock-in,interoperability,and standards compliance,Similarly,real-world use cases of organizations using open-source SDN are highlighted and how the open-source community contributes to the development of SDN controllers.Furthermore,challenges faced by open-source projects,and considerations when choosing an open-source SDN controller are underscored.Then the role of Artificial Intelligence(AI)and Machine Learning(ML)in the evolution of open-source SDN controllers in light of recent research is indicated.In addition,the challenges and limitations associated with deploying open-source SDN controllers in production networks,how can they be mitigated,and finally how opensource SDN controllers handle network security and ensure that network configurations and policies are robust and resilient are presented.Potential opportunities and challenges for future Open SDN deployment are outlined to conclude the article.展开更多
The Message Passing Interface (MPI) is a widely accepted standard for parallel computing on distributed memorysystems.However, MPI implementations can contain defects that impact the reliability and performance of par...The Message Passing Interface (MPI) is a widely accepted standard for parallel computing on distributed memorysystems.However, MPI implementations can contain defects that impact the reliability and performance of parallelapplications. Detecting and correcting these defects is crucial, yet there is a lack of published models specificallydesigned for correctingMPI defects. To address this, we propose a model for detecting and correcting MPI defects(DC_MPI), which aims to detect and correct defects in various types of MPI communication, including blockingpoint-to-point (BPTP), nonblocking point-to-point (NBPTP), and collective communication (CC). The defectsaddressed by the DC_MPI model include illegal MPI calls, deadlocks (DL), race conditions (RC), and messagemismatches (MM). To assess the effectiveness of the DC_MPI model, we performed experiments on a datasetconsisting of 40 MPI codes. The results indicate that the model achieved a detection rate of 37 out of 40 codes,resulting in an overall detection accuracy of 92.5%. Additionally, the execution duration of the DC_MPI modelranged from 0.81 to 1.36 s. These findings show that the DC_MPI model is useful in detecting and correctingdefects in MPI implementations, thereby enhancing the reliability and performance of parallel applications. TheDC_MPImodel fills an important research gap and provides a valuable tool for improving the quality ofMPI-basedparallel computing systems.展开更多
Software testing is a critical phase due to misconceptions about ambiguities in the requirements during specification,which affect the testing process.Therefore,it is difficult to identify all faults in software.As re...Software testing is a critical phase due to misconceptions about ambiguities in the requirements during specification,which affect the testing process.Therefore,it is difficult to identify all faults in software.As requirement changes continuously,it increases the irrelevancy and redundancy during testing.Due to these challenges;fault detection capability decreases and there arises a need to improve the testing process,which is based on changes in requirements specification.In this research,we have developed a model to resolve testing challenges through requirement prioritization and prediction in an agile-based environment.The research objective is to identify the most relevant and meaningful requirements through semantic analysis for correct change analysis.Then compute the similarity of requirements through case-based reasoning,which predicted the requirements for reuse and restricted to error-based requirements.Afterward,the apriori algorithm mapped out requirement frequency to select relevant test cases based on frequently reused or not reused test cases to increase the fault detection rate.Furthermore,the proposed model was evaluated by conducting experiments.The results showed that requirement redundancy and irrelevancy improved due to semantic analysis,which correctly predicted the requirements,increasing the fault detection rate and resulting in high user satisfaction.The predicted requirements are mapped into test cases,increasing the fault detection rate after changes to achieve higher user satisfaction.Therefore,the model improves the redundancy and irrelevancy of requirements by more than 90%compared to other clustering methods and the analytical hierarchical process,achieving an 80%fault detection rate at an earlier stage.Hence,it provides guidelines for practitioners and researchers in the modern era.In the future,we will provide the working prototype of this model for proof of concept.展开更多
Software Development Life Cycle (SDLC) is one of the major ingredients for the development of efficient software systems within a time frame and low-cost involvement. From the literature, it is evident that there are ...Software Development Life Cycle (SDLC) is one of the major ingredients for the development of efficient software systems within a time frame and low-cost involvement. From the literature, it is evident that there are various kinds of process models that are used by the software industries for the development of small, medium and long-term software projects, but many of them do not cover risk management. It is quite obvious that the improper selection of the software development process model leads to failure of the software products as it is time bound activity. In the present work, a new software development process model is proposed which covers the risks at any stage of the development of the software product. The model is named a Hemant-Vipin (HV) process model and may be helpful for the software industries for development of the efficient software products and timely delivery at the end of the client. The efficiency of the HV process model is observed by considering various kinds of factors like requirement clarity, user feedback, change agility, predictability, risk identification, practical implementation, customer satisfaction, incremental development, use of ready-made components, quick design, resource organization and many more and found through a case study that the presented approach covers many of parameters in comparison of the existing process models. .展开更多
Agile Transformations are challenging processes for organizations that look to extend the benefits of Agile philosophy and methods beyond software engineering.Despite the impact of these transformations on orga-nizati...Agile Transformations are challenging processes for organizations that look to extend the benefits of Agile philosophy and methods beyond software engineering.Despite the impact of these transformations on orga-nizations,they have not been extensively studied in academia.We conducted a study grounded in workshops and interviews with 99 participants from 30 organizations,including organizations undergoing transformations(“final organizations”)and companies supporting these processes(“consultants”).The study aims to understand the motivations,objectives,and factors driving and challenging these transformations.Over 700 responses were collected to the question and categorized into 32 objectives.The findings show that organizations primarily aim to achieve customer centricity and adaptability,both with 8%of the mentions.Other primary important objectives,with above 4%of mentions,include alignment of goals,lean delivery,sustainable processes,and a flatter,more team-based organizational structure.We also detect discrepancies in perspectives between the objectives identified by the two kinds of organizations and the existing agile literature and models.This misalignment highlights the need for practitioners to understand with the practical realities the organizations face.展开更多
Accurate software cost estimation in Global Software Development(GSD)remains challenging due to reliance on historical data and expert judgments.Traditional models,such as the Constructive Cost Model(COCOMO II),rely h...Accurate software cost estimation in Global Software Development(GSD)remains challenging due to reliance on historical data and expert judgments.Traditional models,such as the Constructive Cost Model(COCOMO II),rely heavily on historical and accurate data.In addition,expert judgment is required to set many input parameters,which can introduce subjectivity and variability in the estimation process.Consequently,there is a need to improve the current GSD models to mitigate reliance on historical data,subjectivity in expert judgment,inadequate consideration of GSD-based cost drivers and limited integration of modern technologies with cost overruns.This study introduces a novel hybrid model that synergizes the COCOMO II with Artificial Neural Networks(ANN)to address these challenges.The proposed hybrid model integrates additional GSD-based cost drivers identified through a systematic literature review and further vetted by industry experts.This article compares the effectiveness of the proposedmodelwith state-of-the-artmachine learning-basedmodels for software cost estimation.Evaluating the NASA 93 dataset by adopting twenty-six GSD-based cost drivers reveals that our hybrid model achieves superior accuracy,outperforming existing state-of-the-artmodels.The findings indicate the potential of combining COCOMO II,ANN,and additional GSD-based cost drivers to transform cost estimation in GSD.展开更多
Purpose: To clarify the effectiveness of 3-D delivery animation software for the mother’s and husband’s satisfaction with delivery. Subjects and Method: We independently developed a software application used to disp...Purpose: To clarify the effectiveness of 3-D delivery animation software for the mother’s and husband’s satisfaction with delivery. Subjects and Method: We independently developed a software application used to display the pelvic region and explain the labor process. The study involved a collaboration with hospital staff who recruited 18 primiparous and 18 multiparous mothers who were hospitalized for delivery at Facility A. The midwife explained the process of delivery using the “Delivery Animation Software”. A self-administered, anonymous questionnaire was distributed and analyzed separately for primiparous and multiparous mothers and their husbands. Results: 1) For both primiparous and multiparous couples, both mothers and their husbands gained a significantly higher level of understanding after delivery than during pregnancy. 2) The Self-Evaluation Scale for Experience of Delivery results were as follows: “I did my best for the baby even if it was painful” was selected more often for “birth coping skills”;“reliable medical staff” was selected more often for “physiological birth process”;“the birth progressed as I expected” was selected frequently by primiparous mothers;and “the birth progressed smoothly” was selected often by multiparous mothers. 3) In terms of husbands’ satisfaction with the delivery, “I was satisfied with the delivery”, “I was given an easy-to-understand explanation”, and “They explained the process to me” was selected of primiparous and multiparous fathers. 4) All primiparous and multiparous mothers positively evaluated whether the delivery animation was helpful in understanding the process of delivery. Conclusion: The delivery animation was effective in improving the understanding and satisfaction of both the mothers and their husbands.展开更多
The electron's charge and spin degrees of freedom are at the core of modern electronic devices. With the in-depth investigation of two-dimensional materials, another degree of freedom, valley, has also attracted t...The electron's charge and spin degrees of freedom are at the core of modern electronic devices. With the in-depth investigation of two-dimensional materials, another degree of freedom, valley, has also attracted tremendous research interest. The intrinsic spontaneous valley polarization in two-dimensional magnetic systems, ferrovalley material, provides convenience for detecting and modulating the valley. In this review, we first introduce the development of valleytronics.Then, the valley polarization forms by the p-, d-, and f-orbit that are discussed. Following, we discuss the investigation progress of modulating the valley polarization of two-dimensional ferrovalley materials by multiple physical fields, such as electric, stacking mode, strain, and interface. Finally, we look forward to the future developments of valleytronics.展开更多
Unconventional antiferromagnetism dubbed as altermagnetism was first discovered in rutile structured magnets,which is featured by spin splitting even without the spin–orbital coupling effect.This interesting phenomen...Unconventional antiferromagnetism dubbed as altermagnetism was first discovered in rutile structured magnets,which is featured by spin splitting even without the spin–orbital coupling effect.This interesting phenomenon has been discovered in more altermagnetic materials.In this work,we explore two-dimensional altermagnetic materials by studying two series of two-dimensional magnets,including MF4 with M covering all 3d and 4d transition metal elements,as well as TS2 with T=V,Cr,Mn,Fe.Through the magnetic symmetry operation of RuF4 and MnS2,it is verified that breaking the time inversion is a necessary condition for spin splitting.Based on symmetry analysis and first-principles calculations,we find that the electronic bands and magnon dispersion experience alternating spin splitting along the same path.This work paves the way for exploring altermagnetism in two-dimensional materials.展开更多
Two-dimensional(2D)materials have attracted tremendous interest in view of the outstanding optoelectronic properties,showing new possibilities for future photovoltaic devices toward high performance,high specific powe...Two-dimensional(2D)materials have attracted tremendous interest in view of the outstanding optoelectronic properties,showing new possibilities for future photovoltaic devices toward high performance,high specific power and flexibility.In recent years,substantial works have focused on 2D photovoltaic devices,and great progress has been achieved.Here,we present the review of recent advances in 2D photovoltaic devices,focusing on 2D-material-based Schottky junctions,homojunctions,2D−2D heterojunctions,2D−3D heterojunctions,and bulk photovoltaic effect devices.Furthermore,advanced strategies for improving the photovoltaic performances are demonstrated in detail.Finally,conclusions and outlooks are delivered,providing a guideline for the further development of 2D photovoltaic devices.展开更多
Antimony-based anodes have attracted wide attention in potassium-ion batteries due to their high theoretical specific capacities(∼660 mA h g^(-1))and suitable voltage platforms.However,severe capacity fading caused b...Antimony-based anodes have attracted wide attention in potassium-ion batteries due to their high theoretical specific capacities(∼660 mA h g^(-1))and suitable voltage platforms.However,severe capacity fading caused by huge volume change and limited ion transportation hinders their practical applications.Recently,strategies for controlling the morphologies of Sb-based materials to improve the electrochemical performances have been proposed.Among these,the two-dimensional Sb(2D-Sb)materials present excellent properties due to shorted ion immigration paths and enhanced ion diffusion.Nevertheless,the synthetic methods are usually tedious,and even the mechanism of these strategies remains elusive,especially how to obtain large-scale 2D-Sb materials.Herein,a novel strategy to synthesize 2D-Sb material using a straightforward solvothermal method without the requirement of a complex nanostructure design is provided.This method leverages the selective adsorption of aldehyde groups in furfural to induce crystal growth,while concurrently reducing and coating a nitrogen-doped carbon layer.Compared to the reported methods,it is simpler,more efficient,and conducive to the production of composite nanosheets with uniform thickness(3–4 nm).The 2D-Sb@NC nanosheet anode delivers an extremely high capacity of 504.5 mA h g^(-1) at current densities of 100 mA g^(-1) and remains stable for more than 200 cycles.Through characterizations and molecular dynamic simulations,how potassium storage kinetics between 2D Sb-based materials and bulk Sb-based materials are explored,and detailed explanations are provided.These findings offer novel insights into the development of durable 2D alloy-based anodes for next-generation potassium-ion batteries.展开更多
Valleytronics, using valley degree of freedom to encode, process, and store information, may find practical applications in low-power-consumption devices. Recent theoretical and experimental studies have demonstrated ...Valleytronics, using valley degree of freedom to encode, process, and store information, may find practical applications in low-power-consumption devices. Recent theoretical and experimental studies have demonstrated that twodimensional(2D) honeycomb lattice systems with inversion symmetry breaking, such as transition-metal dichalcogenides(TMDs), are ideal candidates for realizing valley polarization. In addition to the optical field, lifting the valley degeneracy of TMDs by introducing magnetism is an efficient way to manipulate the valley degree of freedom. In this paper, we first review the recent progress on valley polarization in various TMD-based systems, including magnetically doped TMDs,intrinsic TMDs with both inversion and time-reversal symmetry broken, and magnetic TMD heterostructures. When topologically nontrivial bands are empowered into valley-polarized systems, valley-polarized topological states, namely valleypolarized quantum anomalous Hall effect can be realized. Therefore, we have also reviewed the theoretical proposals for realizing valley-polarized topological states in 2D honeycomb lattices. Our paper can help readers quickly grasp the latest research developments in this field.展开更多
The driven-dissipative Langevin dynamics simulation is used to produce a two-dimensional(2D) dense cloud, which is composed of charged dust particles trapped in a quadratic potential. A 2D mesh grid is built to analyz...The driven-dissipative Langevin dynamics simulation is used to produce a two-dimensional(2D) dense cloud, which is composed of charged dust particles trapped in a quadratic potential. A 2D mesh grid is built to analyze the center-to-wall dust density. It is found that the local dust density in the outer region relative to that of the inner region is more nonuniform,being consistent with the feature of quadratic potential. The dependences of the global dust density on equilibrium temperature, particle size, confinement strength, and confinement shape are investigated. It is found that the particle size, the confinement strength, and the confinement shape strongly affect the global dust density, while the equilibrium temperature plays a minor effect on it. In the direction where there is a stronger confinement, the dust density gradient is bigger.展开更多
The anomalous valley Hall effect(AVHE)can be used to explore and utilize valley degrees of freedom in materials,which has potential applications in fields such as information storage,quantum computing and optoelectron...The anomalous valley Hall effect(AVHE)can be used to explore and utilize valley degrees of freedom in materials,which has potential applications in fields such as information storage,quantum computing and optoelectronics.AVHE exists in two-dimensional(2D)materials possessing valley polarization(VP),and such 2D materials usually belong to the hexagonal honeycomb lattice.Therefore,it is necessary to achieve valleytronic materials with VP that are more readily to be synthesized and applicated experimentally.In this topical review,we introduce recent developments on realizing VP as well as AVHE through different methods,i.e.,doping transition metal atoms,building ferrovalley heterostructures and searching for ferrovalley materials.Moreover,2D ferrovalley systems under external modulation are also discussed.2D valleytronic materials with AVHE demonstrate excellent performance and potential applications,which offer the possibility of realizing novel low-energy-consuming devices,facilitating further development of device technology,realizing miniaturization and enhancing functionality of them.展开更多
Currently,all quantum private comparison protocols based on two-dimensional quantum states can only compare equality,via using high-dimensional quantum states that it is possible to compare the size relation in existi...Currently,all quantum private comparison protocols based on two-dimensional quantum states can only compare equality,via using high-dimensional quantum states that it is possible to compare the size relation in existing work.In addition,it is difficult to manipulate high-dimensional quantum states under the existing conditions of quantum information processing,leading to low practicality and engineering feasibility of protocols for comparing size relation.Considering this situation,we propose an innovative protocol.The proposed protocol can make size comparison by exploiting more manageable two-dimensional Bell states,which significantly enhances its feasibility with current quantum technologies.Simultaneously,the proposed protocol enables multiple participants to compare their privacies with the semi-quantum model.The communication process of the protocol is simulated on the IBM Quantum Experience platform to verify its effectiveness.Security analysis shows that the proposed protocol can withstand common attacks while preserving the privacies of all participants.Thus,the devised protocol may provide an important reference for implementation of quantum private size comparison protocols.展开更多
One hallmark of glasses is the existence of excess vibrational modes at low frequenciesωbeyond Debye’s prediction.Numerous studies suggest that understanding low-frequency excess vibrations could help gain insight i...One hallmark of glasses is the existence of excess vibrational modes at low frequenciesωbeyond Debye’s prediction.Numerous studies suggest that understanding low-frequency excess vibrations could help gain insight into the anomalous mechanical and thermodynamic properties of glasses.However,there is still intensive debate as to the frequency dependence of the population of low-frequency excess vibrations.In particular,excess modes could hybridize with phonon-like modes and the density of hybridized excess modes has been reported to follow D_(exc)(ω)~ω^(2)in 2D glasses with an inverse power law potential.Yet,the universality of the quadratic scaling remains unknown,since recent work suggested that interaction potentials could influence the scaling of the vibrational spectrum.Here,we extend the universality of the quadratic scaling for hybridized excess modes in 2D to glasses with potentials ranging from the purely repulsive soft-core interaction to the hard-core one with both repulsion and attraction as well as to glasses with significant differences in density or interparticle repulsion.Moreover,we observe that the number of hybridized excess modes exhibits a decrease in glasses with higher density or steeper interparticle repulsion,which is accompanied by a suppression of the strength of the sound attenuation.Our results indicate that the density bears some resemblance to the repulsive steepness of the interaction in influencing low-frequency properties.展开更多
With the rapid development of rechargeable metal-ion batteries(MIBs)with safety,stability and high energy density,significant efforts have been devoted to exploring high-performance electrode materials.In recent years...With the rapid development of rechargeable metal-ion batteries(MIBs)with safety,stability and high energy density,significant efforts have been devoted to exploring high-performance electrode materials.In recent years,two-dimensional(2D)molybdenum-based(Mo-based)materials have drawn considerable attention due to their exceptional characteristics,including low cost,unique crystal structure,high theoretical capacity and controllable chemical compositions.However,like other transition metal compounds,Mo-based materials are facing thorny challenges to overcome,such as slow electron/ion transfer kinetics and substantial volume changes during the charge and discharge processes.In this review,we summarize the recent progress in developing emerging 2D Mo-based electrode materials for MIBs,encompassing oxides,sulfides,selenides,carbides.After introducing the crystal structure and common synthesis methods,this review sheds light on the charge storage mechanism of several 2D Mo-based materials by various advanced characterization techniques.The latest achievements in utilizing 2D Mo-based materials as electrode materials for various MIBs(including lithium-ion batteries(LIBs),sodium-ion batteries(SIBs)and zinc-ion batteries(ZIBs))are discussed in detail.Afterwards,the modulation strategies for enhancing the electrochemical performance of 2D Mo-based materials are highlighted,focusing on heteroatom doping,vacancies creation,composite coupling engineering and nanostructure design.Finally,we present the existing challenges and future research directions for 2D Mo-based materials to realize high-performance energy storage systems.展开更多
基金financially supported by the Natural Science Foundation of China(Grant Nos.52372226,52173263,62004167)the Natural Science Basic Research Plan in Shaanxi Province of China(Grant Nos.2022JM-315,2023-JC-QN-0643)+4 种基金the National Key R&D Program of China(Grant No.2022YFB3603703)the Qinchuangyuan High-level Talent Project of Shaanxi(Grant No.QCYRCXM-2022-219)the Ningbo Natural Science Foundation(Grant No.2022J061)the Key Research and Development Program of Shaanxi(Grant No.2023GXLH-091)the Shccig-Qinling Program and the Fundamental Research Funds for the Central Universities。
文摘Two-dimensional Ruddlesden-Popper(2DRP)perovskite exhibits excellent stability in perovskite solar cells(PSCs)due to introducing hydrophobic long-chain organic spacers.However,the poor charge transporting property of bulky organic cation spacers limits the performance of 2DRP PSCs.Inspired by the Asite cation alloying strategy in 3D perovskites,2DRP perovskites with a binary spacer can promote charge transporting compared to the unary spacer counterparts.Herein,the superior MA-based 2DRP perovskite films with a binary spacer,including 3-guanidinopropanoic acid(GPA)and 4-fluorophenethylamine(FPEA)are realized.These films(GPA_(0.85)FPEA_(0.15))_(2)MA_(4)Pb_5I_(16)show good morphology,large grain size,decreased trap state density,and preferential orientation of the as-prepared film.Accordingly,the present 2DRP-based PSC with the binary spacer achieves a remarkable efficiency of 18.37%with a V_(OC)of1.15 V,a J_(SC)of 20.13 mA cm^(-2),and an FF of 79.23%.To our knowledge,the PCE value should be the highest for binary spacer MA-based 2DRP(n≤5)PSCs to date.Importantly,owing to the hydrophobic fluorine group of FPEA and the enhanced interlayer interaction by FPEA,the unencapsulated 2DRP PSCs based on binary spacers exhibit much excellent humidity stability and thermal stability than the unary spacer counterparts.
基金financial support from the National Natural Science Foundation of China(Nos.22075284,51872287,and U2030118)the Youth Innovation Promotion Association CAS(No.2019304)+1 种基金the Fund of Mindu Innovation Laboratory(No.2021ZR201)the Scientific Instrument Developing Project of the Chinese Academy of Sciences(No.YJKYYQ20210039)
文摘Scintillation semiconductors play increasingly important medical diagnosis and industrial inspection roles.Recently,two-dimensional(2D)perovskites have been shown to be promising materials for medical X-ray imaging,but they are mostly used in low-energy(≤130 keV)regions.Direct detection of MeV X-rays,which ensure thorough penetration of the thick shell walls of containers,trucks,and aircraft,is also highly desired in practical industrial applications.Unfortunately,scintillation semiconductors for high-energy X-ray detection are currently scarce.Here,This paper reports a 2D(C_(4)H_(9)NH_(3))_(2)PbBr_(4)single crystal with outstanding sensitivity and stability toward X-ray radiation that provides an ultra-wide detectable X-ray range of between 8.20 nGy_(air)s^(-1)(50 keV)and 15.24 mGy_(air)s^(-1)(9 MeV).The(C_(4)H_(9)NH_(3))_(2)PbBr_(4)single-crystal detector with a vertical structure is used for high-performance X-ray imaging,delivering a good spatial resolution of 4.3 Ip mm^(-1)in a plane-scan imaging system.Low ionic migration in the 2D perovskite enables the vertical device to be operated with hundreds of keV to MeV X-ray radiation at high bias voltages,leading to a sensitivity of 46.90μC Gy_(air)-1 cm^(-2)(-1.16 Vμm^(-1))with 9 MeV X-ray radiation,demonstrating that 2D perovskites have enormous potential for high-energy industrial applications.
基金supported by the NationalNatural Science Foundation of China(Grant No.61867004)the Youth Fund of the National Natural Science Foundation of China(Grant No.41801288).
文摘The purpose of software defect prediction is to identify defect-prone code modules to assist software quality assurance teams with the appropriate allocation of resources and labor.In previous software defect prediction studies,transfer learning was effective in solving the problem of inconsistent project data distribution.However,target projects often lack sufficient data,which affects the performance of the transfer learning model.In addition,the presence of uncorrelated features between projects can decrease the prediction accuracy of the transfer learning model.To address these problems,this article propose a software defect prediction method based on stable learning(SDP-SL)that combines code visualization techniques and residual networks.This method first transforms code files into code images using code visualization techniques and then constructs a defect prediction model based on these code images.During the model training process,target project data are not required as prior knowledge.Following the principles of stable learning,this paper dynamically adjusted the weights of source project samples to eliminate dependencies between features,thereby capturing the“invariance mechanism”within the data.This approach explores the genuine relationship between code defect features and labels,thereby enhancing defect prediction performance.To evaluate the performance of SDP-SL,this article conducted comparative experiments on 10 open-source projects in the PROMISE dataset.The experimental results demonstrated that in terms of the F-measure,the proposed SDP-SL method outperformed other within-project defect prediction methods by 2.11%-44.03%.In cross-project defect prediction,the SDP-SL method provided an improvement of 5.89%-25.46% in prediction performance compared to other cross-project defect prediction methods.Therefore,SDP-SL can effectively enhance within-and cross-project defect predictions.
基金supported by UniversitiKebangsaan Malaysia,under Dana Impak Perdana 2.0.(Ref:DIP–2022–020).
文摘Software Defined Networking(SDN)is programmable by separation of forwarding control through the centralization of the controller.The controller plays the role of the‘brain’that dictates the intelligent part of SDN technology.Various versions of SDN controllers exist as a response to the diverse demands and functions expected of them.There are several SDN controllers available in the open market besides a large number of commercial controllers;some are developed tomeet carrier-grade service levels and one of the recent trends in open-source SDN controllers is the Open Network Operating System(ONOS).This paper presents a comparative study between open source SDN controllers,which are known as Network Controller Platform(NOX),Python-based Network Controller(POX),component-based SDN framework(Ryu),Java-based OpenFlow controller(Floodlight),OpenDayLight(ODL)and ONOS.The discussion is further extended into ONOS architecture,as well as,the evolution of ONOS controllers.This article will review use cases based on ONOS controllers in several application deployments.Moreover,the opportunities and challenges of open source SDN controllers will be discussed,exploring carriergrade ONOS for future real-world deployments,ONOS unique features and identifying the suitable choice of SDN controller for service providers.In addition,we attempt to provide answers to several critical questions relating to the implications of the open-source nature of SDN controllers regarding vendor lock-in,interoperability,and standards compliance,Similarly,real-world use cases of organizations using open-source SDN are highlighted and how the open-source community contributes to the development of SDN controllers.Furthermore,challenges faced by open-source projects,and considerations when choosing an open-source SDN controller are underscored.Then the role of Artificial Intelligence(AI)and Machine Learning(ML)in the evolution of open-source SDN controllers in light of recent research is indicated.In addition,the challenges and limitations associated with deploying open-source SDN controllers in production networks,how can they be mitigated,and finally how opensource SDN controllers handle network security and ensure that network configurations and policies are robust and resilient are presented.Potential opportunities and challenges for future Open SDN deployment are outlined to conclude the article.
基金the Deanship of Scientific Research at King Abdulaziz University,Jeddah,Saudi Arabia under the Grant No.RG-12-611-43.
文摘The Message Passing Interface (MPI) is a widely accepted standard for parallel computing on distributed memorysystems.However, MPI implementations can contain defects that impact the reliability and performance of parallelapplications. Detecting and correcting these defects is crucial, yet there is a lack of published models specificallydesigned for correctingMPI defects. To address this, we propose a model for detecting and correcting MPI defects(DC_MPI), which aims to detect and correct defects in various types of MPI communication, including blockingpoint-to-point (BPTP), nonblocking point-to-point (NBPTP), and collective communication (CC). The defectsaddressed by the DC_MPI model include illegal MPI calls, deadlocks (DL), race conditions (RC), and messagemismatches (MM). To assess the effectiveness of the DC_MPI model, we performed experiments on a datasetconsisting of 40 MPI codes. The results indicate that the model achieved a detection rate of 37 out of 40 codes,resulting in an overall detection accuracy of 92.5%. Additionally, the execution duration of the DC_MPI modelranged from 0.81 to 1.36 s. These findings show that the DC_MPI model is useful in detecting and correctingdefects in MPI implementations, thereby enhancing the reliability and performance of parallel applications. TheDC_MPImodel fills an important research gap and provides a valuable tool for improving the quality ofMPI-basedparallel computing systems.
文摘Software testing is a critical phase due to misconceptions about ambiguities in the requirements during specification,which affect the testing process.Therefore,it is difficult to identify all faults in software.As requirement changes continuously,it increases the irrelevancy and redundancy during testing.Due to these challenges;fault detection capability decreases and there arises a need to improve the testing process,which is based on changes in requirements specification.In this research,we have developed a model to resolve testing challenges through requirement prioritization and prediction in an agile-based environment.The research objective is to identify the most relevant and meaningful requirements through semantic analysis for correct change analysis.Then compute the similarity of requirements through case-based reasoning,which predicted the requirements for reuse and restricted to error-based requirements.Afterward,the apriori algorithm mapped out requirement frequency to select relevant test cases based on frequently reused or not reused test cases to increase the fault detection rate.Furthermore,the proposed model was evaluated by conducting experiments.The results showed that requirement redundancy and irrelevancy improved due to semantic analysis,which correctly predicted the requirements,increasing the fault detection rate and resulting in high user satisfaction.The predicted requirements are mapped into test cases,increasing the fault detection rate after changes to achieve higher user satisfaction.Therefore,the model improves the redundancy and irrelevancy of requirements by more than 90%compared to other clustering methods and the analytical hierarchical process,achieving an 80%fault detection rate at an earlier stage.Hence,it provides guidelines for practitioners and researchers in the modern era.In the future,we will provide the working prototype of this model for proof of concept.
文摘Software Development Life Cycle (SDLC) is one of the major ingredients for the development of efficient software systems within a time frame and low-cost involvement. From the literature, it is evident that there are various kinds of process models that are used by the software industries for the development of small, medium and long-term software projects, but many of them do not cover risk management. It is quite obvious that the improper selection of the software development process model leads to failure of the software products as it is time bound activity. In the present work, a new software development process model is proposed which covers the risks at any stage of the development of the software product. The model is named a Hemant-Vipin (HV) process model and may be helpful for the software industries for development of the efficient software products and timely delivery at the end of the client. The efficiency of the HV process model is observed by considering various kinds of factors like requirement clarity, user feedback, change agility, predictability, risk identification, practical implementation, customer satisfaction, incremental development, use of ready-made components, quick design, resource organization and many more and found through a case study that the presented approach covers many of parameters in comparison of the existing process models. .
基金funding from the European Commission for the Ruralities Project(grant agreement no.101060876).
文摘Agile Transformations are challenging processes for organizations that look to extend the benefits of Agile philosophy and methods beyond software engineering.Despite the impact of these transformations on orga-nizations,they have not been extensively studied in academia.We conducted a study grounded in workshops and interviews with 99 participants from 30 organizations,including organizations undergoing transformations(“final organizations”)and companies supporting these processes(“consultants”).The study aims to understand the motivations,objectives,and factors driving and challenging these transformations.Over 700 responses were collected to the question and categorized into 32 objectives.The findings show that organizations primarily aim to achieve customer centricity and adaptability,both with 8%of the mentions.Other primary important objectives,with above 4%of mentions,include alignment of goals,lean delivery,sustainable processes,and a flatter,more team-based organizational structure.We also detect discrepancies in perspectives between the objectives identified by the two kinds of organizations and the existing agile literature and models.This misalignment highlights the need for practitioners to understand with the practical realities the organizations face.
文摘Accurate software cost estimation in Global Software Development(GSD)remains challenging due to reliance on historical data and expert judgments.Traditional models,such as the Constructive Cost Model(COCOMO II),rely heavily on historical and accurate data.In addition,expert judgment is required to set many input parameters,which can introduce subjectivity and variability in the estimation process.Consequently,there is a need to improve the current GSD models to mitigate reliance on historical data,subjectivity in expert judgment,inadequate consideration of GSD-based cost drivers and limited integration of modern technologies with cost overruns.This study introduces a novel hybrid model that synergizes the COCOMO II with Artificial Neural Networks(ANN)to address these challenges.The proposed hybrid model integrates additional GSD-based cost drivers identified through a systematic literature review and further vetted by industry experts.This article compares the effectiveness of the proposedmodelwith state-of-the-artmachine learning-basedmodels for software cost estimation.Evaluating the NASA 93 dataset by adopting twenty-six GSD-based cost drivers reveals that our hybrid model achieves superior accuracy,outperforming existing state-of-the-artmodels.The findings indicate the potential of combining COCOMO II,ANN,and additional GSD-based cost drivers to transform cost estimation in GSD.
文摘Purpose: To clarify the effectiveness of 3-D delivery animation software for the mother’s and husband’s satisfaction with delivery. Subjects and Method: We independently developed a software application used to display the pelvic region and explain the labor process. The study involved a collaboration with hospital staff who recruited 18 primiparous and 18 multiparous mothers who were hospitalized for delivery at Facility A. The midwife explained the process of delivery using the “Delivery Animation Software”. A self-administered, anonymous questionnaire was distributed and analyzed separately for primiparous and multiparous mothers and their husbands. Results: 1) For both primiparous and multiparous couples, both mothers and their husbands gained a significantly higher level of understanding after delivery than during pregnancy. 2) The Self-Evaluation Scale for Experience of Delivery results were as follows: “I did my best for the baby even if it was painful” was selected more often for “birth coping skills”;“reliable medical staff” was selected more often for “physiological birth process”;“the birth progressed as I expected” was selected frequently by primiparous mothers;and “the birth progressed smoothly” was selected often by multiparous mothers. 3) In terms of husbands’ satisfaction with the delivery, “I was satisfied with the delivery”, “I was given an easy-to-understand explanation”, and “They explained the process to me” was selected of primiparous and multiparous fathers. 4) All primiparous and multiparous mothers positively evaluated whether the delivery animation was helpful in understanding the process of delivery. Conclusion: The delivery animation was effective in improving the understanding and satisfaction of both the mothers and their husbands.
基金Project supported by the National Natural Science Foundation of China (Grant Nos.12074301 and 12004295)China’s Postdoctoral Science Foundation funded project (Grant No.2022M722547)+1 种基金the Open Project of State Key Laboratory of Surface Physics (Grant No.KF2022 09)the Natural Science Foundation of Guizhou Provincial Education Department (Grant No.ZK[2021]034)。
文摘The electron's charge and spin degrees of freedom are at the core of modern electronic devices. With the in-depth investigation of two-dimensional materials, another degree of freedom, valley, has also attracted tremendous research interest. The intrinsic spontaneous valley polarization in two-dimensional magnetic systems, ferrovalley material, provides convenience for detecting and modulating the valley. In this review, we first introduce the development of valleytronics.Then, the valley polarization forms by the p-, d-, and f-orbit that are discussed. Following, we discuss the investigation progress of modulating the valley polarization of two-dimensional ferrovalley materials by multiple physical fields, such as electric, stacking mode, strain, and interface. Finally, we look forward to the future developments of valleytronics.
基金the National Natural Science Foundation of China(Grant No.12004439)Hunan Province Postgraduate Research and Innovation Project(Grant No.CX20230229)the computational resources from the High Performance Computing Center of Central South University.
文摘Unconventional antiferromagnetism dubbed as altermagnetism was first discovered in rutile structured magnets,which is featured by spin splitting even without the spin–orbital coupling effect.This interesting phenomenon has been discovered in more altermagnetic materials.In this work,we explore two-dimensional altermagnetic materials by studying two series of two-dimensional magnets,including MF4 with M covering all 3d and 4d transition metal elements,as well as TS2 with T=V,Cr,Mn,Fe.Through the magnetic symmetry operation of RuF4 and MnS2,it is verified that breaking the time inversion is a necessary condition for spin splitting.Based on symmetry analysis and first-principles calculations,we find that the electronic bands and magnon dispersion experience alternating spin splitting along the same path.This work paves the way for exploring altermagnetism in two-dimensional materials.
基金supported by the National Natural Science Foundation of China(52322210,52172144,22375069,21825103,and U21A2069)National Key R&D Program of China(2021YFA1200501)+1 种基金Shenzhen Science and Technology Program(JCYJ20220818102215033,JCYJ20200109105422876)the Innovation Project of Optics Valley Laboratory(OVL2023PY007).
文摘Two-dimensional(2D)materials have attracted tremendous interest in view of the outstanding optoelectronic properties,showing new possibilities for future photovoltaic devices toward high performance,high specific power and flexibility.In recent years,substantial works have focused on 2D photovoltaic devices,and great progress has been achieved.Here,we present the review of recent advances in 2D photovoltaic devices,focusing on 2D-material-based Schottky junctions,homojunctions,2D−2D heterojunctions,2D−3D heterojunctions,and bulk photovoltaic effect devices.Furthermore,advanced strategies for improving the photovoltaic performances are demonstrated in detail.Finally,conclusions and outlooks are delivered,providing a guideline for the further development of 2D photovoltaic devices.
基金financially supported by the Science and Technology Development Program of Jilin Province(YDZJ202101ZYTS185)the National Natural Science Foundation of China(21975250)。
文摘Antimony-based anodes have attracted wide attention in potassium-ion batteries due to their high theoretical specific capacities(∼660 mA h g^(-1))and suitable voltage platforms.However,severe capacity fading caused by huge volume change and limited ion transportation hinders their practical applications.Recently,strategies for controlling the morphologies of Sb-based materials to improve the electrochemical performances have been proposed.Among these,the two-dimensional Sb(2D-Sb)materials present excellent properties due to shorted ion immigration paths and enhanced ion diffusion.Nevertheless,the synthetic methods are usually tedious,and even the mechanism of these strategies remains elusive,especially how to obtain large-scale 2D-Sb materials.Herein,a novel strategy to synthesize 2D-Sb material using a straightforward solvothermal method without the requirement of a complex nanostructure design is provided.This method leverages the selective adsorption of aldehyde groups in furfural to induce crystal growth,while concurrently reducing and coating a nitrogen-doped carbon layer.Compared to the reported methods,it is simpler,more efficient,and conducive to the production of composite nanosheets with uniform thickness(3–4 nm).The 2D-Sb@NC nanosheet anode delivers an extremely high capacity of 504.5 mA h g^(-1) at current densities of 100 mA g^(-1) and remains stable for more than 200 cycles.Through characterizations and molecular dynamic simulations,how potassium storage kinetics between 2D Sb-based materials and bulk Sb-based materials are explored,and detailed explanations are provided.These findings offer novel insights into the development of durable 2D alloy-based anodes for next-generation potassium-ion batteries.
文摘Valleytronics, using valley degree of freedom to encode, process, and store information, may find practical applications in low-power-consumption devices. Recent theoretical and experimental studies have demonstrated that twodimensional(2D) honeycomb lattice systems with inversion symmetry breaking, such as transition-metal dichalcogenides(TMDs), are ideal candidates for realizing valley polarization. In addition to the optical field, lifting the valley degeneracy of TMDs by introducing magnetism is an efficient way to manipulate the valley degree of freedom. In this paper, we first review the recent progress on valley polarization in various TMD-based systems, including magnetically doped TMDs,intrinsic TMDs with both inversion and time-reversal symmetry broken, and magnetic TMD heterostructures. When topologically nontrivial bands are empowered into valley-polarized systems, valley-polarized topological states, namely valleypolarized quantum anomalous Hall effect can be realized. Therefore, we have also reviewed the theoretical proposals for realizing valley-polarized topological states in 2D honeycomb lattices. Our paper can help readers quickly grasp the latest research developments in this field.
基金Project supported by the National Natural Science Foundation of China (Grant Nos. 12275354 and 11805272)the Civil Aviation University of China (Grant No. 3122023PT08)。
文摘The driven-dissipative Langevin dynamics simulation is used to produce a two-dimensional(2D) dense cloud, which is composed of charged dust particles trapped in a quadratic potential. A 2D mesh grid is built to analyze the center-to-wall dust density. It is found that the local dust density in the outer region relative to that of the inner region is more nonuniform,being consistent with the feature of quadratic potential. The dependences of the global dust density on equilibrium temperature, particle size, confinement strength, and confinement shape are investigated. It is found that the particle size, the confinement strength, and the confinement shape strongly affect the global dust density, while the equilibrium temperature plays a minor effect on it. In the direction where there is a stronger confinement, the dust density gradient is bigger.
基金Project supported by the National Natural Science Foundation of China (Grant Nos.12274264 and 11674197)the Natural Science Foundation of Shandong Province of China (Grant Nos.ZR2022MA039 and ZR2021MA105)the Qing-Chuang Science and Technology Plan of Shandong Province of China (Grant No.2019KJJ014)。
文摘The anomalous valley Hall effect(AVHE)can be used to explore and utilize valley degrees of freedom in materials,which has potential applications in fields such as information storage,quantum computing and optoelectronics.AVHE exists in two-dimensional(2D)materials possessing valley polarization(VP),and such 2D materials usually belong to the hexagonal honeycomb lattice.Therefore,it is necessary to achieve valleytronic materials with VP that are more readily to be synthesized and applicated experimentally.In this topical review,we introduce recent developments on realizing VP as well as AVHE through different methods,i.e.,doping transition metal atoms,building ferrovalley heterostructures and searching for ferrovalley materials.Moreover,2D ferrovalley systems under external modulation are also discussed.2D valleytronic materials with AVHE demonstrate excellent performance and potential applications,which offer the possibility of realizing novel low-energy-consuming devices,facilitating further development of device technology,realizing miniaturization and enhancing functionality of them.
基金supported by the National Natural Science Foundation of China(Grant No.62161025)the Project of Scientific and Technological Innovation Base of Jiangxi Province(Grant No.20203CCD46008)the Jiangxi Provincial Key Laboratory of Fusion and Information Control(Grant No.20171BCD40005).
文摘Currently,all quantum private comparison protocols based on two-dimensional quantum states can only compare equality,via using high-dimensional quantum states that it is possible to compare the size relation in existing work.In addition,it is difficult to manipulate high-dimensional quantum states under the existing conditions of quantum information processing,leading to low practicality and engineering feasibility of protocols for comparing size relation.Considering this situation,we propose an innovative protocol.The proposed protocol can make size comparison by exploiting more manageable two-dimensional Bell states,which significantly enhances its feasibility with current quantum technologies.Simultaneously,the proposed protocol enables multiple participants to compare their privacies with the semi-quantum model.The communication process of the protocol is simulated on the IBM Quantum Experience platform to verify its effectiveness.Security analysis shows that the proposed protocol can withstand common attacks while preserving the privacies of all participants.Thus,the devised protocol may provide an important reference for implementation of quantum private size comparison protocols.
基金Project supported by the National Natural Science Foundation of China(Grant Nos.12374202 and 12004001)Anhui Projects(Grant Nos.2022AH020009,S020218016,and Z010118169)+1 种基金Hefei City(Grant No.Z020132009)Anhui University(start-up fund)。
文摘One hallmark of glasses is the existence of excess vibrational modes at low frequenciesωbeyond Debye’s prediction.Numerous studies suggest that understanding low-frequency excess vibrations could help gain insight into the anomalous mechanical and thermodynamic properties of glasses.However,there is still intensive debate as to the frequency dependence of the population of low-frequency excess vibrations.In particular,excess modes could hybridize with phonon-like modes and the density of hybridized excess modes has been reported to follow D_(exc)(ω)~ω^(2)in 2D glasses with an inverse power law potential.Yet,the universality of the quadratic scaling remains unknown,since recent work suggested that interaction potentials could influence the scaling of the vibrational spectrum.Here,we extend the universality of the quadratic scaling for hybridized excess modes in 2D to glasses with potentials ranging from the purely repulsive soft-core interaction to the hard-core one with both repulsion and attraction as well as to glasses with significant differences in density or interparticle repulsion.Moreover,we observe that the number of hybridized excess modes exhibits a decrease in glasses with higher density or steeper interparticle repulsion,which is accompanied by a suppression of the strength of the sound attenuation.Our results indicate that the density bears some resemblance to the repulsive steepness of the interaction in influencing low-frequency properties.
基金supported by the National Natural Science Foundation of China(No.21676036)the Natural Science Foundation of Chongqing(No.CSTB2023NSCQ-MSX0580)the Graduate Research and Innovation Foundation of Chongqing(No.CYB22043 and CYS22073)。
文摘With the rapid development of rechargeable metal-ion batteries(MIBs)with safety,stability and high energy density,significant efforts have been devoted to exploring high-performance electrode materials.In recent years,two-dimensional(2D)molybdenum-based(Mo-based)materials have drawn considerable attention due to their exceptional characteristics,including low cost,unique crystal structure,high theoretical capacity and controllable chemical compositions.However,like other transition metal compounds,Mo-based materials are facing thorny challenges to overcome,such as slow electron/ion transfer kinetics and substantial volume changes during the charge and discharge processes.In this review,we summarize the recent progress in developing emerging 2D Mo-based electrode materials for MIBs,encompassing oxides,sulfides,selenides,carbides.After introducing the crystal structure and common synthesis methods,this review sheds light on the charge storage mechanism of several 2D Mo-based materials by various advanced characterization techniques.The latest achievements in utilizing 2D Mo-based materials as electrode materials for various MIBs(including lithium-ion batteries(LIBs),sodium-ion batteries(SIBs)and zinc-ion batteries(ZIBs))are discussed in detail.Afterwards,the modulation strategies for enhancing the electrochemical performance of 2D Mo-based materials are highlighted,focusing on heteroatom doping,vacancies creation,composite coupling engineering and nanostructure design.Finally,we present the existing challenges and future research directions for 2D Mo-based materials to realize high-performance energy storage systems.