[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
You seem to have javascript disabled. Please note that many of the page functionalities won't work as expected without javascript enabled.
 
 
Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (27,297)

Search Parameters:
Keywords = resource model

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
20 pages, 520 KiB  
Article
A Green AI Methodology Based on Persistent Homology for Compressing BERT
by Luis Balderas, Miguel Lastra and José M. Benítez
Appl. Sci. 2025, 15(1), 390; https://doi.org/10.3390/app15010390 (registering DOI) - 3 Jan 2025
Abstract
Large Language Models (LLMs) like BERT have gained significant prominence due to their remarkable performance in various natural language processing tasks. However, they come with substantial computational and memory costs. Additionally, they are essentially black-box models, being challenging to explain and interpret. In [...] Read more.
Large Language Models (LLMs) like BERT have gained significant prominence due to their remarkable performance in various natural language processing tasks. However, they come with substantial computational and memory costs. Additionally, they are essentially black-box models, being challenging to explain and interpret. In this article, Persistent BERT Compression and Explainability (PBCE) is proposed, a Green AI methodology to prune BERT models using persistent homology, aiming to measure the importance of each neuron by studying the topological characteristics of their outputs. As a result, PBCE can compress BERT significantly by reducing the number of parameters (47% of the original parameters for BERT Base, 42% for BERT Large). The proposed methodology has been evaluated on the standard GLUE Benchmark, comparing the results with state-of-the-art techniques achieving outstanding results. Consequently, PBCE can simplify the BERT model by providing explainability to its neurons and reducing the model’s size, making it more suitable for deployment on resource-constrained devices. Full article
(This article belongs to the Section Computing and Artificial Intelligence)
Show Figures

Figure 1

Figure 1
<p>Usage of BERT involves taking a sentence, adding the special tokens [CLS] and [SEP], tokenizing the words, and using these tokens as input for the neural network.</p>
Full article ">Figure 2
<p>Representation of the BERT architecture. It is composed of an embedding module, followed by the Encoder part, which consists of <span class="html-italic">N</span> BERT Layers (12 or 24, depending on whether it is BERT Base or Large). Within it, three main components stand out: the Attention layer, the Intermediate layer, and the Output layer. After the Encoder, BERT has a Pooler layer.</p>
Full article ">Figure 3
<p>Representation of information through the BERT model and subsequent extraction of values from intermediate dense layers. The process begins with the processing of a set of elements from a corpus. Once the input of <span class="html-italic">N</span> sentences with length <span class="html-italic">M</span> is constructed, it is fed into the neural network. In the lower right part of the image, the output of any dense layer is represented. The output is a three-dimensional matrix: the number of sentences in the input (<span class="html-italic">N</span>), the length of those tokenized sentences (<span class="html-italic">M</span>), and the number of hidden neurons in that layer. This information, in the form of an n-dimensional matrix, is taken to represent the information associated with each neuron. To analyze it, persistent homology is used.</p>
Full article ">Figure 4
<p>Application of persistent homology on the output of a neuron at three specific moments. On the left, it can be seen that each of the points comprising the output becomes the center of a disk whose radius grows uniformly for all points. On the right, the Birth–Death diagram is represented for persistent homology of dimension zero. Each blue point corresponds to the disappearance of a connected component after collapsing with another. The last moment depicted in the figure represents the point at which the value of <span class="html-italic">r</span> is reached for which all connected components first merge. This value is called <math display="inline"><semantics> <msub> <mi>r</mi> <mi>f</mi> </msub> </semantics></math>, and is crucial in the proposed methodology because it provides information about the importance of neurons based on their output within the neural network’s data flow.</p>
Full article ">Figure 5
<p>[Diagram: X-axis (Birth Time), Y-axis (Death Time. Persistence)]. Here is an example of a Birth–Death persistence diagram. The points where connected components are born are presented on the X-axis. Since zero-dimensional persistent homology is used, all connected components are born at time zero. As the value of <span class="html-italic">r</span> increases (Y-axis), the connected components collapse. Each time two components collapse, a point is represented. The last value below the dashed line corresponds to <math display="inline"><semantics> <msub> <mi>r</mi> <mi>f</mi> </msub> </semantics></math> (circled in red).</p>
Full article ">Figure 6
<p>Median per layer of the distribution of <math display="inline"><semantics> <msub> <mi>r</mi> <mi>f</mi> </msub> </semantics></math> for BERT Base (<b>upper</b> image) and BERT Large (<b>lower</b> image). The components of the BertLayer for each layer are shown: Self-Attention Layer (Q, blue; K, red; V, green) and Intermediate (orange). A higher value of <math display="inline"><semantics> <msub> <mi>r</mi> <mi>f</mi> </msub> </semantics></math> (y-coordinate) indicates a greater contribution of information generated by that component to the network. As can be observed, the flow of information in both networks is different, showing distinct behaviors in each component and layer for BERT Base and Large. (<b>a</b>) BERT Base; (<b>b</b>) BERT Large.</p>
Full article ">Figure 6 Cont.
<p>Median per layer of the distribution of <math display="inline"><semantics> <msub> <mi>r</mi> <mi>f</mi> </msub> </semantics></math> for BERT Base (<b>upper</b> image) and BERT Large (<b>lower</b> image). The components of the BertLayer for each layer are shown: Self-Attention Layer (Q, blue; K, red; V, green) and Intermediate (orange). A higher value of <math display="inline"><semantics> <msub> <mi>r</mi> <mi>f</mi> </msub> </semantics></math> (y-coordinate) indicates a greater contribution of information generated by that component to the network. As can be observed, the flow of information in both networks is different, showing distinct behaviors in each component and layer for BERT Base and Large. (<b>a</b>) BERT Base; (<b>b</b>) BERT Large.</p>
Full article ">
17 pages, 908 KiB  
Article
Multi-Task Federated Split Learning Across Multi-Modal Data with Privacy Preservation
by Yipeng Dong, Wei Luo, Xiangyang Wang, Lei Zhang, Lin Xu, Zehao Zhou and Lulu Wang
Sensors 2025, 25(1), 233; https://doi.org/10.3390/s25010233 (registering DOI) - 3 Jan 2025
Abstract
With the advancement of federated learning (FL), there is a growing demand for schemes that support multi-task learning on multi-modal data while ensuring robust privacy protection, especially in applications like intelligent connected vehicles. Traditional FL schemes often struggle with the complexities introduced by [...] Read more.
With the advancement of federated learning (FL), there is a growing demand for schemes that support multi-task learning on multi-modal data while ensuring robust privacy protection, especially in applications like intelligent connected vehicles. Traditional FL schemes often struggle with the complexities introduced by multi-modal data and diverse task requirements, such as increased communication overhead and computational burdens. In this paper, we propose a novel privacy-preserving scheme for multi-task federated split learning across multi-modal data (MTFSLaMM). Our approach leverages the principles of split learning to partition models between clients and servers, employing a modular design that reduces computational demands on resource-constrained clients. To ensure data privacy, we integrate differential privacy to protect intermediate data and employ homomorphic encryption to safeguard client models. Additionally, our scheme employs an optimized attention mechanism guided by mutual information to achieve efficient multi-modal data fusion, maximizing information integration while minimizing computational overhead and preventing overfitting. Experimental results demonstrate the effectiveness of the proposed scheme in addressing the challenges of multi-modal data and multi-task learning while offering robust privacy protection, with MTFSLaMM achieving a 15.3% improvement in BLEU-4 and an 11.8% improvement in CIDEr scores compared with the baseline. Full article
(This article belongs to the Section Vehicular Sensing)
Show Figures

Figure 1

Figure 1
<p>System architecture.</p>
Full article ">Figure 2
<p>Model training.</p>
Full article ">Figure 3
<p>Model aggregation: Blue arrows depict the transmission of task-specific models from clients to the server for aggregation, while orange arrows illustrate the distribution of aggregated global models back to the clients.</p>
Full article ">Figure 4
<p>Impact of the number of attention layers on the mutual information (MI) between initial and fused data.</p>
Full article ">Figure 5
<p>Encryption and decryption time as a function of parameter quantity, where the purple line represents the trend of time versus the number of parameters, and the blue star markers indicate the measured data points. (<b>a</b>) Encryption time vs. number of parameters. (<b>b</b>) Decryption time vs. number of parameters.</p>
Full article ">Figure 6
<p>Classification accuracy comparison with different numbers of local training epochs, where the purple line represents the trend of accuracy versus the number of rounds, and the blue star markers indicate the measured data points. (L) per aggregation round. (<b>a</b>) Training with MNIST (L = 5). (<b>b</b>) Training with MNIST (L = 20).</p>
Full article ">
22 pages, 1495 KiB  
Article
The Sustainability Consciousness Questionnaire: Validation Among Portuguese Population
by Luzia Arantes and Bruno Barbosa Sousa
Sustainability 2025, 17(1), 305; https://doi.org/10.3390/su17010305 (registering DOI) - 3 Jan 2025
Abstract
The primary objective of this study is to validate the Sustainability Consciousness Questionnaire (SCQ) for the Portuguese population, ensuring its reliability and applicability across the dimensions of knowledge, attitudes, and behaviours related to sustainability. This validation is crucial for ensuring the SCQ captures [...] Read more.
The primary objective of this study is to validate the Sustainability Consciousness Questionnaire (SCQ) for the Portuguese population, ensuring its reliability and applicability across the dimensions of knowledge, attitudes, and behaviours related to sustainability. This validation is crucial for ensuring the SCQ captures local cultural nuances and provides reliable data to inform educational and policy strategies for promoting sustainability. To achieve this goal, a quantitative methodology was adopted, involving the translation and cultural adaptation of the SCQ into Portuguese. Data were collected from a convenience sample of 630 participants, aged 17 to 83, using an online platform. Ethical procedures were rigorously followed, including obtaining informed consent from all participants and ensuring data confidentiality. The factor structure of the SCQ was analysed using structural equation modelling (SEM). The analysis confirmed a three-dimensional factor structure aligned with the environmental, social, and economic pillars of sustainability, as well as significant correlations between these dimensions and real-world sustainable practices such as recycling and energy conservation. The results confirmed the construct validity of the SCQ, demonstrating robust reliability indicators across its scales and acceptable model fit indices (CFI = 0.860; TLI = 0.851; RMSEA = 0.045). These findings highlight the questionnaire’s utility as a measurement tool for sustainable consciousness in the Portuguese context. The SCQ provides a valuable resource for educators, policymakers, and researchers. For instance, educators can use the SCQ to identify gaps in students’ sustainability knowledge, policymakers can prioritise areas for intervention based on public attitudes, and researchers can explore relationships between awareness and sustainable behaviours to design effective programs. Furthermore, this study contributes to Sustainable Development Goal 4 (Quality Education) by enabling data-driven strategies to integrate sustainability education into curricula, fostering a deeper understanding of sustainable practices and behaviours essential for achieving global education goals. Full article
(This article belongs to the Special Issue Niche Tourism and Sustainable Marketing Trends)
Show Figures

Figure 1

Figure 1
<p>Sustainability consciousness. K = knowingness; A = attitudes; B = behaviour; ECO = economic; SOC = social; ENV = environmental. Source: adaptation from [<a href="#B3-sustainability-17-00305" class="html-bibr">3</a>].</p>
Full article ">Figure 2
<p>Relationships between the constructs (three-order model). K = knowingness; A = attitudes; B = behaviour; ECO = economic; SOC = social; ENV = environmental; SUS CONS = sustainability consciousness. Source: adapted from [<a href="#B3-sustainability-17-00305" class="html-bibr">3</a>].</p>
Full article ">Figure 3
<p>The factor structure of the SCQ-L. K = knowingness; A = attitudes; B = behaviour; ECO = economic; SOC = social; ENV = environmental; SUS CONS = sustainability consciousness.</p>
Full article ">Figure 4
<p>The factor structure of the SCQ-S. K = knowingness; A = attitudes; B = behaviour; ECO = economic; SOC = social; ENV = environmental; SUS CONS = sustainability consciousness.</p>
Full article ">
21 pages, 307 KiB  
Article
Factors Determining Employee Loyalty During the COVID-19 Pandemic
by Monika Maksim and Dominik Śliwicki
Sustainability 2025, 17(1), 303; https://doi.org/10.3390/su17010303 (registering DOI) - 3 Jan 2025
Viewed by 55
Abstract
Building employee loyalty is a prerequisite for a company to achieve a competitive advantage, high organizational performance, and sustainability. The lack of voluntary leaves does not result in recruitment costs or reduced efficiency during the adaptation period of a new employee. It helps [...] Read more.
Building employee loyalty is a prerequisite for a company to achieve a competitive advantage, high organizational performance, and sustainability. The lack of voluntary leaves does not result in recruitment costs or reduced efficiency during the adaptation period of a new employee. It helps retain knowledge and experience within the organization. The article aims to explore employees’ loyalty in terms of voluntary employment continuity during the pandemic slowdown of COVID-19, when employee loyalty was put to an exceptional test, and identify the factors that have had the most significant impact. This empirical study was carried out for Germany, mainly due to the strength and position of the German economy in Europe and the availability of a large, detailed micro dataset necessary for in-depth econometric analyses. The dataset used in the survey is the fifth wave of the German Linked Personnel Panel—LPP in 2020/21 (N = 7397). A multinomial logit model was used as a research tool. Loyalty appears as an explained variable in four ordered logit models that differ in the set of explanatory variables. The explanatory variables include demographics, job title, working conditions, compensation and rewards, job content, training and career development, teamwork, and relationships with colleagues and superiors. The results confirm the influence of extra-organizational factors, such as age and living in a four- or five-person household, on employee loyalty. However, age seems to be a factor of decreasing importance. Too much complexity of work, manifested by great task variety, working in multiple teams, and the requirement to perform work remotely, harmed employee loyalty during the pandemic. Findings justify building loyalty based on sustainable human resource policies to increase income satisfaction, reasonable workload, competence development, and greater autonomy at work. It is also clear that leadership issues (fairness in contact with superiors and recognition for work) mattered during this challenging time and have a high potential to improve employee loyalty in the future. Full article
(This article belongs to the Section Economic and Business Aspects of Sustainability)
24 pages, 5314 KiB  
Article
A Methodological Framework for Business Decisions with Explainable AI and the Analytic Hierarchical Process
by Gabriel Marín Díaz, Raquel Gómez Medina and José Alberto Aijón Jiménez
Processes 2025, 13(1), 102; https://doi.org/10.3390/pr13010102 (registering DOI) - 3 Jan 2025
Viewed by 65
Abstract
In today’s data-driven business landscape, effective and transparent decision making becomes relevant to maintain a competitive advantage over the competition, especially in customer service in B2B environments. This study presents a methodological framework that integrates Explainable Artificial Intelligence (XAI), C-means clustering, and the [...] Read more.
In today’s data-driven business landscape, effective and transparent decision making becomes relevant to maintain a competitive advantage over the competition, especially in customer service in B2B environments. This study presents a methodological framework that integrates Explainable Artificial Intelligence (XAI), C-means clustering, and the Analytic Hierarchical Process (AHP) to improve strategic decision making in business environments. The framework addresses the need to obtain interpretable information from predictions based on machine learning processes and the prioritization of key factors for decision making. C-means clustering enables flexible customer segmentation based on interaction patterns, while XAI provides transparency into model outputs, allowing support teams to understand the factors influencing each recommendation. The AHP is then applied to prioritize criteria within each customer segment, aligning support actions with organizational goals. Tested with real customer interaction data, this integrated approach proved effective in accurately segmenting customers, predicting support needs, and optimizing resource allocation. The combined use of XAI and the AHP ensures that business decisions are data-driven, interpretable, and aligned with the company’s strategic objectives, making this framework relevant for companies seeking to improve their customer service in complex B2B contexts. Future research will explore the application of the proposed model in different business processes. Full article
(This article belongs to the Section Advanced Digital and Other Processes)
Show Figures

Figure 1

Figure 1
<p>Publications (121) and citations. TS = (“CLUSTERING”) AND TS = (“XAI” OR “EXPLAINABLE ARTIFICIAL INTELLIGENCE”).</p>
Full article ">Figure 2
<p>Publications (5) and citations. TS = (“CLUSTERING”) AND TS = (“XAI” OR “EXPLAINABLE ARTIFICIAL INTELLIGENCE”) AND TS = (“CUSTOMER”).</p>
Full article ">Figure 3
<p>Publications (15) and citations. TS = (“ANALYTIC HIERARCHY PROCESS” OR “the AHP”) AND TS = (“CUSTOMER SERVICE”) AND TS = (“DECISION MAKING”).</p>
Full article ">Figure 4
<p>Methodological process.</p>
Full article ">Figure 5
<p>Incidents by month.</p>
Full article ">Figure 6
<p>Correlation matrix.</p>
Full article ">Figure 7
<p>Elbow technique.</p>
Full article ">Figure 8
<p>Silhouette Coefficient.</p>
Full article ">Figure 9
<p>Centroid for each cluster.</p>
Full article ">Figure 10
<p>Confusion matrix.</p>
Full article ">Figure 11
<p>Feature importance for Cluster 0.</p>
Full article ">Figure 12
<p>Feature importance for Cluster 1.</p>
Full article ">Figure 13
<p>Feature importance for Cluster 2.</p>
Full article ">Figure 14
<p>Feature importance for Cluster 3.</p>
Full article ">Figure 15
<p>Feature importance for Cluster 4.</p>
Full article ">Figure 16
<p>Local cluster prediction (Cluster = 0).</p>
Full article ">Figure 17
<p>Local cluster prediction (Cluster = 1).</p>
Full article ">Figure 18
<p>Local cluster prediction (Cluster = 2).</p>
Full article ">Figure 19
<p>Local cluster prediction (Cluster = 3).</p>
Full article ">Figure 20
<p>Local cluster prediction (Cluster = 4).</p>
Full article ">
17 pages, 1089 KiB  
Article
The Opportunity for a Sustainable Social Economy in Vacant Spain: An Empirical Analysis in COVID-19 Confinement
by Natividad Buceta-Albillos and Esperanza Ayuga-Téllez
Urban Sci. 2025, 9(1), 8; https://doi.org/10.3390/urbansci9010008 (registering DOI) - 3 Jan 2025
Viewed by 66
Abstract
The COVID-19 pandemic offers an opportunity for the revitalisation of empty Spain and the development of new sustainable business models in a healthier environment, taking the competitive advantages of digitalisation and the benefits of contact with nature. This study presents a positive analysis [...] Read more.
The COVID-19 pandemic offers an opportunity for the revitalisation of empty Spain and the development of new sustainable business models in a healthier environment, taking the competitive advantages of digitalisation and the benefits of contact with nature. This study presents a positive analysis of the situation after three months of confinement with the research objective of evaluating the potential for development a sustainable social economy in empty Spain based on the hypotheses presented. In order to demonstrate the six hypotheses put forward in the research, a review of the existing literature was conducted, socio-economic and environmental indicators from official sources were consulted, and descriptive statistics methods have been applied. Digitalisation, the social economy, the bio-economy, and the revitalisation of heritage seem to be the drivers for achieving the challenges proposed. By perceiving reality through a lens that values nature and creative intelligence, a new avenue of opportunities may be opened up, leading to an improvement in quality of life and well-being, and potentially retaining the rural population. Following this study, which assesses the opportunities, risks, and challenges and establishes a plan of measures, players, and resources for future implementation in vacant Spain, new lines of work will become available. Full article
Show Figures

Figure 1

Figure 1
<p>Relationship between population density and COVID-19 cases. Sources: own elaboration with data from the National Institute of Statistics 2018 and Dir. Gral. Public Health [<a href="#B43-urbansci-09-00008" class="html-bibr">43</a>].</p>
Full article ">Figure 2
<p>The ratio of protected forest area–total COVID-19 cases and deaths by Autonomous Community. Sources: own elaboration with data from the Anuario Estadística Forestal 2016 [<a href="#B51-urbansci-09-00008" class="html-bibr">51</a>] and DGSP 22.9.2020 [<a href="#B43-urbansci-09-00008" class="html-bibr">43</a>].</p>
Full article ">
34 pages, 9850 KiB  
Article
Optimal Siting, Sizing, and Energy Management of Distributed Renewable Generation and Storage Under Atmospheric Conditions
by Mohammed Turki Fayyadh Al-Mahammedi and Mustafa Onat
Sustainability 2025, 17(1), 300; https://doi.org/10.3390/su17010300 (registering DOI) - 3 Jan 2025
Viewed by 100
Abstract
Integrating new generation and storage resources within power systems is challenging because of the stochastic nature of renewable generation, voltage regulation, and the use of microgrids. Classical optimization methods struggle with these nonlinear, multifaceted issues. This paper presents a novel optimization framework for [...] Read more.
Integrating new generation and storage resources within power systems is challenging because of the stochastic nature of renewable generation, voltage regulation, and the use of microgrids. Classical optimization methods struggle with these nonlinear, multifaceted issues. This paper presents a novel optimization framework for integrating, sizing, and siting distributed renewable generation and energy storage systems in power distribution networks. To accurately reflect load variability, the framework considers four distinct load models—constant impedance, current, power, and ZIP (constant impedance, constant current, constant power). Our approach utilized three metaheuristic approaches to enhance the efficiency of power system management. The validation results on the IEEE 33 Bus System conclude that the Elephant Herding Optimization (EHO) emerged as the best performer regarding voltage stability and real power loss reduction with a voltage stability index of 0.0031346. Modified Ant Lion Optimization (ALO) achieved a best voltage stability index of 0.0024115 and power losses of 7.5092 MVA. The Red Colobus Monkey Optimization (RMO) algorithm realized a voltage stability index of 0.0052053 and real power losses of 20.7564 MVA. Overall, the results conclude that ALO is the most effective approach for optimizing distributed renewable energy systems under different climatic conditions. According to the analysis, the algorithm works best in ideal circumstances when the percentages of wind and irradiance are 60% or greater. Full article
Show Figures

Figure 1

Figure 1
<p>The flowchart of the proposed methodology.</p>
Full article ">Figure 2
<p>IEEE 33 Bus System.</p>
Full article ">Figure 3
<p>Simulation graph for IEEE 33 Bus System with four load models (before and after ALO).</p>
Full article ">Figure 4
<p>Convergence of ALO algorithm on IEEE 33 Bus System.</p>
Full article ">Figure 5
<p>Simulation graph for IEEE 33 Bus System with four load models (before and after EHO).</p>
Full article ">Figure 6
<p>Convergence of EHO algorithm on IEEE 33 Bus System.</p>
Full article ">Figure 7
<p>Simulation graph for IEEE 33 Bus System with four load models (before and after RCMO).</p>
Full article ">Figure 8
<p>Convergence of RCMO algorithm on IEEE 33 Bus System.</p>
Full article ">Figure 9
<p>Irradiance, power, cost due to underestimate, and cost due to overestimate scenario.</p>
Full article ">Figure 10
<p>Wind speed, power, cost due to underestimated, and cost due to overestimated scenarios.</p>
Full article ">Figure 11
<p>Voltage stability vs. irradiance and wind speeds for three optimization algorithms.</p>
Full article ">Figure 12
<p>Loss vs. irradiance and wind speed availability (in %) for loss estimation.</p>
Full article ">Figure 13
<p>Cost vs. irradiance and wind speed availability (in %) for three optimization algorithms.</p>
Full article ">Figure 14
<p>Graph representing the performance of the ALO algorithm (Voltage profile vs. wind speed and irradiance) under different load sheddings and all five scenarios represented as ((<b>A</b>) = 20%), ((<b>B</b>) = 40%), ((<b>C</b>) = 60%), ((<b>D</b>) = 80%), and ((<b>E</b>) = 100%).</p>
Full article ">Figure 14 Cont.
<p>Graph representing the performance of the ALO algorithm (Voltage profile vs. wind speed and irradiance) under different load sheddings and all five scenarios represented as ((<b>A</b>) = 20%), ((<b>B</b>) = 40%), ((<b>C</b>) = 60%), ((<b>D</b>) = 80%), and ((<b>E</b>) = 100%).</p>
Full article ">Figure 15
<p>Graph representing the performance of the EHO algorithm (Voltage profile vs. wind speed and irradiance) under different load sheddings and all five scenarios represented as ((<b>A</b>) = 20%), ((<b>B</b>) = 40%), ((<b>C</b>) = 60%), ((<b>D</b>) = 80%), and ((<b>E</b>) = 100%).</p>
Full article ">Figure 15 Cont.
<p>Graph representing the performance of the EHO algorithm (Voltage profile vs. wind speed and irradiance) under different load sheddings and all five scenarios represented as ((<b>A</b>) = 20%), ((<b>B</b>) = 40%), ((<b>C</b>) = 60%), ((<b>D</b>) = 80%), and ((<b>E</b>) = 100%).</p>
Full article ">Figure 16
<p>Graph representing the performance of the RCMO algorithm (voltage profile vs. wind speed and irradiance) under different load sheddings and all five scenarios represented as ((<b>A</b>) = 20%), ((<b>B</b>) = 40%), ((<b>C</b>) = 60%), ((<b>D</b>) = 80%), and ((<b>E</b>) = 100%).</p>
Full article ">Figure 16 Cont.
<p>Graph representing the performance of the RCMO algorithm (voltage profile vs. wind speed and irradiance) under different load sheddings and all five scenarios represented as ((<b>A</b>) = 20%), ((<b>B</b>) = 40%), ((<b>C</b>) = 60%), ((<b>D</b>) = 80%), and ((<b>E</b>) = 100%).</p>
Full article ">
16 pages, 1323 KiB  
Article
Recycling of Bulk Polyamide 6 by Dissolution-Precipitation in CaCl2-EtOH-H2O Mixtures
by Ruben Goldhahn, Ann-Joelle Minor, Liisa Rihko-Struckmann, Siew-Wan Ohl, Patricia Pfeiffer, Claus-Dieter Ohl and Kai Sundmacher
Recycling 2025, 10(1), 5; https://doi.org/10.3390/recycling10010005 (registering DOI) - 3 Jan 2025
Viewed by 99
Abstract
To address the problems of virgin plastic production from fossil resources and the growing amount of plastic waste, a rapid transition to a circular economy is being pursued. The separation of mixed plastics into pure fractions is of paramount importance for promoting recycling [...] Read more.
To address the problems of virgin plastic production from fossil resources and the growing amount of plastic waste, a rapid transition to a circular economy is being pursued. The separation of mixed plastics into pure fractions is of paramount importance for promoting recycling and preventing downcycling. In this study, experimental parameters were determined for the selective bulk dissolution of polyamide 6 (PA 6) filaments (1.75 mm diameter, 1 cm length) in CaCl2-EtOH-H2O mixtures (CEW) at 75 °C. These parameters included the energy supply mode, dissolution time, CEW composition and CEW:PA mass ratio. Compared with energy supply by microwaves, energy supply by ultrasound improved the yield of dissolved and recovered PA 6 after 5 h from 31% to 52%. In total, the yield of PA 6 after 3 h of bulk dissolution increased from 18% to 69% when the energy supply mode was changed from microwave to ultrasound and the H2O:EtOH molar ratio of CEW was increased from 0.40 to 1.33 while maintaining an optimal CEW:PA mass ratio of 8.5. Additionally, master plot analysis suggested that dissolution under microwave energy supply followed a contracting cylinder model, whereas dissolution under ultrasonic energy supply aligned with a 2D diffusion or third-order kinetic model. Microscopic observations suggested that, in the case of ultrasonic energy supply, oscillating bubbles on the particle surface enhanced the dissolution rate of PA 6 filaments in CEW. Full article
(This article belongs to the Special Issue Challenges and Opportunities in Plastic Waste Management)
Show Figures

Figure 1

Figure 1
<p>Scheme for selective PA 6 dissolution experiments with subsequent PA 6 recovery using CEW as the solvent and H<sub>2</sub>O as the antisolvent.</p>
Full article ">Figure 2
<p>(<b>a</b>) 1 cm precut PA 6 filaments; (<b>b</b>) undissolved and washed PA 6 residue filaments; (<b>c</b>) recovered PA 6 after dissolution and precipitation.</p>
Full article ">Figure 3
<p>Experimental setup for sonication of the PA string sample. The PA string was held in place by a 3D-printed holder in a glass cuvette. The sonotrode tip on top of the string was driven by an amplifier connected to an external signal generator.</p>
Full article ">Figure 4
<p>Recovery of PA 6 by energy supply with ultrasound or microwaves as a function of dissolution time. Experiments were performed in a 35-mL vessel with CEW <b>C</b>, a CEW:PA mass ratio of 8.5, and a dissolution temperature of 75 °C.</p>
Full article ">Figure 5
<p>Master plot results with theoretical models as lines according to <a href="#recycling-10-00005-t002" class="html-table">Table 2</a> and experimental data as markers. Experiments were performed in 35-mL vessels with CEW <b>C</b>, a CEW:PA mass ratio of 8.5, and a dissolution temperature of 75 °C [<a href="#B25-recycling-10-00005" class="html-bibr">25</a>].</p>
Full article ">Figure 6
<p>(<b>a</b>) Multiple bubbles appear and oscillate on the PA string during sonication. (<b>b</b>) 20× magnification image of the string near the ultrasound focal volume. Deep trenches are observed on the surface of the string. (<b>c</b>) Rough surface profile of the string as measured along the yellow arrow of (<b>b</b>).</p>
Full article ">Figure 7
<p>Ternary diagram of the CaCl<sub>2</sub>-EtOH-H<sub>2</sub>O-system for PA 6 dissolution. The letters indicate the CEW compositions from <a href="#recycling-10-00005-t001" class="html-table">Table 1</a>, the arrows describe how the PA filaments agglomerated in CEW, and the red dot marks the composition obtained after adding the antisolvent. The orange and blue boxes mark the dissolution and swelling compositions for PA 6.6 reported by Rietzler et al. (2018) [<a href="#B25-recycling-10-00005" class="html-bibr">25</a>].</p>
Full article ">Figure 8
<p>Recoveries of PA 6 using various CEW compositions according to <a href="#recycling-10-00005-t001" class="html-table">Table 1</a>. Experiments were performed in 35-mL vessels with a CEW:PA mass ratio of 8.5 and heating with ultrasound at a dissolution temperature of 75 °C for 3 h.</p>
Full article ">Figure 9
<p>Recoveries of PA 6 at different CEW:PA mass ratios. Experiments were performed in 35-mL vessels (100 mL for CEW:PA <math display="inline"><semantics> <mrow> <mo>≥</mo> <mn>15</mn> </mrow> </semantics></math>) with CEW <b>E</b> heated with an ultrasonic bath at a dissolution temperature of 75 °C for 3 h. Values used in the literature are given as dashed lines [<a href="#B24-recycling-10-00005" class="html-bibr">24</a>,<a href="#B25-recycling-10-00005" class="html-bibr">25</a>,<a href="#B26-recycling-10-00005" class="html-bibr">26</a>,<a href="#B27-recycling-10-00005" class="html-bibr">27</a>].</p>
Full article ">
21 pages, 5930 KiB  
Article
Sustainable Valorization of Rice Straw into Biochar and Carbon Dots Using a Novel One-Pot Approach for Dual Applications in Detection and Removal of Lead Ions
by Jagpreet Singh, Monika Bhattu, Meenakshi Verma, Mikhael Bechelany, Satinder Kaur Brar and Rajendrasinh Jadeja
Nanomaterials 2025, 15(1), 66; https://doi.org/10.3390/nano15010066 (registering DOI) - 3 Jan 2025
Viewed by 106
Abstract
Lead (Pb) is a highly toxic heavy metal that causes significant health hazards and environmental damage. Thus, the detection and removal of Pb2+ ions in freshwater sources are imperative for safeguarding public health and the environment. Moreover, the transformation of single resources [...] Read more.
Lead (Pb) is a highly toxic heavy metal that causes significant health hazards and environmental damage. Thus, the detection and removal of Pb2+ ions in freshwater sources are imperative for safeguarding public health and the environment. Moreover, the transformation of single resources into multiple high-value products is vital for achieving sustainable development goals (SDGs). In this regard, the present work focused on the preparation of two efficient materials, i.e., biochar (R-BC) and carbon dots (R-CDs) from a single resource (rice straw), via a novel approach by using extraction and hydrothermal process. The various microscopic and spectroscopy techniques confirmed the formation of porous structure and spherical morphology of R-BC and R-CDs, respectively. FTIR analysis confirmed the presence of hydroxyl (–OH), carboxyl (–COO) and amine (N–H) groups on the R-CDs’ surface. The obtained blue luminescent R-CDs were employed as chemosensors for the detection of Pb2+ ions. The sensor exhibited a strong linear correlation over a concentration range of 1 µM to 100 µM, with a limit of detection (LOD) of 0.11 µM. Furthermore, the BET analysis of R-BC indicated a surface area of 1.71 m2/g and a monolayer volume of 0.0081 cm3/g, supporting its adsorption potential for Pb2+. The R-BC showed excellent removal efficiency of 77.61%. The adsorption process followed the Langmuir isotherm model and second-order kinetics. Therefore, the dual use of rice straw-derived provides a cost-effective, environmentally friendly solution for Pb2+ detection and remediation to accomplish the SDGs. Full article
Show Figures

Figure 1

Figure 1
<p>Stepwise process of biochar and carbon dots synthesis.</p>
Full article ">Figure 2
<p>Morphological and elemental analysis of Biochar: (<b>a</b>,<b>b</b>) SEM images, (<b>c</b>) EDX analysis spectrum, (<b>d</b>) XRD pattern.</p>
Full article ">Figure 3
<p>(<b>a</b>) N<sub>2</sub> adsorption–desorption isotherm of biochar; (<b>b</b>) BET curve illustrating the surface area and monolayer volume of biochar.</p>
Full article ">Figure 4
<p>Microscopic and surface chemistry analysis of R-CDs: (<b>a</b>,<b>b</b>) TEM images of R-CDs illustrating the spherical-shaped R-CDs, (<b>c</b>) Size distribution histogram illustrating the average size of R-CDs from 8–10 nm, and (<b>d</b>) FTIR spectra to explore the surface functionality.</p>
Full article ">Figure 5
<p>(<b>a</b>) Absorption spectra of R-CDs; (<b>b</b>) fluorescence spectra of synthesized R-CDs exhibiting an emission band at 430 nm; (<b>c</b>) Excitation-dependent emissive fluorescence profile of R-CDs exhibiting a red shift in λ<sub>em</sub>; (<b>d</b>) Screening of R-CDs against various heavy metals illustrating a high quench in the presence of Pb<sup>2+</sup> and the other metal ions do not exhibit any effect on the fluorescence behaviour of CDs.</p>
Full article ">Figure 6
<p>(<b>a</b>) Declination in fluorescence spectra of R-CDs on titration with Pb<sup>2+</sup> (1 µM–100 µM); (<b>b</b>) Linear decreasing response of R-CDs towards the subsequential increase in the Pb<sup>2+</sup> over 1 µM–100 µM; (<b>c</b>) Stern Volmer Plot of R-CDs towards the detection of Pb<sup>2+</sup>; (<b>d</b>) Interference studies of other potential competing ions for R-CDs towards Pb<sup>2+</sup>.</p>
Full article ">Figure 7
<p>Illustration of the chelation between R-CDs and Pb<sup>2+</sup> via the formation of coordination bonds between the lone pairs present on the surface functional groups with the electron-deficient Pb<sup>2+</sup>.</p>
Full article ">Figure 8
<p>Point of zero charge study for R-BC.</p>
Full article ">Figure 9
<p>(<b>a</b>) Illustration of decrease in Pb<sup>2+</sup> concentration with time on the addition of biochar-BC; (<b>b</b>,<b>c</b>) Trend in Pb<sup>2+</sup> removal efficiency with time.</p>
Full article ">Figure 10
<p>(<b>a</b>) Illustration of decrease in Pb<sup>2+</sup> concentration with time on the addition of R-BC; (<b>b</b>) Graphical representation for Langmuir adsorption isotherm, Freundlich adsorption isotherm, Temkin isotherm model, DR Adsorption model, and Sips isotherm model.</p>
Full article ">Figure 11
<p>Graphical representation for PFOM (<b>a</b>), PSOM (<b>b</b>), Intraparticle diffusion model (<b>c</b>), and Elovich model (<b>d</b>).</p>
Full article ">
18 pages, 1217 KiB  
Article
Study on the Influencing Factors of Green Agricultural Subsidies on Straw Resource Utilization Technology Adopted by Farmers in Heilongjiang Province, China
by Cheng Guo, Meng Li and Hong Chen
Agriculture 2025, 15(1), 93; https://doi.org/10.3390/agriculture15010093 (registering DOI) - 3 Jan 2025
Viewed by 112
Abstract
Due to climate, resource endowment, planting habits, policy publicity, subsidies, and constraints, there have been many problems in the utilization of straw resources in the cold, main grain-producing areas in northern China. Based on the theory of value perception, an analytical framework was [...] Read more.
Due to climate, resource endowment, planting habits, policy publicity, subsidies, and constraints, there have been many problems in the utilization of straw resources in the cold, main grain-producing areas in northern China. Based on the theory of value perception, an analytical framework was constructed, and the ordered logistic model was used to form an empirical analysis of the questionnaire data of more than 60 townships in 7 cities of Heilongjiang Province, trying to analyze the problems existing in the utilization of straw resources. The results show that the external factors include policy subsidy, policy punishment, and transportation convenience. Among the internal reasons, farmers’ personal characteristics, production habits, and perception of technical effectiveness and convenience have a significant impact on the application of straw resource utilization technology. Therefore, improving the intensity and precision of subsidies, strengthening the intensity of punishment, improving the popularization of technology, strengthening the ideological education of farmers to clarify the ecological value of straw resource utilization, and strengthening the construction of infrastructure to improve the convenience of transportation are effective means to promote straw resource utilization technology and promote the green transformation of agriculture. Full article
(This article belongs to the Section Agricultural Economics, Policies and Rural Management)
Show Figures

Figure 1

Figure 1
<p>Analytical framework.</p>
Full article ">Figure 2
<p>Study area diagram.</p>
Full article ">
21 pages, 890 KiB  
Article
Investigating the Social Boundaries of Fairness by Modeling Ultimatum Game Responders’ Decisions with Multinomial Processing Tree Models
by Marco Biella, Max Hennig and Laura Oswald
Games 2025, 16(1), 2; https://doi.org/10.3390/g16010002 (registering DOI) - 3 Jan 2025
Viewed by 109
Abstract
Fairness in competitive games such as the Ultimatum Game is often defined theoretically. According to some of the literature, in which fairness is determined only based on resource allocation, a proposal splitting resources evenly (i.e., 5:5) is generally assumed as fair, and minimal [...] Read more.
Fairness in competitive games such as the Ultimatum Game is often defined theoretically. According to some of the literature, in which fairness is determined only based on resource allocation, a proposal splitting resources evenly (i.e., 5:5) is generally assumed as fair, and minimal deviation (i.e., 4:6) is considered enough to classify the proposal as unfair. Relying on multinomial processing tree models (MPTs), we investigated where the boundaries of fairness are located in the eye of responders, and pit fairness against relative and absolute gain maximization principles. The MPT models we developed and validated allowed us to separate three individual processes driving responses in the standard and Third-Party Ultimatum Game. The results show that, from the responder’s perspective, the boundaries of fairness encompass proposals splitting resources in a perfectly even way and include uneven proposals with minimal deviance (4:6 and 6:4). Moreover, the results show that, in the context of Third-Party Ultimatum Games, the responder must not be indifferent between favoring the proposer and the receiver, demonstrating a boundary condition of the developed model. If the responder is perfectly indifferent, absolute and relative gain maximization are theoretically unidentifiable. This theoretical and practical constraint limits the scope of our theory, which does not apply in the case of a perfectly indifferent decision-maker. Full article
(This article belongs to the Special Issue Fairness in Non-cooperative Strategic Interactions)
Show Figures

Figure 1

Figure 1
<p>Multinomial processing tree models embedding (<b>A</b>) “Strict” and (<b>B</b>) “Lenient” fairness conceptualization and their respective predictions for all offer levels. Vertical lines represent fairness boundaries. Shaded text represents offer acceptance, while non-shaded text represents offer rejection.</p>
Full article ">Figure 2
<p>Observed acceptance percentage by offer level across experiments. Horizontal lines represent predictions from best-performing models (lenient fairness).</p>
Full article ">Figure 3
<p>Parameter estimates and confidence intervals for all processes estimated using the “Lenient” model separately for each experiment.</p>
Full article ">
27 pages, 959 KiB  
Review
From Integer Programming to Machine Learning: A Technical Review on Solving University Timetabling Problems
by Xin Gu, Muralee Krish, Shaleeza Sohail, Sweta Thakur, Fariza Sabrina and Zongwen Fan
Computation 2025, 13(1), 10; https://doi.org/10.3390/computation13010010 (registering DOI) - 3 Jan 2025
Viewed by 122
Abstract
Solving the university timetabling problem is crucial as it ensures efficient use of resources, minimises scheduling conflicts, and enhances overall productivity. This paper presents a comprehensive review of university timetabling problems using integer programming algorithms. This study explores various integer programming techniques and [...] Read more.
Solving the university timetabling problem is crucial as it ensures efficient use of resources, minimises scheduling conflicts, and enhances overall productivity. This paper presents a comprehensive review of university timetabling problems using integer programming algorithms. This study explores various integer programming techniques and their effectiveness in optimising complex scheduling requirements in higher education institutions. We analysed 95 integer programming-based models developed for solving university timetabling problems, covering relevant research from 1990 to 2023. The goal is to provide insights into the evolution of these algorithms and their impact on improving university scheduling. We identify that the implementation rate of models using integer programming is 98%, which is much higher than 34% implementation rates using meta-heuristics algorithms from the existing review. The integer programming models are analysed by the problem types, solutions, tools, and datasets. For three types of timetabling problems including course timetabling, class timetabling, and exam timetabling, we dive deeper into the commercial solvers CPLEX (47), Gurobi (11), Lingo (5), Open Solver (4), C++ GLPK (4), AIMMS (2), GAMS (2), XPRESS (2), CELCAT (1), AMPL (1), and Google OR-Tools CP-SAT (1) and identify that CPLEX is the most frequently used integer programming solver. We explored the uses of machine learning algorithms and the hybrid solutions of combining the integer programming and machine learning algorithms in higher education timetabling solutions. We also identify areas for future work, which includes an emphasis on using integer programming algorithms in other industrial areas, and using machine learning models for university timetabling to allow data-driven solutions. Full article
(This article belongs to the Section Computational Social Science)
Show Figures

Figure 1

Figure 1
<p>Data Collection and Screening Process.</p>
Full article ">Figure 2
<p>Timetabling problems categories.</p>
Full article ">Figure 3
<p>Pie Chart of Linear Programming Models Used.</p>
Full article ">Figure 4
<p>Comparison of Linear Programming Models with Purpose of Timetabling.</p>
Full article ">Figure 5
<p>Flow Chart for Developing Integer Linear Programming Algorithm.</p>
Full article ">Figure 6
<p>All University Timetabling Integer Programming Solutions.</p>
Full article ">Figure 7
<p>Solvers Used in University Timetabling Implementations.</p>
Full article ">Figure 8
<p>CPLEX Used in University Timetabling Implementations.</p>
Full article ">Figure 9
<p>Types of Data Used for Evaluation, All Instances Considered.</p>
Full article ">Figure 10
<p>University Timetabling Implementations: Types of Data Used for Evaluation, Only Known Instances Considered.</p>
Full article ">
20 pages, 351 KiB  
Article
Multilevel Constrained Bandits: A Hierarchical Upper Confidence Bound Approach with Safety Guarantees
by Ali Baheri
Mathematics 2025, 13(1), 149; https://doi.org/10.3390/math13010149 (registering DOI) - 3 Jan 2025
Viewed by 151
Abstract
The multi-armed bandit (MAB) problem is a foundational model for sequential decision-making under uncertainty. While MAB has proven valuable in applications such as clinical trials and online advertising, traditional formulations have limitations; specifically, they struggle to handle three key real-world scenarios: (1) when [...] Read more.
The multi-armed bandit (MAB) problem is a foundational model for sequential decision-making under uncertainty. While MAB has proven valuable in applications such as clinical trials and online advertising, traditional formulations have limitations; specifically, they struggle to handle three key real-world scenarios: (1) when decisions must follow a hierarchical structure (as in autonomous systems where high-level strategy guides low-level actions); (2) when there are constraints at multiple levels of decision-making (such as both system-wide and component-level resource limits); and (3) when available actions depend on previous choices or context. To address these challenges, we introduce the hierarchical constrained bandits (HCB) framework, which extends contextual bandits to incorporate both hierarchical decisions and multilevel constraints. We propose the HC-UCB (hierarchical constrained upper confidence bound) algorithm to solve the HCB problem. The algorithm uses confidence bounds within a hierarchical setting to balance exploration and exploitation while respecting constraints at all levels. Our theoretical analysis establishes that HC-UCB achieves sublinear regret, guarantees constraint satisfaction at all hierarchical levels, and is near-optimal in terms of achievable performance. Simple experimental results demonstrate the algorithm’s effectiveness in balancing reward maximization with constraint satisfaction. Full article
Show Figures

Figure 1

Figure 1
<p>Performance comparison of HC-UCB, Standard UCB, and Random baselines across three metrics: (<b>Left</b>) cumulative reward over 1000 rounds (mean ± standard error), (<b>Center</b>) cumulative regret, and (<b>Right</b>) average constraint violations (mean ± standard deviation), demonstrating that HC-UCB more consistently adheres to the cost threshold than the alternatives.</p>
Full article ">
21 pages, 18920 KiB  
Article
A Feasibility Analysis of Wind Energy Potential and Seasonal Forecasting Trends in Thatta District: A Project to Combat the Energy Crisis in Pakistan
by Jahangeer Khan Bhutto, Zhijun Tong, Tayyab Raza Fraz, Mazhar Baloch, Haider Ali, Jiquan Zhang, Xingpeng Liu and Yousef A. Al-Masnay
Energies 2025, 18(1), 158; https://doi.org/10.3390/en18010158 (registering DOI) - 3 Jan 2025
Viewed by 252
Abstract
Wind energy has emerged as a viable alternative to fossil fuels due to its clean and cost-effective nature. Pakistan, facing growing energy demands and the imperative to reduce carbon emissions, has invested significantly in wind power to supply electric power in rural and [...] Read more.
Wind energy has emerged as a viable alternative to fossil fuels due to its clean and cost-effective nature. Pakistan, facing growing energy demands and the imperative to reduce carbon emissions, has invested significantly in wind power to supply electric power in rural and urban communities, particularly in the Thatta district of Sindh Province of Pakistan. However, the sustainability of wind energy generation is contingent upon consistent and sufficient wind resources. This study examines the wind potential of Thatta district from 2004 to 2023 to assess its suitability for large-scale wind power development. To evaluate the wind potential of Thatta district, seasonal wind speed and direction data were collected and analyzed. Wind shear at different heights was determined using the power law, and wind potential maps were generated using GIS interpolation techniques. Betz’s law was employed to assess wind turbine power density. Box–Jenkins ARIMA and SARIMA models were applied to predict future wind patterns. This study revealed that Thatta district experienced sufficient wind speeds during the study period, with averages of 9.7 m/s, 7.6 m/s, 7.4 m/s, and 4.8 m/s for summer, autumn, spring, and winter, respectively. However, a concerning trend of decreasing wind speeds has been observed since 2009. The most significant reductions occurred in summer, coinciding with Pakistan’s peak electricity demand. While Thatta district has historically demonstrated potential for wind energy, the declining wind speeds pose a challenge to the sustainability of wind power projects. Further research is necessary to identify the causes of this trend and to explore mitigation strategies. Full article
(This article belongs to the Section A3: Wind, Wave and Tidal Energy)
Show Figures

Figure 1

Figure 1
<p>(<b>a</b>) Total cumulative installed capacity, (<b>b</b>) new capacity, (<b>c</b>) growth rates, and (<b>d</b>) wind power capacity by country [<a href="#B7-energies-18-00158" class="html-bibr">7</a>].</p>
Full article ">Figure 2
<p>Average wind velocity in different provinces of Pakistan.</p>
Full article ">Figure 3
<p>Spatial variation in wind velocity in Sindh province of Pakistan.</p>
Full article ">Figure 4
<p>Study area location.</p>
Full article ">Figure 5
<p>(<b>a</b>) Study area and its adjacent districts. (<b>b</b>) The exact location of wind power plants in Thatta, Sindh, Pakistan.</p>
Full article ">Figure 6
<p>Illustration of spatiotemporal variation in average wind speed and direction calculated at (50 m) during summer (2004–2023).</p>
Full article ">Figure 6 Cont.
<p>Illustration of spatiotemporal variation in average wind speed and direction calculated at (50 m) during summer (2004–2023).</p>
Full article ">Figure 7
<p>Illustration of spatiotemporal variation in average wind speed and direction calculated at (50 m) during autumn (2004–2023).</p>
Full article ">Figure 7 Cont.
<p>Illustration of spatiotemporal variation in average wind speed and direction calculated at (50 m) during autumn (2004–2023).</p>
Full article ">Figure 8
<p>Illustration of spatiotemporal variation in average wind speed and direction calculated at (50 m) during spring (2004–2023).</p>
Full article ">Figure 8 Cont.
<p>Illustration of spatiotemporal variation in average wind speed and direction calculated at (50 m) during spring (2004–2023).</p>
Full article ">Figure 9
<p>Illustration of spatiotemporal variation in average wind speed and direction calculated at (50 m) during winter (2004–2023).</p>
Full article ">Figure 10
<p>(<b>a</b>): Original wind time−series data. (<b>b</b>) Wind data after taking transformation. (<b>c</b>) One−step−ahead forecast comparison from ARIMA models based on RMSE criteria. The red line indicates the forecasted values from the best-selected model. (<b>d</b>) Expected forecasted wind speed from the ARIMA model. (<b>e</b>) One−step-ahead forecast comparison from SARIMA models based on RMSE criteria. The red line indicates the forecasted values from the best-selected model (<b>f</b>) Expected forecasted wind speed from the SARIMA models.</p>
Full article ">
22 pages, 1658 KiB  
Article
How Do Multidimensional Relational Networks Affect Large-Scale Grain Producers’ Adoption of Low-Carbon Fertilization Technology?
by Xiaojuan Luo, Qingqing Ye, Xinzao Huang, Bo Zhao and Hongbin Liu
Sustainability 2025, 17(1), 289; https://doi.org/10.3390/su17010289 - 2 Jan 2025
Viewed by 267
Abstract
Fertilizer carbon emissions contribute the largest proportion to agricultural carbon emissions in China, while the extension of low-carbon fertilization technologies (LCFTs) is an effective measure to address this issue. Research suggests that the relational networks surrounding farmers significantly influence their carbon reduction behavior. [...] Read more.
Fertilizer carbon emissions contribute the largest proportion to agricultural carbon emissions in China, while the extension of low-carbon fertilization technologies (LCFTs) is an effective measure to address this issue. Research suggests that the relational networks surrounding farmers significantly influence their carbon reduction behavior. This study conducted a field survey of 239 large-scale grain producers in August 2022 on China’s Poyang Lake Basin, which is the nation’s largest freshwater lake and a vital agricultural production area. Using cross-sectional data, probit and ordered probit models were employed to analyze the impacts of multidimensional relational networks (market, government, and social networks) on the adoption of LCFTs by large-scale grain producers. Additionally, a mediating-effect model was used to examine the pathways through which relational networks influence LCFT adoption. The findings indicated that relational networks not only increased the likelihood of large-scale grain producers adopting LCFTs but also enhanced the intensity of adoption. However, the effects of different relational networks on low-carbon behavior varied. The market network exerted the most prominent influence on LCFT adoption, followed by the social and government networks. A mediation analysis identified information sharing, demonstration effects, and resource guarantees as the mediating pathways between multidimensional relational networks and LCFT adoption by large-scale grain producers. Furthermore, a heterogeneity analysis revealed that the effects of multidimensional relational networks on LCFT adoption differed across generations and carbon intensity levels. The impact was greater among older grain producers than the younger generation, and those in the high-carbon-intensity group exhibited a stronger incentive compared to the medium- and low-carbon-intensity groups. Full article
(This article belongs to the Section Sustainable Agriculture)
Show Figures

Figure 1

Figure 1
<p>Conceptual framework.</p>
Full article ">Figure 2
<p>Locations of the study areas in Jiangxi Province, China.</p>
Full article ">Figure 3
<p>Numbers and proportions of adopters of LCFTs in sample areas.</p>
Full article ">Figure 4
<p>The mediating path coefficients of a multidimensional relational network in LCFT adoption decisions, with significant effects (<span class="html-italic">p</span> &lt; 0.1).</p>
Full article ">Figure 5
<p>The mediating path coefficients of three-dimensional relational networks in LCFT adoption decisions, with significant effects (<span class="html-italic">p</span> &lt; 0.1). Note: Symbol “×” in the figure indicates that the government network showed no significant impact on LCFT adoption according to the mechanism analysis results.</p>
Full article ">
Back to TopTop