With the further development of service-oriented,performance-based contracting(PBC)has been widely adopted in industry and manufacturing.However,maintenance optimization problems under PBC have not received enough att...With the further development of service-oriented,performance-based contracting(PBC)has been widely adopted in industry and manufacturing.However,maintenance optimization problems under PBC have not received enough attention.To further extend the scope of PBC’s application in the field of maintenance optimization,we investigate the condition-based maintenance(CBM)optimization for gamma deteriorating systems under PBC.Considering the repairable single-component system subject to the gamma degradation process,this paper proposes a CBM optimization model to maximize the profit and improve system performance at a relatively low cost under PBC.In the proposed CBM model,the first inspection interval has been considered in order to reduce the inspection frequency and the cost rate.Then,a particle swarm algorithm(PSO)and related solution procedure are presented to solve the multiple decision variables in our proposed model.In the end,a numerical example is provided so as to demonstrate the superiority of the presented model.By comparing the proposed policy with the conventional ones,the superiority of our proposed policy is proved,which can bring more profits to providers and improve performance.Sensitivity analysis is conducted in order to research the effect of corrective maintenance cost and time required for corrective maintenance on optimization policy.A comparative study is given to illustrate the necessity of distinguishing the first inspection interval or not.展开更多
Performance-based warranties(PBWs)are widely used in industry and manufacturing.Given that PBW can impose financial burdens on manufacturers,rational maintenance decisions are essential for expanding profit margins.Th...Performance-based warranties(PBWs)are widely used in industry and manufacturing.Given that PBW can impose financial burdens on manufacturers,rational maintenance decisions are essential for expanding profit margins.This paper proposes an optimization model for PBW decisions for systems affected by Gamma degradation processes,incorporating periodic inspection.A system performance degradation model is established.Preventive maintenance probability and corrective renewal probability models are developed to calculate expected warranty costs and system availability.A benefits function,which includes incentives,is constructed to optimize the initial and subsequent inspection intervals and preventive maintenance thresholds,thereby maximizing warranty profit.An improved sparrow search algorithm is developed to optimize the model,with a case study on large steam turbine rotor shafts.The results suggest the optimal PBW strategy involves an initial inspection interval of approximately 20 months,with subsequent intervals of about four months,and a preventive maintenance threshold of approximately 37.39 mm wear.When compared to common cost-minimization-based condition maintenance strategies and PBW strategies that do not differentiate between initial and subsequent inspection intervals,the proposed PBW strategy increases the manufacturer’s profit by 1%and 18%,respectively.Sensitivity analyses provide managerial recommendations for PBW implementation.The PBW strategy proposed in this study significantly increases manufacturers’profits by optimizing inspection intervals and preventive maintenance thresholds,and manufacturers should focus on technological improvement in preventive maintenance and cost control to further enhance earnings.展开更多
To enhance the frequency stability and lower the regulation mileage payment of a multiarea integrated energy system(IES)that supports the power Internet of Things(IoT),this paper proposes a data-driven cooperative met...To enhance the frequency stability and lower the regulation mileage payment of a multiarea integrated energy system(IES)that supports the power Internet of Things(IoT),this paper proposes a data-driven cooperative method for automatic generation control(AGC).The method consists of adaptive fractional-order proportional-integral(FOPI)controllers and a novel efficient integration exploration multiagent twin delayed deep deterministic policy gradient(EIE-MATD3)algorithm.The FOPI controllers are designed for each area based on the performancebased frequency regulation market mechanism.The EIE-MATD3 algorithm is used to tune the coefficients of the FOPI controllers in real time using centralized training and decentralized execution.The algorithm incorporates imitation learning and efficient integration exploration to obtain a more robust coordinated control strategy.An experiment on the four-area China Southern Grid(CSG)real-time digital system shows that the proposed method can improve the control performance and reduce the regulation mileage payment of each area in the IES.展开更多
Industrial Cyber-Physical Systems(ICPSs)play a vital role in modern industries by providing an intellectual foundation for automated operations.With the increasing integration of information-driven processes,ensuring ...Industrial Cyber-Physical Systems(ICPSs)play a vital role in modern industries by providing an intellectual foundation for automated operations.With the increasing integration of information-driven processes,ensuring the security of Industrial Control Production Systems(ICPSs)has become a critical challenge.These systems are highly vulnerable to attacks such as denial-of-service(DoS),eclipse,and Sybil attacks,which can significantly disrupt industrial operations.This work proposes an effective protection strategy using an Artificial Intelligence(AI)-enabled Smart Contract(SC)framework combined with the Heterogeneous Barzilai-Borwein Support Vector(HBBSV)method for industrial-based CPS environments.The approach reduces run time and minimizes the probability of attacks.Initially,secured ICPSs are achieved through a comprehensive exchange of views on production plant strategies for condition monitoring using SC and blockchain(BC)integrated within a BC network.The SC executes the HBBSV strategy to verify the security consensus.The Barzilai-Borwein Support Vectorized algorithm computes abnormal attack occurrence probabilities to ensure that components operate within acceptable production line conditions.When a component remains within these conditions,no security breach occurs.Conversely,if a component does not satisfy the condition boundaries,a security lapse is detected,and those components are isolated.The HBBSV method thus strengthens protection against DoS,eclipse,and Sybil attacks.Experimental results demonstrate that the proposed HBBSV approach significantly improves security by enhancing authentication accuracy while reducing run time and authentication time compared to existing techniques.展开更多
Since the advent of smart contracts,security vulnerabilities have remained a persistent challenge,compromsing both the reliability of contract execution and the overall stability of the virtual currency market.Consequ...Since the advent of smart contracts,security vulnerabilities have remained a persistent challenge,compromsing both the reliability of contract execution and the overall stability of the virtual currency market.Consequently,the academic community has devoted increasing attention to these security risks.However,conventional approaches to vulnerability detection frequently exhibit limited accuracy.To address this limitation,the present study introduces a novel vulnerability detection framework called GNNSE that integrates symbolic execution with graph neural networks(GNNs).The proposedmethod first constructs semantic graphs to comprehensively capture the control flow and data flow dependencies within smart contracts.These graphs are subsequently processed using GNNs to efficiently identify contracts with a high likelihood of vulnerabilities.For these high-risk contracts,symbolic execution is employed to perform fine-grained,path-level analysis,thereby improving overall detection precision.Experimental results on a dataset comprising 10,079 contracts demonstrate that the proposed method achieves detection precisions of 93.58% for reentrancy vulnerabilities and 92.73% for timestamp-dependent vulnerabilities.展开更多
As blockchain technology rapidly evolves,smart contracts have seen widespread adoption in financial transactions and beyond.However,the growing prevalence of malicious Ponzi scheme contracts presents serious security ...As blockchain technology rapidly evolves,smart contracts have seen widespread adoption in financial transactions and beyond.However,the growing prevalence of malicious Ponzi scheme contracts presents serious security threats to blockchain ecosystems.Although numerous detection techniques have been proposed,existing methods suffer from significant limitations,such as class imbalance and insufficient modeling of transaction-related semantic features.To address these challenges,this paper proposes an oversampling-based detection framework for Ponzi smart contracts.We enhance the Adaptive Synthetic Sampling(ADASYN)algorithm by incorporating sample proximity to decision boundaries and ensuring realistic sample distributions.This enhancement facilitates the generation of high-quality minority class samples and effectively mitigates class imbalance.In addition,we design a Contract Transaction Graph(CTG)construction algorithm to preserve key transactional semantics through feature extraction from contract code.A graph neural network(GNN)is then applied for classification.This study employs a publicly available dataset from the XBlock platform,consisting of 318 verified Ponzi contracts and 6498 benign contracts.Sourced from real Ethereum deployments,the dataset reflects diverse application scenarios and captures the varied characteristics of Ponzi schemes.Experimental results demonstrate that our approach achieves an accuracy of 96%,a recall of 92%,and an F1-score of 94%in detecting Ponzi contracts,outperforming state-of-the-art methods.展开更多
Graph neural networks(GNNs)have shown notable success in identifying security vulnerabilities within Ethereum smart contracts by capturing structural relationships encoded in control-and data-flow graphs.Despite their...Graph neural networks(GNNs)have shown notable success in identifying security vulnerabilities within Ethereum smart contracts by capturing structural relationships encoded in control-and data-flow graphs.Despite their effectiveness,most GNN-based vulnerability detectors operate as black boxes,making their decisions difficult to interpret and thus less suitable for critical security auditing.The information bottleneck(IB)principle provides a theoretical framework for isolating task-relevant graph components.However,existing IB-based implementations often encounter unstable optimization and limited understanding of code semantics.To address these issues,we introduce ContractGIB,an interpretable graph information bottleneck framework for function-level vulnerability analysis.ContractGIB introduces three main advances.First,ContractGIB introduces an Hilbert–Schmidt Independence Criterion(HSIC)based estimator that provides stable dependence measurement.Second,it incorporates a CodeBERT semantic module to improve node representations.Third,it initializes all nodes with pretrained CodeBERT embeddings,removing the need for hand-crafted features.For each contract function,ContractGIB identifies themost informative nodes forming an instance-specific explanatory subgraph that supports the model’s prediction.Comprehensive experiments on public smart contract datasets,including ESC andVSC,demonstrate thatContractGIB achieves superior performance compared to competitive GNN baselines,while offering clearer,instance-level interpretability.展开更多
This paper presents a performance-based methodology for the assessment of seismic vulnerability and capacity of buildings.The vulnerability assessment methodology is based on the HAZUS methodology and the improved cap...This paper presents a performance-based methodology for the assessment of seismic vulnerability and capacity of buildings.The vulnerability assessment methodology is based on the HAZUS methodology and the improved capacity-demand-diagram method.The spectral displacement(Sd)of performance points on a capacity curve is used to estimate the damage level of a building.The relationship between Sd and peak ground acceleration(PGA)is established,and then a new vulnerability function is expressed in terms of PGA.Furthermore,the expected value of the seismic capacity index(SCev)is provided to estimate the seismic capacity of buildings based on the probability distribution of damage levels and the corresponding seismic capacity index.The results indicate that the proposed vulnerability methodology is able to assess seismic damage of a large number of building stock directly and quickly following an earthquake.The SCev provides an effective index to measure the seismic capacity of buildings and illustrate the relationship between the seismic capacity of buildings and seismic action.The estimated result is compared with damage surveys of the cities of Dujiangyan and Jiangyou in the M8.0 Wenchuan earthquake,revealing that the methodology is acceptable for seismic risk assessment and decision making.The primary reasons for discrepancies between the estimated results and the damage surveys are discussed.展开更多
With the development and implementation of performance-based earthquake engineering,harmonization of performance levels between structural and nonstructural components becomes vital. Even if the structural components ...With the development and implementation of performance-based earthquake engineering,harmonization of performance levels between structural and nonstructural components becomes vital. Even if the structural components of a building achieve a continuous or immediate occupancy performance level after a seismic event,failure of architectural,mechanical or electrical components can lower the performance level of the entire building system. This reduction in performance caused by the vulnerability of nonstructural components has been observed during recent earthquakes worldwide. Moreover,nonstructural damage has limited the functionality of critical facilities,such as hospitals,following major seismic events. The investment in nonstructural components and building contents is far greater than that of structural components and framing. Therefore,it is not surprising that in many past earthquakes,losses from damage to nonstructural components have exceeded losses from structural damage. Furthermore,the failure of nonstructural components can become a safety hazard or can hamper the safe movement of occupants evacuating buildings,or of rescue workers entering buildings. In comparison to structural components and systems,there is relatively limited information on the seismic design of nonstructural components. Basic research work in this area has been sparse,and the available codes and guidelines are usually,for the most part,based on past experiences,engineering judgment and intuition,rather than on objective experimental and analytical results. Often,design engineers are forced to start almost from square one after each earthquake event: to observe what went wrong and to try to prevent repetitions. This is a consequence of the empirical nature of current seismic regulations and guidelines for nonstructural components. This review paper summarizes current knowledge on the seismic design and analysis of nonstructural building components,identifying major knowledge gaps that will need to be filled by future research. Furthermore,considering recent trends in earthquake engineering,the paper explores how performance-based seismic design might be conceived for nonstructural components,drawing on recent developments made in the field of seismic design and hinting at the specific considerations required for nonstructural components.展开更多
This paper presents the theory,method,and application of performance-based pavement needs assessment at a state level,using the Pennsylvania Interstate System as an example.First,a general framework is presented for t...This paper presents the theory,method,and application of performance-based pavement needs assessment at a state level,using the Pennsylvania Interstate System as an example.First,a general framework is presented for the pavement asset management and a general optimization model is established for the pavement maintenance and rehabilitation needs assessment.Also,the bundling of pavement segments for the project implementation is discussed.Using the examples of Statewide Transportation Improvement Plan and Long Range Transportation Plan for Pennsylvania Interstate System,the application of performance-based pavement needs assessment is demonstrated.It is shown that unconstrained analysis can help decision-makers investigate the real maintenance and rehabilitation needs;financially-constrained analysis can help decision-makers select projects for implementation and examine the corresponding future pavement conditions.Trade-off analysis can help decision-makers investigate the outcomes of different investment levels on pavement maintenance and rehabilitation and make the final decision on the investment level.The proposed case study provides a good example of performance-based pavement needs assessment for developing countries.展开更多
The BOF-key is the performance-based research funding system that is used in Flanders, Belgium. In this paper we describe the historical background of the system, its current design and organization, as well as its ef...The BOF-key is the performance-based research funding system that is used in Flanders, Belgium. In this paper we describe the historical background of the system, its current design and organization, as well as its effects on the Flemish higher education landscape. The BOFkey in its current form relies on three bibliometric parameters: publications in Web of Science, citations in Web of Science, and publications in a comprehensive regional database for SSH publications. Taken together, the BOF-key forms a unique variant of the Norwegian model: while the system to a large extent relies on a commercial database, it avoids the problem of inadequate coverage of the SSH. Because the bibliometric parameters of the BOF-key are reused in other funding allocation schemes, their overall importance to the Flemish universities is substantial.展开更多
When evaluating the seismic safety and reliability of complex engineering structures,it is a critical problem to reasonably consider the randomness and multi-dimensional nature of ground motions.To this end,a proposed...When evaluating the seismic safety and reliability of complex engineering structures,it is a critical problem to reasonably consider the randomness and multi-dimensional nature of ground motions.To this end,a proposed modeling strategy of multi-dimensional stochastic earthquakes is addressed in this study.This improved seismic model has several merits that enable it to better provide seismic analyses of structures.Specifically,at first,the ground motion model is compatible with the design response spectrum.Secondly,the evolutionary power spectrum involved in the model and the design response spectrum are constructed accordingly with sufficient consideration of the correlation between different seismic components.Thirdly,the random function-based dimension-reduction representation is applied,by which seismic modeling is established,with three elementary random variables.Numerical simulations of multi-dimensional stochastic ground motions in a specific design scenario indicate the effectiveness of the proposed modeling strategy.Moreover,the multi-dimensional seismic response and the global reliability of a high-rise frame-core tube structure is discussed in detail to further illustrate the engineering applicability of the proposed method.The analytical investigations demonstrate that the suggested stochastic model of multi-dimensional ground motion is available for accurate seismic response analysis and dynamic reliability assessment of complex engineering structures for performance-based seismic resistance design.展开更多
Performance-based design in earthquake engineering is a structural optimization problem that has, as the objective, the determination of design parameters for the minimization of total costs, while at the same time sa...Performance-based design in earthquake engineering is a structural optimization problem that has, as the objective, the determination of design parameters for the minimization of total costs, while at the same time satisfying minimum reliability levels for the specifi ed performance criteria. Total costs include those for construction and structural damage repairs, those associated with non-structural components and the social costs of economic losses, injuries and fatalities. This paper presents a general framework to approach this problem, using a numerical optimization strategy and incorporating the use of neural networks for the evaluation of dynamic responses and the reliability levels achieved for a given set of design parameters. The strategy is applied to an example of a three-story offi ce building. The results show the importance of considering the social costs, and the optimum failure probabilities when minimum reliability constraints are not taken into account.展开更多
Purpose: This study aims to present the key systemic changes in the Polish book evaluation model to focus on the publisher list, as inspired by the Norwegian Model. Design/methodology/approach: In this study we recons...Purpose: This study aims to present the key systemic changes in the Polish book evaluation model to focus on the publisher list, as inspired by the Norwegian Model. Design/methodology/approach: In this study we reconstruct the framework of the 2010 and 2018 models of book evaluation in Poland within the performance-based research funding system. Findings: For almost 20 years the book evaluation system in Poland has been based on the verification of various technical criteria(e.g. length of the book). The new 2018 model is based on the principle of prestige inheritance(a book is worth as much as its publisher is) and is inspired by the publisher list used in the Norwegian Model. In this paper, we argue that this solution may be a more balanced policy instrument than the previous 2010 model in which neither the quality of the publisher nor the quality of the book played any role in the evaluation.Research limitations: We work from the framework of the 2018 model of book evaluation specified in the law on higher education and science from 20 July 2018, as implementation acts are not available yet. Practical implications: This study may provide a valuable point of reference on how structural reforms in the research evaluation model were implemented on a country level. The results of this study may be interesting to policy makers, stakeholders and researchers focused on science policy. Originality/value: This is the very first study that presents the new framework of the Polish research evaluation model and policy instruments for scholarly book evaluation. We describe what motivated policy makers to change the book evaluation model, and what arguments were explicitly raised to argue for the new solution.展开更多
Engineering facilities subjected to natural hazards(such as winds and earthquakes) will result in risk when any designed system(i.e.capacity) will not be able to meet the performance required(i.e.demand).Risk might be...Engineering facilities subjected to natural hazards(such as winds and earthquakes) will result in risk when any designed system(i.e.capacity) will not be able to meet the performance required(i.e.demand).Risk might be expressed either as a likelihood of damage or potential financial loss.Engineers tend to make use of the former(i.e.damage).Nevertheless,other non-technical stakeholders cannot get useful information from damage.However,if financial risk is expressed on the basis of probable monetary loss,it will be easily understood by all.Therefore,it is necessary to develop methodologies which communicate the system capacity and demand to financial risk,Incremental dynamic analysis(IDA) was applied in a performance-based earthquake engineering context to do hazard analysis,structural analysis,damage analysis and loss analysis of a reinforced concrete(RC) frame structure.And the financial implications of risk were expressed by expected annual loss(EAL).The quantitative risk analysis proposed is applicable to any engineering facilities and any natural hazards.It is shown that the results from the IDA can be used to assess the overall financial risk exposure to earthquake hazard for a given constructed facility.The computational IDA-EAL method will enable engineers to take into account the long-term financial implications in addition to the construction cost.Consequently,it will help stakeholders make decisions.展开更多
Conventional seismic evaluation of existing bridges explores the ability of a bridge to survive under significant earthquake excitations. This approach has several major drawbacks, such as only a single structural per...Conventional seismic evaluation of existing bridges explores the ability of a bridge to survive under significant earthquake excitations. This approach has several major drawbacks, such as only a single structural performance of near collapse is considered, and the simplified approach of adopting strength-based concept to indirectly estimate the nonlinear behavior of a structure lacks accuracy. As a result, performance-based concepts that include a wider variety of structural performance states of a given bridge excited by different levels of earthquake intensity is needed by the engineering community. This paper introduces an improved process for the seismic evaluation of existing bridges. The relationship between the overall structural performance and earthquakes with varying levels of peak ground acceleration (PGA) can successfully be linked. A universal perspective on the seismic evaluation of bridges over their entire life-cycle can be easily obtained to investigate multiple performance objectives. The accuracy of the proposed method, based on pushover analysis, is proven in a case study that compares the results from the proposed procedure with additional nonlinear time history analyses.展开更多
Performance-based seismic design(PBSD) aims to assess structures at different damage states. Since damage can be directly associated to displacements, seismic design with consideration of displacement seems to be logi...Performance-based seismic design(PBSD) aims to assess structures at different damage states. Since damage can be directly associated to displacements, seismic design with consideration of displacement seems to be logical. In this study, simple formulae to estimate the peak floor displacement patterns of eccentrically braced frames(EBFs) at different performance levels subjected to earthquake ground motions are proposed. These formulae are applicable in a PBSD and especially in direct displacement-based design(DDBD). Parametric study is conducted on a group of 30 EBFs under a set of 15 far field and near field accelerograms which they scaled to different amplitudes to adapt various performance levels. The results of thousands of nonlinear dynamic analyses of EBFs have been post-processed by nonlinear regression analysis in order to recognize the major parameters that influence the peak displacement pattern of these frames. Results show that suggested displacement patterns have relatively good agreement with those acquired by an exact nonlinear dynamic analysis.展开更多
Renegotiation after software development is widely adopted by firms to mitigate uncertainties in IT outsourcing.This study examines the design and choice of fixed-price versus performance-based contracts in scenarios ...Renegotiation after software development is widely adopted by firms to mitigate uncertainties in IT outsourcing.This study examines the design and choice of fixed-price versus performance-based contracts in scenarios where firms may renegotiate software debugging time with the IT vendor after development.Through a contract-renegotiation model,we find that without renegotiation,despite incurring a higher contracting cost,the performance-based contract increases the profit of the firm by regulating the vendor's debugging effort,compared to the fixed-price contract.Renegotiation generates two key effects:the uncertainty-resolving effect(addressing development uncertainties)and the effort-incentivizing effect(stimulating the vendor's effort),which collectively enhance the firm's profit.Interestingly,when renegotiation is introduced,the uncertainty-resolving effect renders the ex-ante effort regulation of performance-based contracts ineffective.Consequently,considering the higher contracting costs of performance-based contracts and the dual benefits of renegotiation,the firm prefers a fixed-price contract ex ante while renegotiating with the vendor ex post.展开更多
Intense research and refinement of the tools used in performance-based seismic engineering have been made,but the maturity and accuracy of these methods have not been adequately confirmed with actual data from the fie...Intense research and refinement of the tools used in performance-based seismic engineering have been made,but the maturity and accuracy of these methods have not been adequately confirmed with actual data from the field. The gap between the assumed characteristics of actual building systems and their idealized counterparts used for analysis is wide. When the randomly distributed flaws in buildings as they exist in urban areas and the extreme variability of ground motion patterns combine,the conventional procedures used for pushover or dynamic response history analyses seem to fall short of reconciling the differences between calculated and observed damage. For emergency planning and loss modeling purposes,such discrepancies are factors that must be borne in mind. Two relevant examples are provided herein. These examples demonstrate that consensus-based analytical guidelines also require well-idealized building models that do not lend themselves to reasonably manageable representations from field data. As a corollary,loss modeling techniques,e.g.,used for insurance purposes,must undergo further development and improvement.展开更多
In the field of earthquake engineering,the advent of the performance-based design philosophy,together with the highly uncertain nature of earthquake ground excitations to structures,has brought probabilistic performan...In the field of earthquake engineering,the advent of the performance-based design philosophy,together with the highly uncertain nature of earthquake ground excitations to structures,has brought probabilistic performance-based design to the forefront of seismic design.In order to design structures that explicitly satisfy probabilistic performance criteria,a probabilistic performance-based optimum seismic design(PPBOSD)framework is proposed in this paper by extending the state-of-the-art performance-based earthquake engineering(PBEE)methodology.PBEE is traditionally used for risk evaluation of existing or newly designed structural systems,thus referred to herein as forward PBEE analysis.In contrast,its use for design purposes is limited because design is essentially a more challenging inverse problem.To address this challenge,a decision-making layer is wrapped around the forward PBEE analysis procedure for computer-aided optimum structural design/retrofit accounting for various sources of uncertainty.In this paper,the framework is illustrated and validated using a proof-of-concept problem,namely tuning a simplified nonlinear inelastic single-degreeof-freedom(SDOF)model of a bridge to achieve a target probabilistic loss hazard curve.For this purpose,first the forward PBEE analysis is presented in conjunction with the multilayer Monte Carlo simulation method to estimate the total loss hazard curve efficiently,followed by a sensitivity study to investigate the effects of system(design)parameters on the probabilistic seismic performance of the bridge.The proposed PPBOSD framework is validated by successfully tuning the system parameters of the structure rated for a target probabilistic seismic loss hazard curve.The PPBOSD framework provides a tool that is essential to develop,calibrate and validate simplified probabilistic performance-based design procedures.展开更多
文摘With the further development of service-oriented,performance-based contracting(PBC)has been widely adopted in industry and manufacturing.However,maintenance optimization problems under PBC have not received enough attention.To further extend the scope of PBC’s application in the field of maintenance optimization,we investigate the condition-based maintenance(CBM)optimization for gamma deteriorating systems under PBC.Considering the repairable single-component system subject to the gamma degradation process,this paper proposes a CBM optimization model to maximize the profit and improve system performance at a relatively low cost under PBC.In the proposed CBM model,the first inspection interval has been considered in order to reduce the inspection frequency and the cost rate.Then,a particle swarm algorithm(PSO)and related solution procedure are presented to solve the multiple decision variables in our proposed model.In the end,a numerical example is provided so as to demonstrate the superiority of the presented model.By comparing the proposed policy with the conventional ones,the superiority of our proposed policy is proved,which can bring more profits to providers and improve performance.Sensitivity analysis is conducted in order to research the effect of corrective maintenance cost and time required for corrective maintenance on optimization policy.A comparative study is given to illustrate the necessity of distinguishing the first inspection interval or not.
基金supported by the National Natural Science Foundation of China(71871219).
文摘Performance-based warranties(PBWs)are widely used in industry and manufacturing.Given that PBW can impose financial burdens on manufacturers,rational maintenance decisions are essential for expanding profit margins.This paper proposes an optimization model for PBW decisions for systems affected by Gamma degradation processes,incorporating periodic inspection.A system performance degradation model is established.Preventive maintenance probability and corrective renewal probability models are developed to calculate expected warranty costs and system availability.A benefits function,which includes incentives,is constructed to optimize the initial and subsequent inspection intervals and preventive maintenance thresholds,thereby maximizing warranty profit.An improved sparrow search algorithm is developed to optimize the model,with a case study on large steam turbine rotor shafts.The results suggest the optimal PBW strategy involves an initial inspection interval of approximately 20 months,with subsequent intervals of about four months,and a preventive maintenance threshold of approximately 37.39 mm wear.When compared to common cost-minimization-based condition maintenance strategies and PBW strategies that do not differentiate between initial and subsequent inspection intervals,the proposed PBW strategy increases the manufacturer’s profit by 1%and 18%,respectively.Sensitivity analyses provide managerial recommendations for PBW implementation.The PBW strategy proposed in this study significantly increases manufacturers’profits by optimizing inspection intervals and preventive maintenance thresholds,and manufacturers should focus on technological improvement in preventive maintenance and cost control to further enhance earnings.
基金upported by National Natural Science Foundation of China(52307118).
文摘To enhance the frequency stability and lower the regulation mileage payment of a multiarea integrated energy system(IES)that supports the power Internet of Things(IoT),this paper proposes a data-driven cooperative method for automatic generation control(AGC).The method consists of adaptive fractional-order proportional-integral(FOPI)controllers and a novel efficient integration exploration multiagent twin delayed deep deterministic policy gradient(EIE-MATD3)algorithm.The FOPI controllers are designed for each area based on the performancebased frequency regulation market mechanism.The EIE-MATD3 algorithm is used to tune the coefficients of the FOPI controllers in real time using centralized training and decentralized execution.The algorithm incorporates imitation learning and efficient integration exploration to obtain a more robust coordinated control strategy.An experiment on the four-area China Southern Grid(CSG)real-time digital system shows that the proposed method can improve the control performance and reduce the regulation mileage payment of each area in the IES.
文摘Industrial Cyber-Physical Systems(ICPSs)play a vital role in modern industries by providing an intellectual foundation for automated operations.With the increasing integration of information-driven processes,ensuring the security of Industrial Control Production Systems(ICPSs)has become a critical challenge.These systems are highly vulnerable to attacks such as denial-of-service(DoS),eclipse,and Sybil attacks,which can significantly disrupt industrial operations.This work proposes an effective protection strategy using an Artificial Intelligence(AI)-enabled Smart Contract(SC)framework combined with the Heterogeneous Barzilai-Borwein Support Vector(HBBSV)method for industrial-based CPS environments.The approach reduces run time and minimizes the probability of attacks.Initially,secured ICPSs are achieved through a comprehensive exchange of views on production plant strategies for condition monitoring using SC and blockchain(BC)integrated within a BC network.The SC executes the HBBSV strategy to verify the security consensus.The Barzilai-Borwein Support Vectorized algorithm computes abnormal attack occurrence probabilities to ensure that components operate within acceptable production line conditions.When a component remains within these conditions,no security breach occurs.Conversely,if a component does not satisfy the condition boundaries,a security lapse is detected,and those components are isolated.The HBBSV method thus strengthens protection against DoS,eclipse,and Sybil attacks.Experimental results demonstrate that the proposed HBBSV approach significantly improves security by enhancing authentication accuracy while reducing run time and authentication time compared to existing techniques.
基金supported by the National Key Research and Development Program of China(2020YFB1005704).
文摘Since the advent of smart contracts,security vulnerabilities have remained a persistent challenge,compromsing both the reliability of contract execution and the overall stability of the virtual currency market.Consequently,the academic community has devoted increasing attention to these security risks.However,conventional approaches to vulnerability detection frequently exhibit limited accuracy.To address this limitation,the present study introduces a novel vulnerability detection framework called GNNSE that integrates symbolic execution with graph neural networks(GNNs).The proposedmethod first constructs semantic graphs to comprehensively capture the control flow and data flow dependencies within smart contracts.These graphs are subsequently processed using GNNs to efficiently identify contracts with a high likelihood of vulnerabilities.For these high-risk contracts,symbolic execution is employed to perform fine-grained,path-level analysis,thereby improving overall detection precision.Experimental results on a dataset comprising 10,079 contracts demonstrate that the proposed method achieves detection precisions of 93.58% for reentrancy vulnerabilities and 92.73% for timestamp-dependent vulnerabilities.
基金supported by the Key Project of Joint Fund of the National Natural Science Foundation of China“Research on Key Technologies and Demonstration Applications for Trusted and Secure Data Circulation and Trading”(U24A20241)the National Natural Science Foundation of China“Research on Trusted Theories and Key Technologies of Data Security Trading Based on Blockchain”(62202118)+4 种基金the Major Scientific and Technological Special Project of Guizhou Province([2024]014)Scientific and Technological Research Projects from the Guizhou Education Department(Qian jiao ji[2023]003)the Hundred-Level Innovative Talent Project of the Guizhou Provincial Science and Technology Department(Qiankehe Platform Talent-GCC[2023]018)the Major Project of Guizhou Province“Research and Application of Key Technologies for Trusted Large Models Oriented to Public Big Data”(Qiankehe Major Project[2024]003)the Guizhou Province Computational Power Network Security Protection Science and Technology Innovation Talent Team(Qiankehe Talent CXTD[2025]029).
文摘As blockchain technology rapidly evolves,smart contracts have seen widespread adoption in financial transactions and beyond.However,the growing prevalence of malicious Ponzi scheme contracts presents serious security threats to blockchain ecosystems.Although numerous detection techniques have been proposed,existing methods suffer from significant limitations,such as class imbalance and insufficient modeling of transaction-related semantic features.To address these challenges,this paper proposes an oversampling-based detection framework for Ponzi smart contracts.We enhance the Adaptive Synthetic Sampling(ADASYN)algorithm by incorporating sample proximity to decision boundaries and ensuring realistic sample distributions.This enhancement facilitates the generation of high-quality minority class samples and effectively mitigates class imbalance.In addition,we design a Contract Transaction Graph(CTG)construction algorithm to preserve key transactional semantics through feature extraction from contract code.A graph neural network(GNN)is then applied for classification.This study employs a publicly available dataset from the XBlock platform,consisting of 318 verified Ponzi contracts and 6498 benign contracts.Sourced from real Ethereum deployments,the dataset reflects diverse application scenarios and captures the varied characteristics of Ponzi schemes.Experimental results demonstrate that our approach achieves an accuracy of 96%,a recall of 92%,and an F1-score of 94%in detecting Ponzi contracts,outperforming state-of-the-art methods.
基金supported by the National Natural Science Foundation of China(Grant Nos.52208424,52208416,52078091,and 52108399)the Shanghai Municipal Science and Technology Major Project(Grant No.2021SHZDZX0102).
文摘Graph neural networks(GNNs)have shown notable success in identifying security vulnerabilities within Ethereum smart contracts by capturing structural relationships encoded in control-and data-flow graphs.Despite their effectiveness,most GNN-based vulnerability detectors operate as black boxes,making their decisions difficult to interpret and thus less suitable for critical security auditing.The information bottleneck(IB)principle provides a theoretical framework for isolating task-relevant graph components.However,existing IB-based implementations often encounter unstable optimization and limited understanding of code semantics.To address these issues,we introduce ContractGIB,an interpretable graph information bottleneck framework for function-level vulnerability analysis.ContractGIB introduces three main advances.First,ContractGIB introduces an Hilbert–Schmidt Independence Criterion(HSIC)based estimator that provides stable dependence measurement.Second,it incorporates a CodeBERT semantic module to improve node representations.Third,it initializes all nodes with pretrained CodeBERT embeddings,removing the need for hand-crafted features.For each contract function,ContractGIB identifies themost informative nodes forming an instance-specific explanatory subgraph that supports the model’s prediction.Comprehensive experiments on public smart contract datasets,including ESC andVSC,demonstrate thatContractGIB achieves superior performance compared to competitive GNN baselines,while offering clearer,instance-level interpretability.
基金National Natural Science Foundation of China Under Grant No.50908216Postdoctoral Science Foundation of China Under Grant No.20070420878
文摘This paper presents a performance-based methodology for the assessment of seismic vulnerability and capacity of buildings.The vulnerability assessment methodology is based on the HAZUS methodology and the improved capacity-demand-diagram method.The spectral displacement(Sd)of performance points on a capacity curve is used to estimate the damage level of a building.The relationship between Sd and peak ground acceleration(PGA)is established,and then a new vulnerability function is expressed in terms of PGA.Furthermore,the expected value of the seismic capacity index(SCev)is provided to estimate the seismic capacity of buildings based on the probability distribution of damage levels and the corresponding seismic capacity index.The results indicate that the proposed vulnerability methodology is able to assess seismic damage of a large number of building stock directly and quickly following an earthquake.The SCev provides an effective index to measure the seismic capacity of buildings and illustrate the relationship between the seismic capacity of buildings and seismic action.The estimated result is compared with damage surveys of the cities of Dujiangyan and Jiangyou in the M8.0 Wenchuan earthquake,revealing that the methodology is acceptable for seismic risk assessment and decision making.The primary reasons for discrepancies between the estimated results and the damage surveys are discussed.
文摘With the development and implementation of performance-based earthquake engineering,harmonization of performance levels between structural and nonstructural components becomes vital. Even if the structural components of a building achieve a continuous or immediate occupancy performance level after a seismic event,failure of architectural,mechanical or electrical components can lower the performance level of the entire building system. This reduction in performance caused by the vulnerability of nonstructural components has been observed during recent earthquakes worldwide. Moreover,nonstructural damage has limited the functionality of critical facilities,such as hospitals,following major seismic events. The investment in nonstructural components and building contents is far greater than that of structural components and framing. Therefore,it is not surprising that in many past earthquakes,losses from damage to nonstructural components have exceeded losses from structural damage. Furthermore,the failure of nonstructural components can become a safety hazard or can hamper the safe movement of occupants evacuating buildings,or of rescue workers entering buildings. In comparison to structural components and systems,there is relatively limited information on the seismic design of nonstructural components. Basic research work in this area has been sparse,and the available codes and guidelines are usually,for the most part,based on past experiences,engineering judgment and intuition,rather than on objective experimental and analytical results. Often,design engineers are forced to start almost from square one after each earthquake event: to observe what went wrong and to try to prevent repetitions. This is a consequence of the empirical nature of current seismic regulations and guidelines for nonstructural components. This review paper summarizes current knowledge on the seismic design and analysis of nonstructural building components,identifying major knowledge gaps that will need to be filled by future research. Furthermore,considering recent trends in earthquake engineering,the paper explores how performance-based seismic design might be conceived for nonstructural components,drawing on recent developments made in the field of seismic design and hinting at the specific considerations required for nonstructural components.
基金The National Key Research and Development Program of China(No.2018YFB1601202)the Natural Science Foundation of Shaanxi Province(No.2019JM-228)+1 种基金the National Natural Science Foundation of China(No.51308335)the Fundamental Research Funds for the Central Universities of Chang’an University(No.300102218401)
文摘This paper presents the theory,method,and application of performance-based pavement needs assessment at a state level,using the Pennsylvania Interstate System as an example.First,a general framework is presented for the pavement asset management and a general optimization model is established for the pavement maintenance and rehabilitation needs assessment.Also,the bundling of pavement segments for the project implementation is discussed.Using the examples of Statewide Transportation Improvement Plan and Long Range Transportation Plan for Pennsylvania Interstate System,the application of performance-based pavement needs assessment is demonstrated.It is shown that unconstrained analysis can help decision-makers investigate the real maintenance and rehabilitation needs;financially-constrained analysis can help decision-makers select projects for implementation and examine the corresponding future pavement conditions.Trade-off analysis can help decision-makers investigate the outcomes of different investment levels on pavement maintenance and rehabilitation and make the final decision on the investment level.The proposed case study provides a good example of performance-based pavement needs assessment for developing countries.
文摘The BOF-key is the performance-based research funding system that is used in Flanders, Belgium. In this paper we describe the historical background of the system, its current design and organization, as well as its effects on the Flemish higher education landscape. The BOFkey in its current form relies on three bibliometric parameters: publications in Web of Science, citations in Web of Science, and publications in a comprehensive regional database for SSH publications. Taken together, the BOF-key forms a unique variant of the Norwegian model: while the system to a large extent relies on a commercial database, it avoids the problem of inadequate coverage of the SSH. Because the bibliometric parameters of the BOF-key are reused in other funding allocation schemes, their overall importance to the Flemish universities is substantial.
基金National Natural Science Foundation of China under Grant Nos.51978543,52108444,and 51778343Plan of Outstanding Young and Middle-aged Scientific and Technological Innovation Team in the Universities of Hubei Province with Project No.T2020010Natural Science Foundation of Hebei Province under Grant No.E2021512001。
文摘When evaluating the seismic safety and reliability of complex engineering structures,it is a critical problem to reasonably consider the randomness and multi-dimensional nature of ground motions.To this end,a proposed modeling strategy of multi-dimensional stochastic earthquakes is addressed in this study.This improved seismic model has several merits that enable it to better provide seismic analyses of structures.Specifically,at first,the ground motion model is compatible with the design response spectrum.Secondly,the evolutionary power spectrum involved in the model and the design response spectrum are constructed accordingly with sufficient consideration of the correlation between different seismic components.Thirdly,the random function-based dimension-reduction representation is applied,by which seismic modeling is established,with three elementary random variables.Numerical simulations of multi-dimensional stochastic ground motions in a specific design scenario indicate the effectiveness of the proposed modeling strategy.Moreover,the multi-dimensional seismic response and the global reliability of a high-rise frame-core tube structure is discussed in detail to further illustrate the engineering applicability of the proposed method.The analytical investigations demonstrate that the suggested stochastic model of multi-dimensional ground motion is available for accurate seismic response analysis and dynamic reliability assessment of complex engineering structures for performance-based seismic resistance design.
文摘Performance-based design in earthquake engineering is a structural optimization problem that has, as the objective, the determination of design parameters for the minimization of total costs, while at the same time satisfying minimum reliability levels for the specifi ed performance criteria. Total costs include those for construction and structural damage repairs, those associated with non-structural components and the social costs of economic losses, injuries and fatalities. This paper presents a general framework to approach this problem, using a numerical optimization strategy and incorporating the use of neural networks for the evaluation of dynamic responses and the reliability levels achieved for a given set of design parameters. The strategy is applied to an example of a three-story offi ce building. The results show the importance of considering the social costs, and the optimum failure probabilities when minimum reliability constraints are not taken into account.
基金supported by the DIALOG Program[grant name“Research into Excellence Patterns in Science and Art”]financed by the Ministry of Science and Higher Education in Poland
文摘Purpose: This study aims to present the key systemic changes in the Polish book evaluation model to focus on the publisher list, as inspired by the Norwegian Model. Design/methodology/approach: In this study we reconstruct the framework of the 2010 and 2018 models of book evaluation in Poland within the performance-based research funding system. Findings: For almost 20 years the book evaluation system in Poland has been based on the verification of various technical criteria(e.g. length of the book). The new 2018 model is based on the principle of prestige inheritance(a book is worth as much as its publisher is) and is inspired by the publisher list used in the Norwegian Model. In this paper, we argue that this solution may be a more balanced policy instrument than the previous 2010 model in which neither the quality of the publisher nor the quality of the book played any role in the evaluation.Research limitations: We work from the framework of the 2018 model of book evaluation specified in the law on higher education and science from 20 July 2018, as implementation acts are not available yet. Practical implications: This study may provide a valuable point of reference on how structural reforms in the research evaluation model were implemented on a country level. The results of this study may be interesting to policy makers, stakeholders and researchers focused on science policy. Originality/value: This is the very first study that presents the new framework of the Polish research evaluation model and policy instruments for scholarly book evaluation. We describe what motivated policy makers to change the book evaluation model, and what arguments were explicitly raised to argue for the new solution.
基金Project(2011CB013804) supported by the National Basic Research Program of ChinaProject(50925828) supported by the National Natural Science Funds for Distinguished Young Scholars of China
文摘Engineering facilities subjected to natural hazards(such as winds and earthquakes) will result in risk when any designed system(i.e.capacity) will not be able to meet the performance required(i.e.demand).Risk might be expressed either as a likelihood of damage or potential financial loss.Engineers tend to make use of the former(i.e.damage).Nevertheless,other non-technical stakeholders cannot get useful information from damage.However,if financial risk is expressed on the basis of probable monetary loss,it will be easily understood by all.Therefore,it is necessary to develop methodologies which communicate the system capacity and demand to financial risk,Incremental dynamic analysis(IDA) was applied in a performance-based earthquake engineering context to do hazard analysis,structural analysis,damage analysis and loss analysis of a reinforced concrete(RC) frame structure.And the financial implications of risk were expressed by expected annual loss(EAL).The quantitative risk analysis proposed is applicable to any engineering facilities and any natural hazards.It is shown that the results from the IDA can be used to assess the overall financial risk exposure to earthquake hazard for a given constructed facility.The computational IDA-EAL method will enable engineers to take into account the long-term financial implications in addition to the construction cost.Consequently,it will help stakeholders make decisions.
基金the Science Council of Taiwan Under Grant No. NSC-96-2625-Z-027-002
文摘Conventional seismic evaluation of existing bridges explores the ability of a bridge to survive under significant earthquake excitations. This approach has several major drawbacks, such as only a single structural performance of near collapse is considered, and the simplified approach of adopting strength-based concept to indirectly estimate the nonlinear behavior of a structure lacks accuracy. As a result, performance-based concepts that include a wider variety of structural performance states of a given bridge excited by different levels of earthquake intensity is needed by the engineering community. This paper introduces an improved process for the seismic evaluation of existing bridges. The relationship between the overall structural performance and earthquakes with varying levels of peak ground acceleration (PGA) can successfully be linked. A universal perspective on the seismic evaluation of bridges over their entire life-cycle can be easily obtained to investigate multiple performance objectives. The accuracy of the proposed method, based on pushover analysis, is proven in a case study that compares the results from the proposed procedure with additional nonlinear time history analyses.
文摘Performance-based seismic design(PBSD) aims to assess structures at different damage states. Since damage can be directly associated to displacements, seismic design with consideration of displacement seems to be logical. In this study, simple formulae to estimate the peak floor displacement patterns of eccentrically braced frames(EBFs) at different performance levels subjected to earthquake ground motions are proposed. These formulae are applicable in a PBSD and especially in direct displacement-based design(DDBD). Parametric study is conducted on a group of 30 EBFs under a set of 15 far field and near field accelerograms which they scaled to different amplitudes to adapt various performance levels. The results of thousands of nonlinear dynamic analyses of EBFs have been post-processed by nonlinear regression analysis in order to recognize the major parameters that influence the peak displacement pattern of these frames. Results show that suggested displacement patterns have relatively good agreement with those acquired by an exact nonlinear dynamic analysis.
基金supported by National Natural Science Foundation of China(Grant No.72201092)Hunan Natural Science Foundation(Grant No.2023JJ40188)Scientific Research Fund of Hunan Provincial Education Department(22B0928).
文摘Renegotiation after software development is widely adopted by firms to mitigate uncertainties in IT outsourcing.This study examines the design and choice of fixed-price versus performance-based contracts in scenarios where firms may renegotiate software debugging time with the IT vendor after development.Through a contract-renegotiation model,we find that without renegotiation,despite incurring a higher contracting cost,the performance-based contract increases the profit of the firm by regulating the vendor's debugging effort,compared to the fixed-price contract.Renegotiation generates two key effects:the uncertainty-resolving effect(addressing development uncertainties)and the effort-incentivizing effect(stimulating the vendor's effort),which collectively enhance the firm's profit.Interestingly,when renegotiation is introduced,the uncertainty-resolving effect renders the ex-ante effort regulation of performance-based contracts ineffective.Consequently,considering the higher contracting costs of performance-based contracts and the dual benefits of renegotiation,the firm prefers a fixed-price contract ex ante while renegotiating with the vendor ex post.
文摘Intense research and refinement of the tools used in performance-based seismic engineering have been made,but the maturity and accuracy of these methods have not been adequately confirmed with actual data from the field. The gap between the assumed characteristics of actual building systems and their idealized counterparts used for analysis is wide. When the randomly distributed flaws in buildings as they exist in urban areas and the extreme variability of ground motion patterns combine,the conventional procedures used for pushover or dynamic response history analyses seem to fall short of reconciling the differences between calculated and observed damage. For emergency planning and loss modeling purposes,such discrepancies are factors that must be borne in mind. Two relevant examples are provided herein. These examples demonstrate that consensus-based analytical guidelines also require well-idealized building models that do not lend themselves to reasonably manageable representations from field data. As a corollary,loss modeling techniques,e.g.,used for insurance purposes,must undergo further development and improvement.
文摘In the field of earthquake engineering,the advent of the performance-based design philosophy,together with the highly uncertain nature of earthquake ground excitations to structures,has brought probabilistic performance-based design to the forefront of seismic design.In order to design structures that explicitly satisfy probabilistic performance criteria,a probabilistic performance-based optimum seismic design(PPBOSD)framework is proposed in this paper by extending the state-of-the-art performance-based earthquake engineering(PBEE)methodology.PBEE is traditionally used for risk evaluation of existing or newly designed structural systems,thus referred to herein as forward PBEE analysis.In contrast,its use for design purposes is limited because design is essentially a more challenging inverse problem.To address this challenge,a decision-making layer is wrapped around the forward PBEE analysis procedure for computer-aided optimum structural design/retrofit accounting for various sources of uncertainty.In this paper,the framework is illustrated and validated using a proof-of-concept problem,namely tuning a simplified nonlinear inelastic single-degreeof-freedom(SDOF)model of a bridge to achieve a target probabilistic loss hazard curve.For this purpose,first the forward PBEE analysis is presented in conjunction with the multilayer Monte Carlo simulation method to estimate the total loss hazard curve efficiently,followed by a sensitivity study to investigate the effects of system(design)parameters on the probabilistic seismic performance of the bridge.The proposed PPBOSD framework is validated by successfully tuning the system parameters of the structure rated for a target probabilistic seismic loss hazard curve.The PPBOSD framework provides a tool that is essential to develop,calibrate and validate simplified probabilistic performance-based design procedures.