Under hydrothermal and solvothermal conditions,two novel cobalt-based complexes,{[Co_(2)(CIA)(OH)(1,4-dtb)]·3.2H_(2)O}n(HU23)and{[Co_(2)(CIA)(OH)(1,4-dib)]·3.5H2O·DMF}n(HU24),were successfully construct...Under hydrothermal and solvothermal conditions,two novel cobalt-based complexes,{[Co_(2)(CIA)(OH)(1,4-dtb)]·3.2H_(2)O}n(HU23)and{[Co_(2)(CIA)(OH)(1,4-dib)]·3.5H2O·DMF}n(HU24),were successfully constructed by coordinatively assembling the semi-rigid multidentate ligand 5-(1-carboxyethoxy)isophthalic acid(H₃CIA)with the Nheterocyclic ligands 1,4-di(4H-1,2,4-triazol-4-yl)benzene(1,4-dtb)and 1,4-di(1H-imidazol-1-yl)benzene(1,4-dib),respectively,around Co^(2+)ions.Single-crystal X-ray diffraction analysis revealed that in both complexes HU23 and HU24,the CIA^(3-)anions adopt aκ^(7)-coordination mode,bridging six Co^(2+)ions via their five carboxylate oxygen atoms and one ether oxygen atom.This linkage forms tetranuclear[Co4(μ3-OH)2]^(6+)units.These Co-oxo cluster units were interconnected by CIA^(3-)anions to assemble into 2D kgd-type structures featuring a 3,6-connected topology.The 2D layers were further connected by 1,4-dtb and 1,4-dib,resulting in 3D pillar-layered frameworks for HU23 and HU24.Notably,despite the similar configurations of 1,4-dtb and 1,4-dib,differences in their coordination spatial orientations lead to topological divergence in the 3D frameworks of HU23 and HU24.Topological analysis indicates that the frameworks of HU23 and HU24 can be simplified into a 3,10-connected net(point symbol:(4^(10).6^(3).8^(2))(4^(3))_(2))and a 3,8-connected tfz-d net(point symbol:(4^(3))_(2)((4^(6).6^(18).8^(4)))),respectively.This structural differentiation confirms the precise regulatory role of ligands on the topology of metal-organic frameworks.Moreover,the ultraviolet-visible absorption spectra confirmed that HU23 and HU24 have strong absorption capabilities for ultraviolet and visible light.According to the Kubelka-Munk method,their bandwidths were 2.15 and 2.08 eV,respectively,which are consistent with those of typical semiconductor materials.Variable-temperature magnetic susceptibility measurements(2-300 K)revealed significant antiferromagnetic coupling in both complexes,with their effective magnetic moments decreasing markedly as the temperature lowered.CCDC:2457554,HU23;2457553,HU24.展开更多
This study presents a reflective bibliometric review of 1457 peer-reviewed articles published in the Journal of Psychology in Africa(2008-2024,17 years),using a Meta-Editorial Mapping Framework(MEMF)analysis.The MEMF ...This study presents a reflective bibliometric review of 1457 peer-reviewed articles published in the Journal of Psychology in Africa(2008-2024,17 years),using a Meta-Editorial Mapping Framework(MEMF)analysis.The MEMF integrates citation metrics,keyword novelty ratios,TF-IDF weighting,and cluster-based topic modeling to trace long-term thematic trends and editorial evolution.Findings reveal sustained attention to foundational domains such as mental health,education,and identity,alongside a gradual integration of emergent themes including digital well-being,organizational behavior,and post-pandemic adaptation.Articles with moderate topical novelty(40%-60% new keywords)achieved the highest citation and usage metrics,suggesting that integrative innovation enhances scholarly impact.Clustering analyses indicate that the journal’s content forms overlapping conceptual domains rather than isolated silos.These insights contribute to editorial strategy,authorial positioning,and the future design of regional academic platforms.Moreover,the findings provide evidence supporting the use of the MEMF as a replicable tool for meta-editorial analysis across disciplinary and geographic boundaries.展开更多
Developing green and efficient methods to acquire lignocellulose-based chemicals with high added value is beneficial for facilitating green chemistry and sustainable development.The goal of this study is to demonstrat...Developing green and efficient methods to acquire lignocellulose-based chemicals with high added value is beneficial for facilitating green chemistry and sustainable development.The goal of this study is to demonstrate that bio-based benzaldehyde,a noteworthy high-value chemical,is able to be directionally prepared from lignocellulosic biomass.This new control-lable transformation was materialized by uniting catalytic-pyrolysis of lignocellulose to toluene intermediate and catalytic oxidation of toluene intermediate to bio-based benzalde-hyde.This work also developed a highly active magnetic catalyst(CoFe_(2)O_(4)@Biochar(HTR)),achieving 77.1%benzaldehyde selectivity and 46.7%benzaldehyde yield using this catalyst.It was found that introducing the biochar carrier into the cobalt iron composite metal oxide cat-alyst enhanced hydroxyl radical formation and bio-based benzaldehyde synthesis.Based on catalyst characterizations and hydroxyl radical analysis,potential reaction mechanism for bio-based benzaldehyde synthesis was proposed.This strategy may provide a beneficial pathway for developing high-value bio-based chemical(benzaldehyde)using renewable lignocellulosic biomass.展开更多
The rapid growth of distributed data-centric applications and AI workloads increases demand for low-latency,high-throughput communication,necessitating frequent and flexible updates to network routing configurations.H...The rapid growth of distributed data-centric applications and AI workloads increases demand for low-latency,high-throughput communication,necessitating frequent and flexible updates to network routing configurations.However,maintaining consistent forwarding states during these updates is challenging,particularly when rerouting multiple flows simultaneously.Existing approaches pay little attention to multi-flow update,where improper update sequences across data plane nodes may construct deadlock dependencies.Moreover,these methods typically involve excessive control-data plane interactions,incurring significant resource overhead and performance degradation.This paper presents P4LoF,an efficient loop-free update approach that enables the controller to reroute multiple flows through minimal interactions.P4LoF first utilizes a greedy-based algorithm to generate the shortest update dependency chain for the single-flow update.These chains are then dynamically merged into a dependency graph and resolved as a Shortest Common Super-sequence(SCS)problem to produce the update sequence of multi-flow update.To address deadlock dependencies in multi-flow updates,P4LoF builds a deadlock-fix forwarding model that leverages the flexible packet processing capabilities of the programmable data plane.Experimental results show that P4LoF reduces control-data plane interactions by at least 32.6%with modest overhead,while effectively guaranteeing loop-free consistency.展开更多
With the continuous development of artificial intelligence and computer vision technology,numerous deep learning-based lane line detection methods have emerged.DeepLabv3+,as a classic semantic segmentation model,has f...With the continuous development of artificial intelligence and computer vision technology,numerous deep learning-based lane line detection methods have emerged.DeepLabv3+,as a classic semantic segmentation model,has found widespread application in the field of lane line detection.However,the accuracy of lane line segmentation is often compromised by factors such as changes in lighting conditions,occlusions,and wear and tear on the lane lines.Additionally,DeepLabv3+suffers from high memory consumption and challenges in deployment on embedded platforms.To address these issues,this paper proposes a lane line detection method for complex road scenes based on DeepLabv3+and MobileNetV4(MNv4).First,the lightweight MNv4 is adopted as the backbone network,and the standard convolutions in ASPP are replaced with depthwise separable convolutions.Second,a polarization attention mechanism is introduced after the ASPP module to enhance the model’s generalization capability.Finally,the Simple Linear Iterative Clustering(SLIC)superpixel segmentation algorithmis employed to preserve lane line edge information.MNv4-DeepLabv3+was tested on the TuSimple and CULane datasets.On the TuSimple dataset,theMean Intersection over Union(MIoU)and Mean Pixel Accuracy(mPA)improved by 1.01%and 7.49%,respectively.On the CULane dataset,MIoU andmPA increased by 3.33%and 7.74%,respectively.Thenumber of parameters decreased from 54.84 to 3.19 M.Experimental results demonstrate that MNv4-DeepLabv3+significantly optimizes model parameter count and enhances segmentation accuracy.展开更多
Shape memory polymers used in 4D printing only had one permanent shape after molding,which limited their applications in requiring multiple reconstructions and multifunctional shapes.Furthermore,the inherent stability...Shape memory polymers used in 4D printing only had one permanent shape after molding,which limited their applications in requiring multiple reconstructions and multifunctional shapes.Furthermore,the inherent stability of the triazine ring structure within cyanate ester(CE)crosslinked networks after molding posed significant challenges for both recycling,repairing,and degradation of resin.To address these obstacles,dynamic thiocyanate ester(TCE)bonds and photocurable group were incorporated into CE,obtaining the recyclable and 3D printable CE covalent adaptable networks(CANs),denoted as PTCE1.5.This material exhibits a Young's modulus of 810 MPa and a tensile strength of 50.8 MPa.Notably,damaged printed PTCE1.5 objects can be readily repaired through reprinting and interface rejoining by thermal treatment.Leveraging the solid-state plasticity,PTCE1.5 also demonstrated attractive shape memory ability and permanent shape reconfigurability,enabling its reconfigurable 4D printing.The printed PTCE1.5 hinges and a main body were assembled into a deployable and retractable satellite model,validating its potential application as a controllable component in the aerospace field.Moreover,printed PTCE1.5 can be fully degraded into thiol-modified intermediate products.Overall,this material not only enriches the application range of CE resin,but also provides a reliable approach to addressing environmental issue.展开更多
The excessive use of pesticides has exacerbated environmental pollution due to herbicide residues,while their persistent toxicity poses serious challenges to global ecological security.A magnetically recyclable CoFe_(...The excessive use of pesticides has exacerbated environmental pollution due to herbicide residues,while their persistent toxicity poses serious challenges to global ecological security.A magnetically recyclable CoFe_(2)O_(4)/BiOBr S-scheme heterojunctions was prepared by microwave-assisted co-precipitation method for photocatalytic degradation of Diuron(DUR) in water.The formation of S-scheme heterojunction enhances electron transfer and charge separation,which was demonstrated by free radical trapping,electrochemical experiments,and DFT calculations.The magnetic CoFe_(2)O_(4)/BiOBr catalysts can achieve 99.9 %removal of diuron in 50 min under visible light irradiation.Furthermore,the system maintains stable performance across a broad p H range(3-9),enabling adaptation to diverse water environments,effective elimination of multiple pollutants,and strong resistance to ionic interference.Using magnetic recovery,CoFe_(2)O_(4)/BiOBr exhibits a high removal rate of 99 % and a markedly low ion leaching rate(<20 μg/L) after six cycles photocatalytic process,confirming its excellent stability and durability.According to HPLCQTOF-MS and DFT calculation,the main ways of DUR degradation include dechlorinated hydroxylation,dealkylation and hydroxylation of aromatic ring and side chain.Toxicity analysis showed that the toxicity of the intermediates generated during degradation was generally lower than that of DUR.The magnetic CoFe_(2)O_(4)/BiOBr S-scheme heterojunction developed in this study exhibits excellent photocatalytic performance,high applicability,good stability,and durability,providing an effective magnetic for the removal of refractory pollutants.展开更多
With growing concerns regarding electromagnetic pollution,low-cost,environmentally friendly,and high-performance electromagnetic wave absorption(EWA)materials have attracted significant attention.This paper reports on...With growing concerns regarding electromagnetic pollution,low-cost,environmentally friendly,and high-performance electromagnetic wave absorption(EWA)materials have attracted significant attention.This paper reports on the synthesis of porous Fe_(3)O_(4)/C composites that incorporate dielectric and magnetic loss mechanisms via the carbothermal reduction method and optimization of waste ratio to enhance EWA performance.The Fe_(3)O_(4)/C composites with 10wt%soybean residues(Fe_(3)O_(4)/C-10),demonstrated the best EWA performance,achieving the minimum reflection loss of−56.4 dB and a bandwidth of 2.14 GHz at a thickness of 2.23 mm.This enhanced EWA performance is primarily attributable to improved impedance matching and the synergistic effect between dielectric and magnetic losses.Furthermore,radar cross-sectional simulations confirmed the practical feasibility of the porous Fe_(3)O_(4)/C composites.This study proposes a viable strategy for utilizing soybean residue and electrolytic manganese residue,highlighting their potential applications in EWA.展开更多
We report on the growth of CoFe_(2)O_(4)/Pt heterostructure and their magnetotransport properties.The magnetoresistance under high magnetic fields exhibits a sign change when the temperature increases from 5 K to 10 K...We report on the growth of CoFe_(2)O_(4)/Pt heterostructure and their magnetotransport properties.The magnetoresistance under high magnetic fields exhibits a sign change when the temperature increases from 5 K to 10 K.The anomalous Hall resistance decreases as the temperature increases.Furthermore,angle-dependent magnetoresistance indicates that the observed magnetotransport behaviors originate from the competition between the spin Hall magnetoresistance and magnetic proximity effect.展开更多
文摘Under hydrothermal and solvothermal conditions,two novel cobalt-based complexes,{[Co_(2)(CIA)(OH)(1,4-dtb)]·3.2H_(2)O}n(HU23)and{[Co_(2)(CIA)(OH)(1,4-dib)]·3.5H2O·DMF}n(HU24),were successfully constructed by coordinatively assembling the semi-rigid multidentate ligand 5-(1-carboxyethoxy)isophthalic acid(H₃CIA)with the Nheterocyclic ligands 1,4-di(4H-1,2,4-triazol-4-yl)benzene(1,4-dtb)and 1,4-di(1H-imidazol-1-yl)benzene(1,4-dib),respectively,around Co^(2+)ions.Single-crystal X-ray diffraction analysis revealed that in both complexes HU23 and HU24,the CIA^(3-)anions adopt aκ^(7)-coordination mode,bridging six Co^(2+)ions via their five carboxylate oxygen atoms and one ether oxygen atom.This linkage forms tetranuclear[Co4(μ3-OH)2]^(6+)units.These Co-oxo cluster units were interconnected by CIA^(3-)anions to assemble into 2D kgd-type structures featuring a 3,6-connected topology.The 2D layers were further connected by 1,4-dtb and 1,4-dib,resulting in 3D pillar-layered frameworks for HU23 and HU24.Notably,despite the similar configurations of 1,4-dtb and 1,4-dib,differences in their coordination spatial orientations lead to topological divergence in the 3D frameworks of HU23 and HU24.Topological analysis indicates that the frameworks of HU23 and HU24 can be simplified into a 3,10-connected net(point symbol:(4^(10).6^(3).8^(2))(4^(3))_(2))and a 3,8-connected tfz-d net(point symbol:(4^(3))_(2)((4^(6).6^(18).8^(4)))),respectively.This structural differentiation confirms the precise regulatory role of ligands on the topology of metal-organic frameworks.Moreover,the ultraviolet-visible absorption spectra confirmed that HU23 and HU24 have strong absorption capabilities for ultraviolet and visible light.According to the Kubelka-Munk method,their bandwidths were 2.15 and 2.08 eV,respectively,which are consistent with those of typical semiconductor materials.Variable-temperature magnetic susceptibility measurements(2-300 K)revealed significant antiferromagnetic coupling in both complexes,with their effective magnetic moments decreasing markedly as the temperature lowered.CCDC:2457554,HU23;2457553,HU24.
文摘This study presents a reflective bibliometric review of 1457 peer-reviewed articles published in the Journal of Psychology in Africa(2008-2024,17 years),using a Meta-Editorial Mapping Framework(MEMF)analysis.The MEMF integrates citation metrics,keyword novelty ratios,TF-IDF weighting,and cluster-based topic modeling to trace long-term thematic trends and editorial evolution.Findings reveal sustained attention to foundational domains such as mental health,education,and identity,alongside a gradual integration of emergent themes including digital well-being,organizational behavior,and post-pandemic adaptation.Articles with moderate topical novelty(40%-60% new keywords)achieved the highest citation and usage metrics,suggesting that integrative innovation enhances scholarly impact.Clustering analyses indicate that the journal’s content forms overlapping conceptual domains rather than isolated silos.These insights contribute to editorial strategy,authorial positioning,and the future design of regional academic platforms.Moreover,the findings provide evidence supporting the use of the MEMF as a replicable tool for meta-editorial analysis across disciplinary and geographic boundaries.
基金supported by the National Natural Sci-ence Foundation of China(Nos.U21A20288 and 21978280).
文摘Developing green and efficient methods to acquire lignocellulose-based chemicals with high added value is beneficial for facilitating green chemistry and sustainable development.The goal of this study is to demonstrate that bio-based benzaldehyde,a noteworthy high-value chemical,is able to be directionally prepared from lignocellulosic biomass.This new control-lable transformation was materialized by uniting catalytic-pyrolysis of lignocellulose to toluene intermediate and catalytic oxidation of toluene intermediate to bio-based benzalde-hyde.This work also developed a highly active magnetic catalyst(CoFe_(2)O_(4)@Biochar(HTR)),achieving 77.1%benzaldehyde selectivity and 46.7%benzaldehyde yield using this catalyst.It was found that introducing the biochar carrier into the cobalt iron composite metal oxide cat-alyst enhanced hydroxyl radical formation and bio-based benzaldehyde synthesis.Based on catalyst characterizations and hydroxyl radical analysis,potential reaction mechanism for bio-based benzaldehyde synthesis was proposed.This strategy may provide a beneficial pathway for developing high-value bio-based chemical(benzaldehyde)using renewable lignocellulosic biomass.
基金supported by the National Key Research and Development Program of China under Grant 2022YFB2901501in part by the Science and Technology Innovation leading Talents Subsidy Project of Central Plains under Grant 244200510038.
文摘The rapid growth of distributed data-centric applications and AI workloads increases demand for low-latency,high-throughput communication,necessitating frequent and flexible updates to network routing configurations.However,maintaining consistent forwarding states during these updates is challenging,particularly when rerouting multiple flows simultaneously.Existing approaches pay little attention to multi-flow update,where improper update sequences across data plane nodes may construct deadlock dependencies.Moreover,these methods typically involve excessive control-data plane interactions,incurring significant resource overhead and performance degradation.This paper presents P4LoF,an efficient loop-free update approach that enables the controller to reroute multiple flows through minimal interactions.P4LoF first utilizes a greedy-based algorithm to generate the shortest update dependency chain for the single-flow update.These chains are then dynamically merged into a dependency graph and resolved as a Shortest Common Super-sequence(SCS)problem to produce the update sequence of multi-flow update.To address deadlock dependencies in multi-flow updates,P4LoF builds a deadlock-fix forwarding model that leverages the flexible packet processing capabilities of the programmable data plane.Experimental results show that P4LoF reduces control-data plane interactions by at least 32.6%with modest overhead,while effectively guaranteeing loop-free consistency.
文摘With the continuous development of artificial intelligence and computer vision technology,numerous deep learning-based lane line detection methods have emerged.DeepLabv3+,as a classic semantic segmentation model,has found widespread application in the field of lane line detection.However,the accuracy of lane line segmentation is often compromised by factors such as changes in lighting conditions,occlusions,and wear and tear on the lane lines.Additionally,DeepLabv3+suffers from high memory consumption and challenges in deployment on embedded platforms.To address these issues,this paper proposes a lane line detection method for complex road scenes based on DeepLabv3+and MobileNetV4(MNv4).First,the lightweight MNv4 is adopted as the backbone network,and the standard convolutions in ASPP are replaced with depthwise separable convolutions.Second,a polarization attention mechanism is introduced after the ASPP module to enhance the model’s generalization capability.Finally,the Simple Linear Iterative Clustering(SLIC)superpixel segmentation algorithmis employed to preserve lane line edge information.MNv4-DeepLabv3+was tested on the TuSimple and CULane datasets.On the TuSimple dataset,theMean Intersection over Union(MIoU)and Mean Pixel Accuracy(mPA)improved by 1.01%and 7.49%,respectively.On the CULane dataset,MIoU andmPA increased by 3.33%and 7.74%,respectively.Thenumber of parameters decreased from 54.84 to 3.19 M.Experimental results demonstrate that MNv4-DeepLabv3+significantly optimizes model parameter count and enhances segmentation accuracy.
基金supported by the National Natural Science Foundation of China(Nos.52473080,52403167 and 52173079)the Fundamental Research Funds for the Central Universities(Nos.xtr052023001 and xzy012023037)+1 种基金the Postdoctoral Research Project of Shaanxi Province(No.2024BSHSDZZ054)the Shaanxi Laboratory of Advanced Materials(No.2024ZY-JCYJ-04-12).
文摘Shape memory polymers used in 4D printing only had one permanent shape after molding,which limited their applications in requiring multiple reconstructions and multifunctional shapes.Furthermore,the inherent stability of the triazine ring structure within cyanate ester(CE)crosslinked networks after molding posed significant challenges for both recycling,repairing,and degradation of resin.To address these obstacles,dynamic thiocyanate ester(TCE)bonds and photocurable group were incorporated into CE,obtaining the recyclable and 3D printable CE covalent adaptable networks(CANs),denoted as PTCE1.5.This material exhibits a Young's modulus of 810 MPa and a tensile strength of 50.8 MPa.Notably,damaged printed PTCE1.5 objects can be readily repaired through reprinting and interface rejoining by thermal treatment.Leveraging the solid-state plasticity,PTCE1.5 also demonstrated attractive shape memory ability and permanent shape reconfigurability,enabling its reconfigurable 4D printing.The printed PTCE1.5 hinges and a main body were assembled into a deployable and retractable satellite model,validating its potential application as a controllable component in the aerospace field.Moreover,printed PTCE1.5 can be fully degraded into thiol-modified intermediate products.Overall,this material not only enriches the application range of CE resin,but also provides a reliable approach to addressing environmental issue.
基金supported by the National Natural Science Foundation of China (No.52370174)the Natural Science Foundation of Shandong Province,China (No.ZR2022ME128)Special Projects in Key Areas of Colleges and Universities in Guangdong Province (No.2023ZDZX4050)。
文摘The excessive use of pesticides has exacerbated environmental pollution due to herbicide residues,while their persistent toxicity poses serious challenges to global ecological security.A magnetically recyclable CoFe_(2)O_(4)/BiOBr S-scheme heterojunctions was prepared by microwave-assisted co-precipitation method for photocatalytic degradation of Diuron(DUR) in water.The formation of S-scheme heterojunction enhances electron transfer and charge separation,which was demonstrated by free radical trapping,electrochemical experiments,and DFT calculations.The magnetic CoFe_(2)O_(4)/BiOBr catalysts can achieve 99.9 %removal of diuron in 50 min under visible light irradiation.Furthermore,the system maintains stable performance across a broad p H range(3-9),enabling adaptation to diverse water environments,effective elimination of multiple pollutants,and strong resistance to ionic interference.Using magnetic recovery,CoFe_(2)O_(4)/BiOBr exhibits a high removal rate of 99 % and a markedly low ion leaching rate(<20 μg/L) after six cycles photocatalytic process,confirming its excellent stability and durability.According to HPLCQTOF-MS and DFT calculation,the main ways of DUR degradation include dechlorinated hydroxylation,dealkylation and hydroxylation of aromatic ring and side chain.Toxicity analysis showed that the toxicity of the intermediates generated during degradation was generally lower than that of DUR.The magnetic CoFe_(2)O_(4)/BiOBr S-scheme heterojunction developed in this study exhibits excellent photocatalytic performance,high applicability,good stability,and durability,providing an effective magnetic for the removal of refractory pollutants.
基金supported by the National Natural Science Foundation of China(No.52471221)the Natural Science Foundation of Hunan Province,China(No.2024JJ7145)the National Sustainable Development Agenda Innovation Demonstration Zone Hunan special project,China(No.2022sfq09).
文摘With growing concerns regarding electromagnetic pollution,low-cost,environmentally friendly,and high-performance electromagnetic wave absorption(EWA)materials have attracted significant attention.This paper reports on the synthesis of porous Fe_(3)O_(4)/C composites that incorporate dielectric and magnetic loss mechanisms via the carbothermal reduction method and optimization of waste ratio to enhance EWA performance.The Fe_(3)O_(4)/C composites with 10wt%soybean residues(Fe_(3)O_(4)/C-10),demonstrated the best EWA performance,achieving the minimum reflection loss of−56.4 dB and a bandwidth of 2.14 GHz at a thickness of 2.23 mm.This enhanced EWA performance is primarily attributable to improved impedance matching and the synergistic effect between dielectric and magnetic losses.Furthermore,radar cross-sectional simulations confirmed the practical feasibility of the porous Fe_(3)O_(4)/C composites.This study proposes a viable strategy for utilizing soybean residue and electrolytic manganese residue,highlighting their potential applications in EWA.
基金supported by the National Natural Science Foundation of China(Grant Nos.62525406,T2394473,624B2070,and 62274085)the National Key Research and Development Program of China(Grant No.2022YFA1402404)the Innovation Program for Quantum Science and Technology of China(Grant No.2024ZD0301300)。
文摘We report on the growth of CoFe_(2)O_(4)/Pt heterostructure and their magnetotransport properties.The magnetoresistance under high magnetic fields exhibits a sign change when the temperature increases from 5 K to 10 K.The anomalous Hall resistance decreases as the temperature increases.Furthermore,angle-dependent magnetoresistance indicates that the observed magnetotransport behaviors originate from the competition between the spin Hall magnetoresistance and magnetic proximity effect.