<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technology and Engineering &#8211; Science</title>
	<atom:link href="https://scienmag.com/category/science-news/technology-and-engineering/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 30 Aug 2026 23:57:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>Technology and Engineering &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Multi-scale transformer with dynamic attention detects group behavior in volleyball matches</title>
		<link>https://scienmag.com/multi-scale-transformer-with-dynamic-attention-detects-group-behavior-in-volleyball-matches/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sun, 30 Aug 2026 23:57:29 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[AI-based recognition of volleyball actions and formations]]></category>
		<category><![CDATA[applications of artificial intelligence in]]></category>
		<category><![CDATA[automated classification of volleyball actions and formations]]></category>
		<category><![CDATA[challenges of computer vision in dynamic]]></category>
		<category><![CDATA[computer vision challenges in fast-paced team sports]]></category>
		<category><![CDATA[computer vision for team sports]]></category>
		<category><![CDATA[deep learning for complex group activity detection]]></category>
		<category><![CDATA[dynamic attention mechanisms in sports video analysis]]></category>
		<category><![CDATA[dynamic attention mechanisms in sports video recognition]]></category>
		<category><![CDATA[high-accuracy AI systems for sports behavior recognition]]></category>
		<category><![CDATA[high-accuracy volleyball behavior detection benchmarks]]></category>
		<category><![CDATA[innovative approaches to volleyball match analysis]]></category>
		<category><![CDATA[machine learning for tactical understanding in volleyball]]></category>
		<category><![CDATA[multi-player action recognition in complex environments]]></category>
		<category><![CDATA[multi-scale transformer AI for volleyball group behavior detection]]></category>
		<category><![CDATA[Multi-scale transformer architecture for group behavior detection in volleyball]]></category>
		<category><![CDATA[near real-time sports analytics using artificial intelligence]]></category>
		<category><![CDATA[near real-time sports event classification]]></category>
		<category><![CDATA[occluded sports scenes]]></category>
		<category><![CDATA[rapid video processing for sports strategy insights]]></category>
		<category><![CDATA[real-time AI analysis of volleyball match footage]]></category>
		<category><![CDATA[real-time sports analytics using deep learning]]></category>
		<category><![CDATA[structured modeling of athlete interactions in volleyball]]></category>
		<category><![CDATA[structured tactical analysis using artificial intelligence]]></category>
		<category><![CDATA[tactical understanding in volleyball match analysis]]></category>
		<guid isPermaLink="false">https://scienmag.com/multi-scale-transformer-with-dynamic-attention-detects-group-behavior-in-volleyball-matches/</guid>

					<description><![CDATA[For decades, the fastest way to decode what was unfolding on a volleyball court was a trained human eye—a coach scribbling on a clipboard, a referee tracking six players at once, an analyst scrubbing through hours of footage long after the final whistle. That monopoly on tactical understanding is now being challenged by mathematics. In [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>For decades, the fastest way to decode what was unfolding on a volleyball court was a trained human eye—a coach scribbling on a clipboard, a referee tracking six players at once, an analyst scrubbing through hours of footage long after the final whistle. That monopoly on tactical understanding is now being challenged by mathematics. In a study published in Discover Artificial Intelligence, researchers Shubin Wen and Qiwen Wang present an artificial intelligence framework that watches raw match video and recognizes complex group behaviors—attacks, blocks, saves, serves, attack preparations, and defensive rotations—with F1 scores of 95.59 percent and 93.38 percent on two benchmark datasets, while classifying what it sees in as little as 17.4 milliseconds. The system does not merely report what an individual player is doing. It reads the rally as a single organism, capturing the shifting web of relationships among athletes and converting it into a structured tactical picture that a machine can interrogate in near real time.</p>
<p>Volleyball is among the most punishing environments a computer vision system can confront. During spiking exchanges, blocking duels, and defensive rotations, several players execute different actions within the same fraction of a second, their bodies interleaved and repeatedly occluding one another. Cameras pan and cut, arena lighting swings, and motion blur smears the very joints whose positions matter most. Traditional detection leaned on referees&#8217; visual observation or slow machine monitoring, and even mature tracking platforms such as Hawk-Eye, the authors note, measure trajectories without genuinely understanding team semantics. Earlier learning-based attempts each carved off a fragment of the problem. A semi-supervised support vector machine approach traced player trajectories but could not model multi-person interactions; a dual-attention spatiotemporal inference network sharpened correlations yet missed high-frequency action transitions; a multi-scale detection network powered a real-time referee system but never unified formation-level structure; inertial measurement units sensed jumps reliably but faltered in crowded video scenes; and long short-term memory networks extracted temporal dynamics while collapsing under heavy occlusion. Even Transformer-era hybrids—YOLOv5-based trackers, position recognizers, and training robots—stopped at the level of the individual target, leaving collaboration semantics largely untouched.</p>
<p>The new framework rests on the premise that a team&#8217;s behavior lives at three scales simultaneously, and it encodes all three as a vocabulary of semantic tokens. Keypoint semantic tokens, 68 dimensions in their raw form, carry 17 skeletal joint coordinates together with confidence scores and local posture embeddings. Individual semantic tokens, 128 dimensions raw, fuse appearance features with bounding-box position, aspect ratio, and speed change. Interaction semantic tokens, a lean 32 dimensions, describe the geometry between two players: relative distance, direction angle, speed difference, and team relationship. Because these heterogeneous vectors differ so radically in structure, each is passed through its own multilayer perceptron and layer normalization before being projected into a shared 256-dimensional feature space under learnable balancing coefficients. Crucially, the interaction tokens are not appended as extra columns of data. They enter the attention computation itself as a relational bias term, so the pairwise weights connecting players are reshaped by how far apart the athletes stand, how their velocities differ, and which side of the net they occupy—a design the authors stress is far from simple feature concatenation.</p>
<p>The pipeline begins with ordinary RGB video, sampled into clips of 16 consecutive frames at a uniform 25 frames per second. HRNet-W48, initialized with pre-trained weights and fine-tuned end to end, extracts each player&#8217;s 17 skeletal keypoints and confidences, while ResNet18 supplies appearance features that RoIAlign aligns to every detected player region. Both backbones adapt to the specific dynamics of volleyball rather than generic imagery. Keeping identities straight across frames is its own quiet triumph: the system matches detection boxes using intersection-over-union, the Euclidean distance between center points, and cosine similarity of appearance features, then resolves the global assignment with the Hungarian algorithm so that player seven remains player seven through a chaotic scramble at the net. Per-frame appearance and pose features are stitched within each frame, stacked across time, and projected into a unified spatiotemporal sequence—the raw material from which the three token families are built.</p>
<p>At the architecture&#8217;s core sits a multi-scale Transformer deliberately unlike a conventional stack of self-attention blocks. The encoder comprises four layers with eight attention heads each, a feedforward hidden dimension of 1024, and dropout of 0.1, and it replaces the standard residual connection with gated residual normalization, in which a learnable coefficient decides how much of each layer&#8217;s output is smoothed through layer normalization versus passed through untouched. Multi-head outputs are concatenated and projected so that information from different semantic subspaces can be aggregated, and cross-scale features are merged through progressive, gated fusion rather than blunt addition. The decoder adds two layers with eight heads apiece and a cross-attention module driven by six learned behavior query vectors—one per category the system must recognize. These queries behave like questions posed to the encoded scene: each sweeps across the fused multi-scale features through scaled dot-product attention, selectively harvesting the action regions, coordination chains, and formation structures relevant to its own behavior class, before a feedforward network updates the behavioral state. Because attention spans all players and all frames at once, the model establishes long-range dependencies across both the team and the timeline.</p>
<p>The second half of the framework is where the model earns its tolerance for chaos. A dynamic interaction domain takes each individual&#8217;s spatiotemporal features and generates a displacement vector field through a three-by-three convolution followed by a one-by-one mapping; bilinear interpolation then warps the features along this field, repositioning every player&#8217;s representation to where the flow of play says their influence now lies. Remarkably, this displacement field is trained without a single manually labeled displacement example—it is shaped implicitly, end to end, by the backpropagated pressure of the classification objective and a multi-scale attention consistency loss that penalizes disagreement among the attention maps of different scales. A self-attention-based dynamic interaction module then projects target and neighbor features through separate linear layers into query, key, and value vectors; softmax over scaled dot products assigns each neighbor its influence weight, with square-root-of-dimension scaling included specifically to keep softmax gradients from vanishing during training. Finally, a temporal attention network pools features at each moment, passes them through one-dimensional convolutions and a sigmoid gate, and reweights the sequence point by point, spotlighting rhythm mutations and action bursts that fixed attention schemes drift past. The total loss simply adds a weighted attention-consistency term to cross-entropy classification.</p>
<p>The performance figures are the kind that make sports technologists sit up. On the VD dataset the model reached an F1 score of 95.59 percent; on the deliberately hostile VTE benchmark—derived from VD with segment resampling, perspective-shift simulation, brightness perturbation, local occlusion, and motion blur—it still scored 93.38 percent, with inference latencies of 17.4 and 18.2 milliseconds respectively. All timings reflect average forward inference per frame on a single NVIDIA RTX A5000 GPU with 24 gigabytes of memory at a batch size of 8, excluding video decoding, data loading, and visualization so that comparisons remain fair. Against the graph-convolutional and recurrent heavyweights ST-GCN, ConvLSTM, and Video Swin, evaluated under identical splits, resolutions, hardware, and metrics, the proposed system posted the highest overall score of 9.12, with its clearest advantages in occluded key-action recognition, multi-person interaction modeling, and cross-view adaptability. Across six camera-viewpoint offsets—plus and minus 5, 10, 15, 20, 25, and 30 degrees—and three illumination levels of 300, 800, and 1500 lux, average accuracy never dropped below 87.5 percent, and consecutive clip predictions are smoothed over time to suppress short-lived false detections.</p>
<p>The reproducibility scaffolding is unusually explicit for applied sports vision. The VD dataset, obtained from the project&#8217;s public page, was split seven to three along match-video boundaries so that identical footage could never straddle the training and test sets, with all videos converted to 25 fps, 1080p RGB and clips of 16 or 32 frames. The VTE robustness set was produced by independent scripts whose augmentation parameters, sample indices, and metadata were saved in full, while detection boxes, keypoint coordinates, and trajectory identities were updated in lockstep with every perturbation. Every model was run five times with random seeds 42, 52, 62, 72, and 82, and results are reported as mean plus or minus standard deviation, with one-way ANOVA and Tukey post-hoc tests separating the contenders. Evaluation spanned accuracy, precision, recall, F1-score, mean average precision, latency, parameter count, and computational cost—a breadth of measurement rarely applied to team-sport behavior recognition.</p>
<p>The authors position the work as key technical support for intelligent tactical analysis systems, team collaboration evaluation, and sports big data platforms, but its implications reach well beyond the court. What the framework demonstrates is a general recipe for understanding multi-agent systems: represent individuals, their pairwise relationships, and their collective structure as distinct semantic streams; let relational information reshape attention itself rather than sit beside it; and warp the model&#8217;s perceptual field dynamically as the scene evolves. The same logic transfers naturally to pedestrian crowd analysis, human-robot collaboration, swarm robotics, and any domain where meaning emerges from coordination rather than from isolated actions. Latencies under twenty milliseconds put genuine sideline feedback—tactical adjustments delivered between rallies—within reach of commodity hardware. For a sport whose essence has always been six people thinking as one, the arrival of a machine that can watch that thinking unfold frame by frame at twenty-five frames per second is less a convenience than a change in what can be seen at all.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Artificial intelligence–based group behavior detection in volleyball match videos, combining a multi-scale Transformer with dynamic attention mechanisms.</p>
<p><strong>Article Title:</strong> Group behavior detection in volleyball matches based on multi-scale transformer and dynamic attention</p>
<p><strong>Article References:</strong> Wen, S., &amp; Wang, Q. (2026). Group behavior detection in volleyball matches based on multi-scale transformer and dynamic attention. <em>Discover Artificial Intelligence, 6</em>(1), Article 975. <a href="https://doi.org/10.1007/s44163-026-02014-4" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s44163-026-02014-4</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s44163-026-02014-4" target="_blank" rel="noopener noreferrer">10.1007/s44163-026-02014-4</a></p>
<p><strong>Keywords:</strong> Group behavior detection; Multi-scale Transformer; Dynamic attention; Volleyball analytics; Semantic tokens; Dynamic interaction domain; Spatiotemporal modeling; Self-attention; Action recognition; Sports video analysis</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185790</post-id>	</item>
		<item>
		<title>Microbial Team Speeds Rice Straw Breakdown and Boosts Soil Fertility</title>
		<link>https://scienmag.com/microbial-team-speeds-rice-straw-breakdown-and-boosts-soil-fertility/</link>
		
		<dc:creator><![CDATA[Alan Morgan]]></dc:creator>
		<pubDate>Sun, 30 Aug 2026 23:51:27 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[biological methods for paddy straw decomposition]]></category>
		<category><![CDATA[biological rice straw management solutions]]></category>
		<category><![CDATA[environmental benefits of microbial decomposition]]></category>
		<category><![CDATA[environmental impact of rice straw waste management]]></category>
		<category><![CDATA[enzyme activity in soil health]]></category>
		<category><![CDATA[improving soil fertility with beneficial microbes]]></category>
		<category><![CDATA[in-situ fertilizer production]]></category>
		<category><![CDATA[in-situ fertilizer production from crop residues]]></category>
		<category><![CDATA[innovative biological methods for crop residue disposal]]></category>
		<category><![CDATA[microbial acceleration of organic matter breakdown]]></category>
		<category><![CDATA[microbial consortium for agricultural waste management]]></category>
		<category><![CDATA[microbial consortium for rice straw decomposition]]></category>
		<category><![CDATA[microbial solutions for crop residue disposal]]></category>
		<category><![CDATA[nitrogen-enhanced microbial treatments for crop residues]]></category>
		<category><![CDATA[nitrogen-enriched microbial treatments]]></category>
		<category><![CDATA[nutrient release from rice straw]]></category>
		<category><![CDATA[nutrient unlocking in rice straw decomposition]]></category>
		<category><![CDATA[reducing air pollution from paddy straw burning]]></category>
		<category><![CDATA[reducing crop residue burning emissions]]></category>
		<category><![CDATA[rice straw decomposition]]></category>
		<category><![CDATA[soil fertility enhancement through microorganisms]]></category>
		<category><![CDATA[soil microbial activity enhancement]]></category>
		<category><![CDATA[sustainable agriculture practices for rice-wheat rotation]]></category>
		<category><![CDATA[sustainable rice straw management]]></category>
		<guid isPermaLink="false">https://scienmag.com/microbial-team-speeds-rice-straw-breakdown-and-boosts-soil-fertility/</guid>

					<description><![CDATA[Every autumn, as the rice harvest ends across northern India, a thick, acrid pall of smoke settles over the Indo-Gangetic Plains, degrading air quality for tens of millions of people and repeatedly pushing cities such as Delhi into hazardous air territory. The immediate culprit is paddy straw: vast quantities of tough, silica-rich residue that farmers [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Every autumn, as the rice harvest ends across northern India, a thick, acrid pall of smoke settles over the Indo-Gangetic Plains, degrading air quality for tens of millions of people and repeatedly pushing cities such as Delhi into hazardous air territory. The immediate culprit is paddy straw: vast quantities of tough, silica-rich residue that farmers set alight because there is often barely a two-week window between harvesting rice and sowing wheat, and because straw left to decay on its own breaks down far too slowly to fit the farming calendar. A new study now offers a biological way out of this deadlock. Researchers report that a deliberately designed consortium of soil microorganisms can substantially accelerate the decomposition of rice straw directly in the field while simultaneously unlocking nutrients trapped inside the residue, effectively converting one of agriculture&#8217;s most notorious waste problems into an in-situ fertilizer factory. The findings, published on 27 August 2026 in the journal Waste and Biomass Valorization, show that the best-performing treatment — a microbial consortium combined with an elevated dose of nitrogen — produced marked gains in soil fertility, enzyme activity, and nutrient availability.</p>
<p>The research was carried out by Deepika Dhanda and Baljeet Singh Saharan of the Departments of Botany and Plant Physiology and of Microbiology at Chaudhary Charan Singh Haryana Agricultural University in Hisar, together with soil scientists Vishal Ahlawat and Rajendra Singh Garhwal from the same university&#8217;s Department of Soil Science, Joginder Singh Duhan of the Department of Biotechnology at Chaudhary Devi Lal University in Sirsa, and Pardeep Kumar Sadh of the Department of Biotechnology at Graphic Era (Deemed to be University) in Dehradun. Their premise was simple but ambitious: instead of waiting months for rice straw to rot, or destroying it in minutes with fire, why not recruit a microbial workforce that can do the job in weeks — and pay the soil in plant-available nutrients at the same time? Rather than betting on a single miracle microbe, the team assembled a consortium of compatible organisms whose combined enzymatic arsenal targets every structural layer of the straw, from its lignin sheath to its cellulose core. Laboratory-scale incubations were then paired with field-level validation to test whether the concept would survive contact with real farm conditions.</p>
<p>The obstacle the consortium had to overcome is written into the chemistry of rice straw itself. Straw is a classic lignocellulosic biomass: long cellulose microfibrils — crystalline chains of glucose units joined by β-1,4-glycosidic bonds — are embedded in a hemicellulose matrix and sealed within lignin, a dense, cross-linked aromatic polymer that resists enzymatic attack and shields the sugars that microbes are after. Left unaided, the native soil community can take an entire season, sometimes longer, to dismantle this architecture. A consortium, however, can operate like an assembly line. Lignin-degrading organisms open the polymer shield and expose the underlying carbohydrates; xylanase-producing microbes strip away the hemicellulose matrix; cellulolytic species then attack the liberated cellulose with cellulases and cellobiohydrolases; and β-glucosidases finish the job by cleaving cellobiose into glucose that the whole community can metabolize. Metabolic by-products from one group become substrates for the next, a phenomenon known as cross-feeding, and this metabolic hand-off is precisely what allows a mixed culture to shred lignocellulose faster than any single isolate working alone.</p>
<p>To quantify the effect, the team tracked decomposition kinetics, nutrient mineralization patterns, enzymatic activity, and shifts in the soil microbial community across a series of treatments in both laboratory incubations and field plots. The treatments varied the supply of mineral nitrogen — from the recommended dose to above-recommended rates — in combination with, and without, the microbial consortium. One treatment, designated T8, paired the consortium with 125 percent of the recommended dose of nitrogen, and it consistently separated itself from the pack. The logic behind supplementing nitrogen with the inoculant is well grounded: fresh crop residues with a high carbon-to-nitrogen ratio can trigger nitrogen immobilization, a process in which decomposer microbes pull available soil nitrogen to build their own biomass, temporarily starving the following crop. Extra nitrogen keeps the decomposer community carbon- and nitrogen-balanced, sustaining rapid microbial growth and enzyme secretion so that the consortium can consume the straw without borrowing fertility from the wheat crop that must follow.</p>
<p>The fertility payoff emerged clearly in the soil analyses. Under T8, the availability of the macronutrients nitrogen, phosphorus, and potassium rose significantly, and so did the extractable pools of the micronutrients copper, iron, manganese, and zinc. Each gain follows a distinct biochemical route. Organic nitrogen bound in the straw is mineralized to ammonium and then oxidized to nitrate by ammonifying and nitrifying populations, replenishing the plant-available nitrogen pool. Phosphorus trapped in organic residues is cleaved by phosphatase enzymes and further solubilized by low-molecular-weight organic acids that decomposers excrete as they metabolize; those same acids, together with chelating agents, pry metal ions loose from mineral surfaces and organic complexes, enlarging the extractable pools of iron, manganese, zinc, and copper. Potassium, which is not structurally locked into organic molecules, is released rapidly as straw tissue disintegrates. Taken together, the pattern indicates improved nutrient mobilization and biomass conversion efficiency: the straw is not merely disappearing faster, its constituent elements are being converted into forms the next crop can actually absorb.</p>
<p>Two enzyme assays anchored the biochemical evidence for this accelerated metabolism. The first was dehydrogenase activity, an intracellular marker that reflects the electron-transport activity of living, metabolically engaged microbes rather than the residue of enzymes left behind by dead cells. Measured by the reduction of a colorless tetrazolium salt to red triphenylformazan inside intact cells, dehydrogenase activity under T8 reached 61.3 ± 2.76 micrograms of triphenylformazan per gram of soil per 24 hours — the highest value recorded among the treatments. The second was fluorescein diacetate hydrolysis, a broad-spectrum assay in which the non-fluorescent substrate is cleaved by a suite of extracellular hydrolases, including esterases, lipases, and proteases, into fluorescent fluorescein. That activity peaked at 33.4 ± 1.51 micrograms of fluorescein per gram of soil per hour. High readings on both fronts describe a soil community in overdrive: more living biomass respiring at high rates, and a larger arsenal of hydrolytic enzymes deployed against the straw and its breakdown intermediates.</p>
<p>Microbial community analysis supplied the taxonomic confirmation of what the enzyme numbers implied. Soils receiving the consortium showed enrichment of functional taxa associated with organic matter degradation and nutrient cycling, encompassing bacterial and fungal lineages known for lignocellulosic degradation and nutrient transformations. In practical terms, the consortium appears to act less like a foreign implant and more like a catalyst for ecological succession: the introduced organisms open up the straw, and the resulting flush of sugars, amino acids, and mineral nutrients draws in and multiplies native decomposers and nutrient cyclers that then share the workload. This dynamic helps explain the durability of the treatment effect — a self-reinforcing loop in which faster decomposition feeds microbial growth, and larger, more active populations decompose still faster. It also explains why the treated soils surpassed what an added dose of nitrogen alone could accomplish, since the consortium reorganized the community&#8217;s division of labor rather than merely feeding it.</p>
<p>A subtler indicator of a functioning soil system was the trajectory of pH. When fresh organic matter decomposes, early-stage metabolism typically floods soil microsites with organic acids and phenolic intermediates, temporarily depressing pH — a phase that can stress seedling roots and temporarily tie up nutrients. In the consortium treatments, and most consistently under T8, soil pH drifted progressively toward neutrality over the incubation period. The researchers interpret this gradual neutralization as evidence that decomposition intermediates were being stabilized: volatile fatty acids and phenolic compounds generated during the early breakdown phase were consumed, converted, or buffered by the maturing community, steering the residue toward a compost-like, stabilized state. A soil that passes through acidification and returns to neutral chemistry has, in effect, completed the digestion cycle rather than stalling halfway — a distinction that matters enormously for farmers who must sow wheat shortly after incorporating straw into their fields.</p>
<p>The broader significance of the result is difficult to overstate. The rice–wheat rotation dominates agriculture across the Indo-Gangetic Plains, and the short turnaround between crops has made residue burning the default disposal method for millions of farmers. Each burning season injects particulate matter, carbon monoxide, and greenhouse gases into the atmosphere, feeding the hazardous winter smog episodes that repeatedly envelop Delhi and neighboring states. Burning also destroys the very resource the straw represents: organic matter that regional soils are steadily losing, and nutrients that farmers must then repurchase as fertilizer. Previous studies have linked straw incorporation and careful residue management with improved soil organic carbon, aggregate stability, and biological activity, but slow natural decomposition and nitrogen immobilization have kept adoption limited. A consortium-based inoculant attacks precisely those bottlenecks, giving farmers a way to keep straw in the field, reduce dependence on purchased nitrogen, phosphorus, and potassium, and rebuild the biological engine of their soils — all while removing an entire harvest&#8217;s worth of biomass from the smoke column.</p>
<p>Considerable work remains before such a consortium becomes a shelf product. Formulations must be stabilized and scaled, production costs brought within reach of smallholder farmers, and the recipe tuned to local soils, climates, and cropping calendars; the study, notably, received no external funding, and all data derive from the authors&#8217; own laboratory and field experiments. Yet the proof of concept stands firm: a rationally composed microbial community, supported by a properly calibrated nitrogen dose, can markedly speed paddy straw decomposition, enrich soil nutrient pools, elevate the enzymatic machinery of the soil, and steer the system toward stable, near-neutral chemistry. In a region where the choice between burning straw and choking on smoke has long felt unavoidable, the study reframes the question entirely — not how to get rid of rice straw, but how quickly its nutrients can be set free. The answer, it now appears, may already be alive in the soil, waiting only to be organized into a workforce.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Microbial consortium-mediated decomposition of paddy (rice) straw and its effects on soil fertility, nutrient mineralization, soil enzymatic activity, and microbial community dynamics.</p>
<p><strong>Article Title:</strong> Microbial Consortium-Mediated Paddy Straw Decomposition and Soil Fertility Enhancement</p>
<p><strong>Article References:</strong> Dhanda, D., Saharan, B. S., Ahlawat, V., Garhwal, R. S., Duhan, J. S., &amp; Sadh, P. K. (2026). Microbial Consortium-Mediated Paddy Straw Decomposition and Soil Fertility Enhancement. <em>Waste and Biomass Valorization</em>. <a href="https://doi.org/10.1007/s12649-026-03782-x" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s12649-026-03782-x</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s12649-026-03782-x" target="_blank" rel="noopener noreferrer">10.1007/s12649-026-03782-x</a></p>
<p><strong>Keywords:</strong> Paddy straw, Microbial consortium, Lignocellulosic biomass, Biomass bioconversion, Nutrient mineralization, Soil enzymatic activity, Biomass valorization</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185787</post-id>	</item>
		<item>
		<title>Pesticide etoxazole causes dose-dependent nerve, inflammation, and DNA damage in female rats</title>
		<link>https://scienmag.com/pesticide-etoxazole-causes-dose-dependent-nerve-inflammation-and-dna-damage-in-female-rats/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sun, 30 Aug 2026 22:41:29 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[biological effects of agricultural pesticides on non-target species]]></category>
		<category><![CDATA[chitin biosynthesis inhibition effects]]></category>
		<category><![CDATA[chitin biosynthesis inhibitors and mammalian safety]]></category>
		<category><![CDATA[DNA damage from chemical pesticides]]></category>
		<category><![CDATA[DNA damage from pesticides]]></category>
		<category><![CDATA[DNA integrity and chemical exposure]]></category>
		<category><![CDATA[dose-dependent nerve damage from acaricides]]></category>
		<category><![CDATA[dose-dependent nerve damage from etoxazole]]></category>
		<category><![CDATA[effects of oxazoline class pesticides on mammals]]></category>
		<category><![CDATA[environmental health risks of mite-killing chemicals]]></category>
		<category><![CDATA[Etoxazole pesticide toxicity in mammals]]></category>
		<category><![CDATA[impact of acaricides on mammalian health]]></category>
		<category><![CDATA[inflammation caused by agricultural chemicals]]></category>
		<category><![CDATA[inflammation caused by pesticide exposure]]></category>
		<category><![CDATA[long-term effects of mite-specific pesticides]]></category>
		<category><![CDATA[long-term health implications of pesticide exposure]]></category>
		<category><![CDATA[mechanisms of pesticide-induced inflammation and cellular damage]]></category>
		<category><![CDATA[neurotoxicity of pesticide residues]]></category>
		<category><![CDATA[pesticide impact on female rat nervous system]]></category>
		<category><![CDATA[pesticide toxicity in mammals]]></category>
		<category><![CDATA[pesticide-induced inflammatory responses]]></category>
		<category><![CDATA[regulatory considerations for pesticide safety]]></category>
		<category><![CDATA[safety assessment of etoxazole in mammals]]></category>
		<guid isPermaLink="false">https://scienmag.com/pesticide-etoxazole-causes-dose-dependent-nerve-inflammation-and-dna-damage-in-female-rats/</guid>

					<description><![CDATA[Etoxazole, a mite-killing pesticide sprayed on everything from apples and strawberries to cotton and ornamental plants, has long carried a reputation as one of the gentler chemicals in the agricultural arsenal. Because it targets a biochemical process unique to arthropods—the construction of chitin, the tough material that forms insect and mite shells—regulators and manufacturers have [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Etoxazole, a mite-killing pesticide sprayed on everything from apples and strawberries to cotton and ornamental plants, has long carried a reputation as one of the gentler chemicals in the agricultural arsenal. Because it targets a biochemical process unique to arthropods—the construction of chitin, the tough material that forms insect and mite shells—regulators and manufacturers have largely assumed that mammals, which make no chitin at all, have little to fear from it. A new study published in Scientific Reports now complicates that comfortable picture. In experiments on female Wistar rats, the study by B. Bati reports that etoxazole produced measurable disturbances in cholinergic nerve signaling, provoked inflammatory responses, and inflicted damage on DNA, with all three categories of harm intensifying as the dose increased. The findings, dose-dependent across the board, suggest that a compound engineered to be selectively lethal to mites may not be biologically invisible to mammals after all.</p>
<p>Etoxazole belongs to the oxazoline class of acaricides and was developed in the 1990s as growers wrestled with resistance to older miticides. Its mode of action is elegant in its specificity: the compound interferes with chitin biosynthesis, the molecular assembly line that mites and insects rely on to build new exoskeletons as they molt. Starved of chitin, developing mites cannot complete ecdysis and die. Mammals possess no chitin and no molting machinery, and therefore—so the reasoning went—no meaningful molecular target for the chemical. That logic underpinned etoxazole&#8217;s favorable toxicological profile in registration dossiers, and the compound is now approved on a long list of food crops across major producing regions, with residues routinely detected on fruit and in processed foods. But selectivity of mode of action is not the same as absence of biological activity, and toxicologists have increasingly begun to probe what &#8220;low mammalian toxicity&#8221; actually means at the level of cells and molecules.</p>
<p>The new work was designed to answer precisely that question. Female Wistar rats, a standard outbred laboratory strain widely used in toxicological research, were assigned to groups receiving different doses of etoxazole, allowing a dose-response picture rather than a simple exposed-versus-unexposed comparison. The design matters because dose-dependence is one of the hallmarks toxicologists look for when judging whether an observed effect is a genuine consequence of a chemical or mere biological noise: if harm climbs in step with exposure, causation becomes far harder to dismiss. After the exposure period, the animals were evaluated across three distinct but interconnected domains—the functional state of the cholinergic system, which governs acetylcholine signaling throughout the nervous system; markers of inflammation, the immune system&#8217;s generic alarm response; and genotoxicity, the damage inflicted directly or indirectly on genetic material. The study reports that etoxazole left fingerprints in all three domains, and that the fingerprints deepened with every increase in dose.</p>
<p>The cholinergic findings are arguably the most unexpected. The cholinergic system transmits signals at the junctions between nerve cells and between nerves and muscles using the neurotransmitter acetylcholine. Once acetylcholine has delivered its message, the enzyme acetylcholinesterase rapidly breaks it down, resetting the synapse for the next signal. Nerve agents and many organophosphate and carbamate pesticides work by blocking acetylcholinesterase, causing acetylcholine to accumulate and nerve cells to fire uncontrollably. Etoxazole was never designed to touch this system, and its mode of action in mites has nothing to do with neurotransmission. Yet the study reports cholinergic perturbation in the exposed rats, scaling with dose. Interference with cholinergic regulation, even when it falls short of outright enzyme poisoning, can translate into altered neuromuscular coordination, disturbed autonomic control of organs, and subtle impairments in cognition and mood—outcomes that standard acute toxicity testing, focused on survival and gross symptoms, is poorly equipped to detect.</p>
<p>The inflammatory results point in a complementary direction. Inflammation is the body&#8217;s double-edged first response to injury: in the short term it recruits immune cells and repair machinery to damaged tissue, but when provoked chronically or systemically it becomes a driver of disease, implicated in cardiovascular disease, metabolic dysfunction, liver injury, and cancer. The study documents an inflammatory response in etoxazole-exposed rats that intensified with dose, consistent with the chemical acting as a low-grade systemic irritant to mammalian tissue. Such signaling typically travels through well-characterized molecular channels—pro-inflammatory messenger proteins such as tumor necrosis factor-alpha and interleukin-1 beta, coordinated in large part by the NF-kappaB transcription factor pathway—and sustained activation of these pathways by environmental chemicals is increasingly recognized as one route by which everyday exposures translate into long-term pathology.</p>
<p>Most consequential of all are the genotoxic findings. Genotoxicity refers to a chemical&#8217;s capacity to damage DNA, whether directly, by attacking the genetic material itself, or indirectly, through reactive molecules that do the attacking. It is the endpoint most tightly linked to cancer risk, because mutations in critical genes can set a cell on the path to uncontrolled division, and it is also associated with reproductive harm when it strikes the DNA of germ cells. The study reports DNA-damaging effects in the exposed animals that grew with dose, a pattern toxicologists treat with particular seriousness because it implies a monotonic relationship between exposure and molecular injury. A dose-dependent genotoxic signal does not by itself prove carcinogenicity, and regulators generally require extensive follow-up before acting on such a signal alone. But it flags etoxazole as a chemical whose interaction with mammalian cells warrants far closer scrutiny than its &#8220;low risk&#8221; label has historically invited.</p>
<p>A unifying thread runs through all three effect categories: oxidative stress, the imbalance that arises when reactive oxygen species—the chemically aggressive byproducts of oxygen metabolism—overwhelm the cell&#8217;s antioxidant defenses. Superoxide radicals, hydrogen peroxide, and hydroxyl radicals are normal fixtures of cellular life, generated continuously in mitochondria and neutralized continuously by enzymes such as superoxide dismutase, catalase, and glutathione peroxidase. Many pesticides tilt this balance, and the resulting oxidative surplus can simultaneously damage membranes, perturb enzymes—including, indirectly, the cholinesterases—and attack DNA, producing the oxidized bases and strand breaks that genotoxicity assays detect. Oxidative stress also activates inflammatory signaling, which in turn generates more reactive oxygen species, creating a self-reinforcing loop. That a single chemical exposure registers simultaneously in cholinergic, inflammatory, and genotoxic readouts is therefore less three separate findings than three windows onto one underlying disturbance.</p>
<p>The choice of female rats is itself scientifically meaningful. Sex is an increasingly acknowledged variable in toxicology: females and males differ in body composition, in the activity of the liver enzymes that metabolize foreign chemicals, in hormonal milieu, and in the regulation of immune and inflammatory responses, and these differences can translate into different sensitivities to the same compound. Studying females also raises questions relevant to reproductive health, since a chemical that damages DNA or inflames tissue in a non-pregnant adult raises obvious concerns for developing embryos when exposure occurs before or during gestation. The study does not settle how etoxazole behaves in males, in other species, or in pregnancy, but by documenting harm in one mammalian sex across multiple doses it weakens the argument that the compound can be assumed benign across the board.</p>
<p>None of this means that a single piece of treated fruit poses an acute danger, and the findings should be read through the oldest lens in toxicology: the dose makes the poison. Maximum residue limits exist precisely to keep dietary intake far below the levels at which effects emerge in animal studies, and residues on food typically correspond to exposures far below the doses toxicologists administer deliberately to map a chemical&#8217;s hazards. But dose-response data of exactly the kind the new study provides are what regulators need to test whether those safety margins are adequate. Real-world exposure is also rarely a single-dose affair: consumers encounter etoxazole alongside dozens of other pesticide residues, over years, in combinations whose joint effects are almost never tested, while populations with above-average exposure—farm workers, communities near treated fields—sit closer to the upper end of the exposure curve.</p>
<p>For pesticide safety, the study lands at an uncomfortable but familiar juncture. Selective toxicity—the principle that a chemical can be lethal to a pest and harmless to everything else—remains one of the most powerful ideas in agricultural chemistry, and etoxazole&#8217;s chitin-targeting mechanism is a textbook example. What the new results underscore is that selectivity of the designed mechanism does not guarantee silence elsewhere in the biochemistry of non-target organisms. Mammalian cells are dense networks of interacting pathways, and a foreign molecule entering them has many ways of doing harm that no registration study can anticipate in advance. The dose-dependent cholinergic, inflammatory, and genotoxic effects documented in female Wistar rats do not sound a death knell for a compound farmers genuinely need against resistant mites. They do, however, make a strong case that etoxazole&#8217;s toxicological file is incomplete—and that its next chapter should be written with the same molecular rigor the new study brings to the question.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Dose-dependent cholinergic, inflammatory, and genotoxic effects of the acaricide etoxazole following exposure in female Wistar rats.</p>
<p><strong>Article Title:</strong> Dose-dependent cholinergic, inflammatory, and genotoxic effects of etoxazole in female Wistar rats</p>
<p><strong>Article References:</strong> Bati, B. (2026). Dose-dependent cholinergic, inflammatory, and genotoxic effects of etoxazole in female Wistar rats. <em>Scientific Reports</em>. <a href="https://doi.org/10.1038/s41598-026-69539-7" target="_blank" rel="noopener noreferrer">https://doi.org/10.1038/s41598-026-69539-7</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1038/s41598-026-69539-7" target="_blank" rel="noopener noreferrer">10.1038/s41598-026-69539-7</a></p>
<p><strong>Keywords:</strong> etoxazole, acaricide, chitin synthesis inhibitor, cholinergic toxicity, acetylcholinesterase, inflammation, genotoxicity, DNA damage, oxidative stress, female Wistar rats, dose-dependent toxicity, pesticide safety</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185760</post-id>	</item>
		<item>
		<title>Linear active disturbance rejection control advances missile roll and acceleration autopilots</title>
		<link>https://scienmag.com/linear-active-disturbance-rejection-control-advances-missile-roll-and-acceleration-autopilots/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sun, 30 Aug 2026 20:46:45 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[active disturbance rejection control]]></category>
		<category><![CDATA[adaptive control strategies for guided missiles]]></category>
		<category><![CDATA[adaptive missile control systems]]></category>
		<category><![CDATA[advanced control algorithms for missile stability]]></category>
		<category><![CDATA[autonomous missile navigation and stability]]></category>
		<category><![CDATA[autopilot performance under variable flight conditions]]></category>
		<category><![CDATA[challenges in missile autopilot engineering]]></category>
		<category><![CDATA[comparative analysis of missile control methods]]></category>
		<category><![CDATA[disturbance rejection in aerospace control]]></category>
		<category><![CDATA[disturbance rejection in missile guidance]]></category>
		<category><![CDATA[engineering challenges in missile control systems]]></category>
		<category><![CDATA[LADRC in missile autopilots]]></category>
		<category><![CDATA[linear active disturbance rejection control in missile guidance]]></category>
		<category><![CDATA[low-parameter control strategies for missiles]]></category>
		<category><![CDATA[minimal parameter control strategies]]></category>
		<category><![CDATA[missile autopilot control]]></category>
		<category><![CDATA[missile control systems]]></category>
		<category><![CDATA[missile flight dynamics modeling]]></category>
		<category><![CDATA[missile maneuver simulation and performance]]></category>
		<category><![CDATA[nonlinear control in aerospace applications]]></category>
		<category><![CDATA[robust autopilot design]]></category>
		<category><![CDATA[robust autopilot design for guided missiles]]></category>
		<category><![CDATA[simulation-based comparison of missile controllers]]></category>
		<guid isPermaLink="false">https://scienmag.com/linear-active-disturbance-rejection-control-advances-missile-roll-and-acceleration-autopilots/</guid>

					<description><![CDATA[Of all the machines engineers try to command, few punish their masters like a missile. A guided missile tears through air whose density and behavior shift with every kilometer of altitude; its fins generate forces that change character across the speed range; and the parameters that govern its motion are never known exactly, not even [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Of all the machines engineers try to command, few punish their masters like a missile. A guided missile tears through air whose density and behavior shift with every kilometer of altitude; its fins generate forces that change character across the speed range; and the parameters that govern its motion are never known exactly, not even by the people who built it. A team of control engineers at the Institut Teknologi Sepuluh Nopember in Surabaya, Indonesia, has now taken aim at precisely this problem. In a study published in the journal Aerospace Systems, Rizal Maulani, Zulkifli Hidayat and Abdullah Alkaff present a missile autopilot designed around linear active disturbance rejection control, or LADRC, a strategy that lets the vehicle fly accurately even when its own mathematical model is wrong. In comparative simulations, the authors report, the controller outperformed established alternatives in both simple and extreme maneuvers, and it did so while demanding fewer system parameters than the methods it was measured against.</p>
<p>The difficulty begins with what missile engineers call the autopilot&#8217;s burden. A guidance system issues commands, asking the vehicle to turn, climb or pull a given number of g-forces, but the autopilot must translate those commands into deflections of physical control surfaces on a body that is rotating about three axes at once. Roll, pitch and yaw are physically coupled: when the airframe rolls, the lift vector rotates with it, so a correction intended for the pitch channel leaks into the yaw channel and back again. On top of that sits uncertainty. Aerodynamic forces and moments vary with Mach number, angle of attack and atmospheric conditions; mass properties change as propellant burns away; and manufacturing tolerances guarantee that no two airframes behave identically. Conventional solutions lean on one of two crutches. Gain-scheduled linear controllers, tuned at many operating points, work only as long as the missile stays near the conditions where it was calibrated. Nonlinear methods such as backstepping and sliding-mode control tolerate more of the dynamics, but they typically require accurate knowledge of the plant and considerable tuning effort. Both approaches wobble when the system&#8217;s parameters are unknown, which, in a missile, they always are to some degree.</p>
<p>The Indonesian team&#8217;s design descends from a different lineage. Active disturbance rejection control was pioneered by the Chinese engineer Jingqing Han and laid out for a global audience in his landmark 2009 paper, &#8220;From PID to active disturbance rejection control,&#8221; published in IEEE Transactions on Industrial Electronics. Han&#8217;s central insight borders on the subversive: stop trying to model every disturbance separately. Instead, gather everything that pushes the system away from its commanded state, including unmodeled internal dynamics, external forces and the errors introduced by every unknown parameter, into a single, time-varying quantity called the total disturbance. Estimate that quantity in real time with an extended state observer, and cancel it inside the control law. What remains, at least approximately, is a clean, ideal plant that an ordinary proportional-derivative law can steer. The controller never needs to know what the disturbance actually is. It only needs an observer sharp enough to watch the system and infer the sum of all the forces dragging it off course.</p>
<p>Maulani and his colleagues translated that philosophy into the two jobs a missile autopilot must do. The first is roll control: their design applies a second-order linear active disturbance rejection controller to the roll channel with the explicit goals of stabilizing the roll and, in doing so, decoupling the pitch and yaw channels from its influence. The second is acceleration control: for pitch and yaw, the team built double-loop acceleration controllers, in which an outer loop tracks the commanded normal acceleration handed down by the guidance system and an inner loop tracks the body rates that produce it. Every channel controller rests on a linear extended state observer, the workhorse of the LADRC family. For each second-order missile channel, the observer runs a higher-order copy of the dynamics: its measured states shadow the channel&#8217;s behavior, while an additional, artificial state accumulates everything the linear model gets wrong. That extra state is the estimated total disturbance, updated continuously as the observer compares its predictions with what the missile actually does.</p>
<p>The elegance of the scheme lies in its arithmetic. A linear extended state observer is essentially a classical Luenberger-style estimator applied to a system whose state vector has been deliberately enlarged to include the lumped disturbance as one more state. Because everything remains linear, the observer&#8217;s gains can be set by bandwidth parameterization: the designer picks a single observer bandwidth, and all the observer&#8217;s poles are placed at that value, producing a fast, predictable estimation response. The same trick tunes the control law, whose gains collapse into a single controller bandwidth. One further constant, the compensation gain, captures how strongly a fin deflection translates into acceleration in each channel. That is the entire parameter budget per channel, where competing designs may lean on an extensive catalog of aerodynamic coefficients identified from costly experiments. The observer absorbs whatever the linearization leaves out, so the accuracy of the nominal model matters far less than it would in a controller built on the assumption that the model is right.</p>
<p>Decoupling through roll stabilization does quiet but crucial work. A rolling missile continually rotates its own axes relative to the guidance frame, so a pitch command issued by the guidance system arrives distorted at the control surfaces, and cross-coupling errors grow precisely when maneuvers become most aggressive. By holding the roll steady, the autopilot converts a tangled three-axis problem into two nearly independent planar problems, each tractable with linear machinery. Whatever coupling survives, along with every unmodeled aerodynamic interaction, is treated not as a modeling failure to be engineered away but as a disturbance to be observed, estimated and cancelled in real time. The burden shifts from the designer, who no longer must predict every interaction in advance, to the observer, which measures those interactions as they unfold and erases them inside the control loop.</p>
<p>The evidence offered in the study is comparative, and deliberately so. The researchers derived linearized roll and normal acceleration models from a full nonlinear six-degree-of-freedom missile simulation, the standard digital proving ground in flight-control research, and then ran the LADRC autopilots against other controllers across a battery of scenarios ranging from simple maneuvers to extreme ones. According to the authors, the proposed controller exhibited better control performance in both regimes while requiring fewer system parameters than the comparison methods. Stated plainly, the claim is that a controller designed around a handful of tuning constants per channel tracked commanded roll angle and commanded acceleration more faithfully, under the disturbances created by unknown system parameters, than controllers built on richer assumptions about the vehicle. For an industry in which wind-tunnel campaigns and system identification are slow and expensive, a controller that tolerates ignorance of its own parameters is not a small convenience. It shortens design cycles and eases the transfer of a single autopilot architecture to new vehicles, new flight regimes and new payloads.</p>
<p>For now, the result rests on simulation, and the authors are straightforward about that boundary. Real flight adds sensor noise, actuator saturation and rate limits, structural flexibility, delays and computational constraints that no linear observer fully anticipates, and the paper&#8217;s claims rest on comparative numerical experiments rather than flight tests. The work bears the unadorned signatures of academic engineering: the authors declare no funding from any granting agency and no competing interests, and the paper moved through a conventional review cycle, received on 28 January 2026, revised on 18 April, accepted on 25 April and published on 18 May in volume 9 of Aerospace Systems, pages 439 to 452, with Maulani leading the conceptualization, methodology and writing while Hidayat, the corresponding author, and Alkaff supervised and edited the work. Notably, the team has released the source code and computational scripts behind the study on GitHub, a repository they say contains everything required to reproduce the paper&#8217;s analyses, an unusual degree of openness in this corner of aerospace research.</p>
<p>The study arrives in a field where disturbance rejection is quietly becoming a unifying theme. Han&#8217;s framework has traveled far beyond its origins in industrial electronics: it has been proposed for drag-free satellites that must shelter internal test masses from every stray force, folded into integrated guidance-and-control schemes that merge autopilot and trajectory design into a single problem, and combined with sliding surfaces and backstepping structures to confront ever more aggressive flight conditions. Adjacent research is attacking the same weak point from other directions; a separate 2026 study explores AI-augmented roll stabilization for missiles under dynamic terminal flight conditions, another sign that model uncertainty is now treated as the central enemy of missile control. What the Surabaya team contributes is a demonstration of economy: a single linear framework, one observer architecture and one tuning recipe, carrying a missile&#8217;s roll channel and both of its acceleration channels through simple and extreme maneuvers alike.</p>
<p>Whether the approach survives contact with hardware remains the open question, and the leap from six-degree-of-freedom simulation to flying hardware is where many elegant algorithms are humbled by noisy gyros, saturating actuators and hostile flight envelopes. Still, the appeal of the approach is easy to see. Where the classical answer to uncertainty was a better model, linear active disturbance rejection control offers a better observer: assume little, measure much, estimate the total disturbance and erase it from the loop. The Surabaya results suggest that this wager can pay off on a nonlinear missile airframe, in the channels that govern whether a vehicle turns as commanded and the one that keeps its axes from tangling in the first place. If the method survives the transition to real hardware, tomorrow&#8217;s autopilots may owe their steadiness not to knowing everything about the missile, but to a fast, disciplined estimate of everything they do not.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Design of roll and acceleration autopilots for nonlinear missile systems using linear active disturbance rejection control with linear extended state observers.</p>
<p><strong>Article Title:</strong> Missile roll and acceleration autopilot design based on linear active disturbance rejection control</p>
<p><strong>Article References:</strong> Maulani, R., Hidayat, Z., &amp; Alkaff, A. (2026). Missile roll and acceleration autopilot design based on linear active disturbance rejection control. <em>Aerospace Systems, 9</em>(2), 439-452. <a href="https://doi.org/10.1007/s42401-026-00488-9" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s42401-026-00488-9</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s42401-026-00488-9" target="_blank" rel="noopener noreferrer">10.1007/s42401-026-00488-9</a></p>
<p><strong>Keywords:</strong> Missile control, Acceleration autopilot, Roll autopilot, Linear active disturbance rejection control, Extended state observer, Disturbance rejection, Autopilot design, Six-degree-of-freedom missile model, Nonlinear flight control, Flight dynamics</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185704</post-id>	</item>
		<item>
		<title>Particle dampers offer passive noise control for electric vehicle inverters</title>
		<link>https://scienmag.com/particle-dampers-offer-passive-noise-control-for-electric-vehicle-inverters/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sun, 30 Aug 2026 20:31:19 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[acoustic optimization of EV power electronics]]></category>
		<category><![CDATA[acoustic performance improvements in EV inverters]]></category>
		<category><![CDATA[eco-friendly passive noise control solutions]]></category>
		<category><![CDATA[Electric vehicle inverter noise reduction]]></category>
		<category><![CDATA[Electric vehicle noise reduction]]></category>
		<category><![CDATA[environmentally friendly damping materials for EVs]]></category>
		<category><![CDATA[high-frequency inverter whine mitigation]]></category>
		<category><![CDATA[high-frequency inverter whine suppression]]></category>
		<category><![CDATA[impact of electrification on vehicle noise profiles]]></category>
		<category><![CDATA[innovative noise reduction in electric power electronics]]></category>
		<category><![CDATA[innovative noise suppression techniques for EVs]]></category>
		<category><![CDATA[lightweight noise dampening techniques]]></category>
		<category><![CDATA[non-invasive modifications for noise reduction]]></category>
		<category><![CDATA[novel applications of particle dampers in automotive engineering]]></category>
		<category><![CDATA[particle dampers for inverter noise control]]></category>
		<category><![CDATA[particle dampers for passive noise control]]></category>
		<category><![CDATA[passive noise mitigation in EV inverters]]></category>
		<category><![CDATA[passive vibration control in electric vehicles]]></category>
		<category><![CDATA[recycled tyre granulate in inverter lids]]></category>
		<category><![CDATA[recycled tyre granulate vibration damping]]></category>
		<category><![CDATA[resonance frequency noise management]]></category>
		<category><![CDATA[structural vibration reduction in electric motors]]></category>
		<category><![CDATA[structural vibration reduction in electric vehicle inverters]]></category>
		<category><![CDATA[vibration dampening in EV inverters]]></category>
		<guid isPermaLink="false">https://scienmag.com/particle-dampers-offer-passive-noise-control-for-electric-vehicle-inverters/</guid>

					<description><![CDATA[Electric vehicles were supposed to be the quiet end of the automobile age, and in one sense they delivered: the broadband roar of the internal combustion engine is gone. But into that sudden silence has crept something arguably more irritating — a thin, high-frequency whine that rises and falls with every press of the accelerator, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Electric vehicles were supposed to be the quiet end of the automobile age, and in one sense they delivered: the broadband roar of the internal combustion engine is gone. But into that sudden silence has crept something arguably more irritating — a thin, high-frequency whine that rises and falls with every press of the accelerator, traceable to the power electronics that convert battery direct current into the alternating current that spins the motor. Engineers at Otto von Guericke University Magdeburg in Germany now report a disarmingly elegant fix. By filling the unused cavities of an electric inverter&#8217;s lid with granulate recycled from end-of-life tyres, they cut structural vibration by 9.7 decibels at the component&#8217;s most troublesome resonance near 897 hertz and lowered radiated sound pressure by as much as six decibels — without adding meaningful mass, redesigning a single part, or making any structural or geometric modification to the module at all.</p>
<p>The phenomenon the team tackled is a direct consequence of electrification. In combustion vehicles, engine noise acted as an acoustic blanket, masking a crowd of smaller contributors, from drivetrain harmonics to tire–road interaction, aerodynamic excitation and cooling fans. Remove the engine and the industry is left with what researchers call an &#8220;acoustic void&#8221;: a cabin quiet enough that previously masked sources become newly audible — and newly annoying. Consumers and manufacturers have grown correspondingly sensitive to subtle vibroacoustic phenomena, while legislative standards continue to tighten external noise and vibration targets. Within this revised landscape, the electric drive unit — high-speed motor, single-stage gearbox, power electronics and battery system — has become the focus of attention, with electric motors and power electronic modules flagged as significant sources of high-frequency excitation that reach occupants as both structure-borne and airborne noise. The result is that tonal emissions from power electronics now sit near the top of every automaker&#8217;s noise, vibration and harshness agenda, even though the vehicle as a whole is far quieter than its predecessor.</p>
<p>The specific target of the new study is the power electronic module, or PEM, the inverter at the heart of the electric drive unit. Contemporary architectures, exemplified by BMW&#8217;s fifth-generation drive system, integrate the electric motor, transmission and inverter within a single compact housing. To switch current at high speed, the inverter operates under pulse width modulation, a scheme whose rapid switching generates high-frequency harmonics that induce radial force waves inside the module. Those forces frequently coincide with structural resonances of the casing, amplifying vibration and radiated noise. Because PEM housings are deliberately thin-walled to save space and mass, they are inherently susceptible to vibrational amplification and to transferring energy into adjacent mounting structures — which threatens not only acoustic comfort but long-term reliability and energy efficiency. Industrial collaborators told the Magdeburg group that inverter-induced tonal noise at critical frequencies has repeatedly been identified as a primary contributor to user dissatisfaction.</p>
<p>Existing countermeasures involve awkward trade-offs. Software strategies such as optimizing modulation techniques or shifting the switching frequency struggle to deliver consistent results across a converter&#8217;s entire output range. Mechanical fixes — thickening cooling-duct cover plates, adding internal ribs, optimizing gear micro-geometry, or upgrading bearing quality, which one study showed can cut vibration by up to 16 decibels — focus on the motor, gears or bearings rather than the inverter itself. Vibroacoustic metamaterials have demonstrated genuine promise on power electronics lids, achieving a five-decibel noise reduction in a test vehicle, but at a steep mass cost: one sheet-metal design added roughly 83 percent more mass than the lid it modified, a plastic-film variant 40 percent, and a conventional bitumen damping layer 30 percent. Active-passive isolation schemes and acoustic shielding enclosures exist for inverters but are constrained by packaging space, add excessive mass or demand complex structural modification. Particle dampers — containers of loose granular material that dissipate vibrational energy through inter-particle friction and collisions — have long looked attractive, yet studies using steel, cast iron or tungsten particles report a persistent acoustic side effect: high-energy particle impacts inside the enclosure can raise airborne noise even as vibration falls.</p>
<p>The Magdeburg team — Braj Bhushan Prasad, Tommy Luft and Hermann Rottengruber of the Institute for Engineering of Products and Systems — had spent years refining particle damping for wind turbine generators and blades, where they built and experimentally validated a design framework. Among the granular materials they screened, one stood out: rubber granulate milled from end-of-life tyres. The material used here has a bulk density of 465 kilograms per cubic metre, with particle diameters spanning 3.28 millimetres at the 10th percentile to 6.40 millimetres at the 90th, and a median of 4.60 millimetres. Rubber combines efficient vibration attenuation with low added mass and superior durability under cyclic loading and fluctuating thermal environments — conditions that degrade lesser materials in real service, as the team&#8217;s earlier studies on granulate mixtures and dynamic loading confirmed. The central question was whether design parameters developed for wind turbines could transfer directly to an automotive inverter with no additional optimization and, crucially, no modification of the component itself.</p>
<p>Validation proceeded in carefully staged phases. First, the lid was tested in isolation, suspended on a thin elastic rope from a Bosch profile to approximate free-free boundary conditions, and struck with an impact hammer carrying an integrated force transducer. Two excitation points ensured that a broad spectrum of vibration modes was activated, impacts were applied normal to the surface to excite the out-of-plane bending modes most relevant to noise radiation, and four accelerometers bonded to the lid captured the response over a 20-to-1100-hertz band on a Müller-BBM PAK MKII acquisition system running PAK 6.2 software. Filling the lid&#8217;s cavities with rubber granulate suppressed resonances across the board: one sensor recorded two resonances, near 50 hertz and above 400 hertz, and the damper virtually eliminated the amplitude at the 50-hertz peak, while closely spaced resonances at 670 and 704 hertz were markedly attenuated. The lid was then fastened to the PEM base with thirteen screws tightened to a calibrated three newton-metres, and the damping persisted at every sensor position, indicating a system-wide rather than localized effect. Hammer tests revealed broadband effectiveness stretching to 5000 hertz — beyond the 2000-hertz range documented in the team&#8217;s earlier wind-turbine work, and notable because metallic-particle designs typically excel only at higher frequencies.</p>
<p>Two engineering decisions proved decisive. Rather than designing separate particle containers, the researchers used the lid&#8217;s own cavities exactly as supplied by their industrial partner, whose confidentiality requirements mean the geometry is published only in normalized form relative to a reference length. To retain the granulate under elevated operating temperatures, they sealed the cavity with a steel sheet just 0.15 millimetres thick, applying the team&#8217;s &#8220;thin wall cavity&#8221; concept: a skin far thinner than the primary structure vibrates at high amplitude and efficiently pumps kinetic energy into the granular medium. A control experiment with a polyester fabric net, holding the rubber mass and distribution identical, produced only negligible damping. The physics explains why: the fabric&#8217;s high internal damping and distributed deformation dissipate vibrational energy within its own fibres, whereas the stiff, resonant steel sheet transmits energy into the cavity where the particles can grind, collide and dissipate it.</p>
<p>The decisive trial came on a full electric powertrain test bench, with the damped PEM mounted on the motor inside an anechoic chamber and acceleration measured normal to the lid surface, the direction that dominates airborne noise radiation for plate-like structures. Under full-load operation during a speed sweep from 50 to 10,000 revolutions per minute, three pronounced acceleration peaks emerged at roughly 557, 768 and 926 hertz, with nothing significant below 400 hertz. The damper delivered about 5.5 decibels of attenuation at the third peak, inside the critical 800-to-1100-hertz band that the industrial partner associates strongly with audible cabin noise — though little at the first two peaks, possibly because the lid&#8217;s mode shapes leave part of the granulate inactive, a hypothesis the team intends to test with operational modal analysis under load. Under stationary full-load operation at constant speed and torque, the payoff was unambiguous: vibration amplitude at the dominant resonance near 897 hertz fell by 9.7 decibels, and summed vibration levels dropped from 147.8 to 141.8 decibels. The acoustic signature followed suit. Sound pressure levels in the 860-to-1000-hertz band fell from 83.93 to 78.78 decibels — an overall reduction of roughly 5.15 decibels — with about five decibels shaved from the dominant peak near 900 hertz and three to four decibels at neighbouring resonances around 880 and 926 hertz, while the damped spectrum lay consistently below the reference across the entire band.</p>
<p>What makes the result remarkable is its economy. Competing metamaterial concepts bought comparable acoustic wins with double-digit percentage mass penalties and structural redesign; metallic particle dampers traded vibration reduction for noise. The rubber-granulate damper, by contrast, is passive, lightweight and non-invasive, built from recycled waste, and demanded no changes to a component that was otherwise production-ready — the researchers explicitly preserved the integrity and mass of the original structure, sealing the granulate behind a closure that does not alter the internal geometry. The authors argue the approach enhances acoustic comfort, durability and efficiency in equal measure, and they see a clear road ahead: optimizing the distribution and filling ratio of the granulate, validating durability under coupled thermal and mechanical stresses representative of years of vehicle service, and extending the concept to other noise-critical subsystems such as electric motor housings and battery enclosures. The open-access study, published in Automotive and Engine Technology, suggests that one of the most stubborn nuisances of the electric era may be quelled by something as humble as shredded old tyres — tucked quietly into the lid of the box that drives the future of mobility.</p>
<p><label>Subject of Research:</label> Passive reduction of vibration and noise in electric vehicle inverter enclosures (power electronic modules) using particle dampers filled with recycled rubber granulate from end-of-life tyres.</p>
<p><label>Article Title:</label> Development of a passive noise control approach for vibroacoustic and acoustic reduction in electric vehicle inverters using particle dampers</p>
<p><label>Article References:</label> Prasad, B. B., Luft, T., &amp; Rottengruber, H. (2026). Development of a passive noise control approach for vibroacoustic and acoustic reduction in electric vehicle inverters using particle dampers. Automotive and Engine Technology, 11, Article 8. https://doi.org/10.1007/s41104-026-00170-4</p>
<p><label>Image Credits:</label> AI Generated</p>
<p><label>DOI:</label> 10.1007/s41104-026-00170-4</p>
<p><label>Keywords:</label> EV inverter noise, particle damper, inverter vibration control, passive NVH, vibroacoustic damping, electric drivetrain noise, rubber granulate, power electronic module, recycled tyre rubber, sound pressure level reduction</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Technology and Engineering</p>
<p><strong>Article Title:</strong> Particle dampers offer passive noise control for electric vehicle inverters</p>
<p><strong>Article References:</strong> Prasad, B. B., Luft, T., &amp; Rottengruber, H. (2026). Development of a passive noise control approach for vibroacoustic and acoustic reduction in electric vehicle inverters using particle dampers. <em>Automotive and Engine Technology, 11</em>(1), Article 8. <a href="https://doi.org/10.1007/s41104-026-00170-4" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s41104-026-00170-4</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s41104-026-00170-4" target="_blank" rel="noopener noreferrer">10.1007/s41104-026-00170-4</a></p>
<p><strong>Keywords:</strong> acoustic performance improvements in EV inverters, eco-friendly passive noise control solutions, Electric vehicle noise reduction, high-frequency inverter whine suppression, innovative noise reduction in electric power electronics, lightweight noise dampening techniques, non-invasive modifications for noise reduction, particle dampers for inverter noise control, passive noise mitigation in EV inverters, recycled tyre granulate vibration damping, resonance frequency noise management, structural vibration reduction in electric motors</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185701</post-id>	</item>
		<item>
		<title>Point clouds, meshes, or NeRFs: which 3D map best guides visual localization?</title>
		<link>https://scienmag.com/point-clouds-meshes-or-nerfs-which-3d-map-best-guides-visual-localization/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sun, 30 Aug 2026 20:25:35 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[3D map representations in robotics]]></category>
		<category><![CDATA[3D scene reconstruction]]></category>
		<category><![CDATA[camera position estimation]]></category>
		<category><![CDATA[comparison of 3D map types for robotics]]></category>
		<category><![CDATA[efficient localization on consumer hardware]]></category>
		<category><![CDATA[indoor and outdoor scene mapping]]></category>
		<category><![CDATA[lidar point cloud maps]]></category>
		<category><![CDATA[lidar point clouds for mapping]]></category>
		<category><![CDATA[machine learning in scene localization]]></category>
		<category><![CDATA[mesh-based visual localization]]></category>
		<category><![CDATA[NeRF-based scene understanding]]></category>
		<category><![CDATA[neural radiance fields (NeRFs) for camera positioning]]></category>
		<category><![CDATA[neural radiance fields for scene modeling]]></category>
		<category><![CDATA[neural radiance fields for visual localization]]></category>
		<category><![CDATA[point cloud-based localization]]></category>
		<category><![CDATA[real-time camera localization systems]]></category>
		<category><![CDATA[real-time visual localization systems]]></category>
		<category><![CDATA[robotics navigation using 3D maps]]></category>
		<category><![CDATA[scene understanding in robotics]]></category>
		<category><![CDATA[textured polygon mesh localization]]></category>
		<category><![CDATA[textured polygon meshes in robotics]]></category>
		<category><![CDATA[visual localization accuracy metrics]]></category>
		<guid isPermaLink="false">https://scienmag.com/point-clouds-meshes-or-nerfs-which-3d-map-best-guides-visual-localization/</guid>

					<description><![CDATA[Deep in the courtyard of a 300-year-old English country house, researchers have demonstrated a fresh answer to one of robotics&#8217; oldest questions: where exactly am I? A team at the University of Oxford&#8217;s Robotics Institute, working with colleagues at the University of Hong Kong, has built a localization system that can pin down the precise [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Deep in the courtyard of a 300-year-old English country house, researchers have demonstrated a fresh answer to one of robotics&#8217; oldest questions: where exactly am I? A team at the University of Oxford&#8217;s Robotics Institute, working with colleagues at the University of Hong Kong, has built a localization system that can pin down the precise position and orientation of a camera from a single live image, using a 3D map of the scene as its only reference. The twist is that the system does not care how that map was made. Whether the underlying map is a raw lidar point cloud, a textured polygon mesh, or a neural radiance field — the photorealistic scene representation that has swept through computer graphics — the pipeline localizes a lone camera against it with equal fluency. Carried on foot through the office corridors of the Oxford Robotics Institute, along the streets of the Radcliffe Observatory Quarter, and across the grounds of Blenheim Palace in Woodstock, Oxfordshire, the system exceeded a 55 percent localization success rate in every environment and averaged 72 percent when navigating by NeRF, all while running at one query per second on a consumer laptop.</p>
<p>Localization — the task of estimating a sensor&#8217;s full six-degree-of-freedom pose within a previously built map — is the quiet backbone of modern autonomy. It tells a delivery drone where it is mid-flight, lets a quadruped recognize when it has circled back on itself during simultaneous localization and mapping, or SLAM, and anchors the overlays of augmented reality to the physical world. Cameras, being cheap, light and information-rich, are the natural sensor for the job, yet purely visual systems struggle to build large-scale, metrically accurate 3D maps on their own. Lidar scanners solve that problem but arrive with bulk, power draw and price tags that limit their deployment on small mobile robots. For years researchers have tried to have it both ways: build a dense 3D map with lidar, then localize with a camera. The obstacle has been representational. Lidar pipelines favor point cloud maps, some applications deliver only colored meshes, and emerging NeRF and Gaussian splatting representations carry quirks of their own — and each format has, until now, demanded its own bespoke localization machinery.</p>
<p>The Oxford-led group — Lintong Zhang, Yifu Tao and Maurice Fallon at Oxford, with Jiarong Lin and Fu Zhang in Hong Kong — sidestepped that fragmentation with a deceptively elegant move. Instead of designing a separate matcher for every map type, they render synthetic images out of the map itself. Any dense color 3D map can be treated as a scene from which novel viewpoints can be generated: choose a set of camera poses, render an RGB image and its paired depth image at each one, and the result is a visual database as useful as one captured by a real camera — but available from any map, at any angle, without a second visit to the site. The strategy converts the messy zoo of 3D representations into a single common currency: color-and-depth image pairs that proven visual localization components already know how to consume. It also means a map built for inspection, surveying or heritage documentation can be immediately repurposed as a navigation asset, with no extra sensing hardware beyond the cameras robots already carry.</p>
<p>A crucial piece of the system decides where those virtual cameras should go. Place a virtual camera inside a wall, or facing an unscanned region, and the database silently degrades. The team&#8217;s answer is a geometric recipe they call a free-path corridor. Because the maps are gravity-aligned, planar surfaces such as floors can be isolated by filtering points according to the direction of their surface normals, and a histogram of upward-facing normals as a function of height reveals each storey of a multi-floor building. Each floor&#8217;s points are then projected into a top-down image and processed with morphological dilation and erosion to fill small holes, a normalized distance transform to locate the centerlines of open space, adaptive thresholding and Gaussian blurring to smooth the walkable region, and a thinning operation that collapses the corridor into a one-pixel-wide skeleton. Sampling that skeleton at fixed intervals yields the rendering positions — every two metres indoors, every four metres outdoors — and at each position four color-and-depth pairs are rendered facing forward, backward, left and right. The procedure is fully automatic and applied identically to point clouds, meshes and NeRFs.</p>
<p>Each representation then contributes its own rendering tricks. Point clouds are splatted through an OpenGL pipeline, where a naive fixed point size produces see-through gaps whenever the virtual camera sits close to a wall. The researchers introduced an inverse-depth strategy that enlarges each point&#8217;s apparent pixel size as it nears the camera, clamped between preset limits; because OpenGL requires a uniform point size within a single pass, several renders at different sizes are composited into one final image. Meshes come from ImMesh, a real-time voxel-wise meshing framework the team extended to texture every triangle by blending the five nearest camera views, with per-image exposure differences compensated through a tightly coupled lidar-visual estimator. NeRFs are trained with SiLVR, the group&#8217;s lidar-visual reconstruction pipeline, which augments the standard multilayer-perceptron radiance field — a function that maps a 3D position and viewing direction to a color and a volume density — with lidar-based depth regularization that pulls the predicted ray distribution toward a narrow normal distribution, plus surface-normal supervision computed directly from lidar range images. Large scenes are divided into overlapping submaps by spectral clustering, and each map trained in roughly five hours on a single NVIDIA RTX 4090.</p>
<p>With the database complete, localization becomes a two-stage dance of retrieval and matching. Every rendered image is compressed by NetVLAD, a convolutional network that yields a global descriptor robust to clutter, viewpoint shifts and even day-night illumination swings, and the descriptors are indexed in a KD-tree. When a live 720-by-540-pixel camera frame arrives, it is undistorted, pushed through the same network, and the tree hands back its closest virtual twin. The hard work then starts: learned SuperPoint features are detected on both images and matched by SuperGlue, a graph neural network trained to establish correspondences between two sparse sets of image features. That choice is anything but cosmetic. The researchers found that classical detectors such as SIFT and Akaze essentially collapse when asked to bridge the domain gap between a real photograph and a synthetic render, whereas SuperPoint — itself pre-trained on synthetic imagery before self-supervised refinement — finds repeatable keypoints across the divide. Because each database image carries a depth map, every matched keypoint can be back-projected into a true 3D map point, and a Perspective-n-Point solver converts the correspondence cloud into a full metric camera pose.</p>
<p>Benchmarked against ground-truth trajectories recovered to centimeter precision with terrestrial laser scanners, the three representations performed with striking consistency. Point cloud maps localized 56 percent of query images on average and meshes 58 percent, comfortably above the study&#8217;s success thresholds of one metre and 30 degrees indoors and two metres and 30 degrees outdoors, while NeRF maps topped the table at 72 percent, their photorealistic renderings surviving harsh sunlight, deep shadow and cluttered interiors better than the coarser renderers. The comparison with classical structure-from-motion pipelines is where the economics become dramatic. COLMAP, the field&#8217;s standard reconstruction tool, needed every frame from all three cameras of the team&#8217;s sensor rig — 3,020 images — merely to reconstruct the modest indoor site, and roughly four and a half hours of bundle adjustment for the outdoor dataset, against two hours for HLoc&#8217;s leaner 1,019-image model. The synthetic database, by contrast, held only 130 to 300 images per site and was ready almost immediately after mapping. COLMAP&#8217;s accuracy, once finally built, matched or occasionally beat the new system because it works from real photographs, but its maps carry arbitrary scale and need further alignment — a handicap that robots deploying maps for metric navigation cannot afford.</p>
<p>The synthesized database also unlocked a capability that routinely stumps conventional visual localization: traveling the wrong way. When a map recorded by walking from point one to point two with a forward-facing camera was queried by a traversal in the opposite direction, COLMAP failed to localize a single image, and only four of 87 queries survived with the front-facing database, because the world looks entirely different from behind. Meshes proved unexpectedly heroic here, hallucinating usable views of geometry that was never photographed directly and still achieving roughly 33 percent success; once a side-facing camera joined the mapping run, NeRF&#8217;s reverse-direction performance jumped to 75 percent. The system also proved resilient to the slow decay of the real world. Re-tested two to three months after the maps were built — with rearranged office furniture, changed vegetation, relocated parked cars and bicycles, and flat overcast light replacing summer sun — all three representations shed only a little ground, still localizing around half of the query images. The researchers credit that durability to the learned SuperPoint detector and SuperGlue matcher, which tolerate the visual noise of a changing scene far better than handcrafted features.</p>
<p>The whole pipeline is engineered around the constraints of a real robot. Running on a Dell laptop with an Intel Core i7 processor and a 4-gigabyte Quadro GPU, a single query takes about half a second: roughly 200 milliseconds to compute its global descriptor, one millisecond to retrieve a candidate, 60 to detect features, 100 to match them and 60 to solve the pose — comfortably a one-hertz rate suitable for a place-recognition module inside a SLAM system. The team is candid about limits: a map missing a region is a blind spot no renderer can repair, textureless floors and swaying foliage remain stubborn for every representation, and NeRF renders sprout fog-like artifacts when the virtual camera strays far from the training viewpoints. Future work targets richer three-dimensional viewpoint selection, algorithms that flag when a map has grown stale, and on-the-fly database pruning and re-rendering during missions. Released openly as part of the Oxford Spires Dataset, the study hints at a quiet shift in how autonomous machines will treat their maps — not as disposable byproducts of a single mission, but as durable, renderable assets that any camera, months or years later, can re-enter and instantly know exactly where it stands.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Global visual localization of a single camera image within dense 3D color maps — point clouds, textured meshes, and neural radiance fields (NeRF) — using automatically rendered synthetic RGB-depth image databases</p>
<p><strong>Article Title:</strong> Visual localization in 3D maps: comparing point cloud, mesh, and NeRF representations</p>
<p><strong>Article References:</strong> Zhang, L., Tao, Y., Lin, J., Zhang, F., &amp; Fallon, M. (2026). Visual localization in 3D maps: comparing point cloud, mesh, and NeRF representations. <em>Autonomous Robots, 50</em>(1), Article 14. <a href="https://doi.org/10.1007/s10514-025-10232-5" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s10514-025-10232-5</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s10514-025-10232-5" target="_blank" rel="noopener noreferrer">10.1007/s10514-025-10232-5</a></p>
<p><strong>Keywords:</strong> visual localization, 3D mapping, point cloud rendering, textured mesh, neural radiance fields (NeRF), synthetic image generation, place recognition, SLAM, lidar-camera cross-modal localization, SuperPoint, SuperGlue, NetVLAD</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185698</post-id>	</item>
		<item>
		<title>Lewis acids turn degradation into useful doping for organic semiconductors</title>
		<link>https://scienmag.com/lewis-acids-turn-degradation-into-useful-doping-for-organic-semiconductors/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sun, 30 Aug 2026 18:11:42 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[charge density enhancement in organic semiconductors]]></category>
		<category><![CDATA[charge transfer mechanisms in organic semiconductors]]></category>
		<category><![CDATA[chemically unstable dopants for enhanced conductivity]]></category>
		<category><![CDATA[chemically unstable dopants for organic materials]]></category>
		<category><![CDATA[counterintuitive doping strategies]]></category>
		<category><![CDATA[degradation-assisted doping in organic electronics]]></category>
		<category><![CDATA[flexible electronics with organic semiconductors]]></category>
		<category><![CDATA[flexible organic electronic devices]]></category>
		<category><![CDATA[improving charge carrier density in organic semiconductors]]></category>
		<category><![CDATA[Lewis acids as dopants]]></category>
		<category><![CDATA[Lewis acids in organic semiconductor doping]]></category>
		<category><![CDATA[molecular decomposition as a doping method]]></category>
		<category><![CDATA[molecular decomposition in electronic materials]]></category>
		<category><![CDATA[molecular stability and degradation in organic semiconductor doping]]></category>
		<category><![CDATA[novel doping techniques for organic electronic devices]]></category>
		<category><![CDATA[organic semiconductor doping]]></category>
		<category><![CDATA[organic semiconductors doping strategies]]></category>
		<category><![CDATA[organic semiconductors with improved charge mobility]]></category>
		<category><![CDATA[radical anion decomposition for enhanced conductivity]]></category>
		<category><![CDATA[radical anions in doping processes]]></category>
		<category><![CDATA[theoretical modeling of doping reactions]]></category>
		<category><![CDATA[theoretical models of degradation-assisted doping]]></category>
		<guid isPermaLink="false">https://scienmag.com/lewis-acids-turn-degradation-into-useful-doping-for-organic-semiconductors/</guid>

					<description><![CDATA[For decades, chemists working on electronic materials have treated molecular decomposition as the enemy—a process to be suppressed with every stabilizing trick at their disposal. A new study flips that instinct on its head. Reporting in Nature Materials, researchers demonstrate that dopant molecules which chemically degrade immediately after accepting an electron can drive the density [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>For decades, chemists working on electronic materials have treated molecular decomposition as the enemy—a process to be suppressed with every stabilizing trick at their disposal. A new study flips that instinct on its head. Reporting in <em>Nature Materials</em>, researchers demonstrate that dopant molecules which chemically degrade immediately after accepting an electron can drive the density of mobile holes in organic semiconductors up by as much as two orders of magnitude, a roughly hundredfold leap beyond what chemically stable dopants can achieve. The counterintuitive mechanism, known as degradation-assisted doping, turns dopant decay from a failure mode into the engine of the doping reaction itself. By employing electron acceptors whose radical anions fall apart on cue once the charge has been transferred, the team kept a charge-transfer reaction running long past the point where thermodynamics would normally shut it down, and they built a theoretical framework showing exactly why the strategy works and how it can be generalized.</p>
<p>Organic semiconductors are the carbon-based backbone of modern flexible electronics: conjugated polymers and small aromatic molecules whose delocalized pi-electron systems allow charges to move along and between molecular backbones. In their pristine state, however, they are poor conductors, and nearly every high-performance organic device depends on chemical doping—the controlled introduction of molecular dopants that generate mobile charge carriers. In p-type doping, the variety at issue here, a dopant molecule accepts an electron from the semiconductor&#8217;s highest occupied molecular orbital, the HOMO. The semiconductor is left with a positively charged hole that can hop from molecule to molecule, while the dopant itself becomes a radical anion. That single molecular handshake echoes through an entire device: carrier density sets the conductivity of charge-transport layers, determines the resistance that develops where metals meet organic films, and dictates how easily charges are injected into organic light-emitting diodes, extracted from organic solar cells and routed through transistors and sensors. More holes, in general, means better devices.</p>
<p>Conventional doping, however, carries a built-in ceiling straight from thermodynamics. Chemically stable dopants—the workhorses of the field precisely because they resist decomposition—transfer electrons only until the dopant and its semiconductor host reach thermodynamic equilibrium. Electrons flow from the host to the dopant until the electrochemical potentials of the two sides align; beyond that point, forward and reverse charge transfer balance each other and the net process stops. The equilibrium constant of the reaction, fixed by the free-energy balance between the dopant&#8217;s electron affinity and the energy required to ionize the semiconductor, therefore imposes a hard limit on how many dopant molecules can ever be ionized and how many holes can ever be generated. Adding more dopant does not raise that ceiling; it simply fills the same equilibrium-limited reservoir to capacity. The field&#8217;s standard countermeasure has been chemical brute force—synthesizing ever-stronger electron acceptors to tip the balance toward ionization—but that strategy collides with practical walls of molecular synthesis, stability and compatibility.</p>
<p>The new study removes that ceiling by dismantling the equilibrium itself. The researchers show that p-dopants which chemically degrade after electron transfer—degrading specifically through their radical anion form—can raise hole densities in the semiconductor host by up to two orders of magnitude. The underlying logic is a molecular-scale version of Le Chatelier&#8217;s principle: a reaction can be driven forward if its products are continuously removed. In ordinary doping, the reduced dopant sits on the product side of the charge-transfer equilibrium, and its accumulation is exactly what brings the reaction to a halt. In degradation-assisted doping, the reduced dopant decomposes, and its breakdown products no longer participate in defining the thermodynamic equilibrium of the charge-transfer reaction. The dopant behaves as a sacrificial reagent: it accepts a single electron, falls apart, and by falling apart it prevents the system from ever settling into the stalemate that normally terminates the doping process.</p>
<p>The exemplar molecule comes from a classic corner of synthetic chemistry: tris(pentafluorophenyl)borane, written B(C6F5)3, a prototypical Lewis acid. Lewis acids are electron-pair acceptors, and B(C6F5)3 features a boron center stripped of electron density by three strongly electron-withdrawing pentafluorophenyl rings, making it a voracious acceptor that chemists have long used as a catalyst and activator. In its new role, the molecule&#8217;s electron affinity allows it to pull an electron out of the HOMO of an organic semiconductor, generating a hole in the material and a radical anion of the dopant. Crucially, the researchers show that this electron affinity on its own enables only a limited amount of charge transfer; were B(C6F5)3 perfectly stable, doping would plateau at a modest hole density. But the radical anion is chemically fragile. It degrades, and that degradation sweeps the reduced dopant out of co-defining the thermodynamic equilibrium, allowing the doping reaction to persist and the hole population to keep climbing.</p>
<p>The measured consequences are dramatic. Hole densities in the semiconductor host increase by up to two orders of magnitude compared with what conventional, degradation-resistant doping delivers. Because the electrical conductivity of a doped organic film scales with the product of carrier density and carrier mobility, a hundredfold denser hole population raises the attainable conductivity by the same factor, without any modification of the semiconductor itself. The benefits then cascade through device architecture: low-resistance contacts between electrodes and organic layers become far easier to establish, charge injection into light-emitting layers grows more efficient, and the parasitic voltage drops that waste energy inside OLEDs and solar cells can shrink. Doping is rarely the glamorous frontier of organic electronics, but it is the plumbing on which every headline number—brightness, power-conversion efficiency, drive current—ultimately depends. A mechanism that multiplies the achievable carrier density a hundredfold amounts to a rewiring of that plumbing at the molecular level.</p>
<p>What elevates the report beyond a single successful molecule is the theoretical framework accompanying it. The authors formalize degradation-assisted doping as a process in which the electron affinity of the dopant plays a deliberately partial role. Electron affinity still sets the thermodynamic driving force for the initial electron transfer, and therefore dictates the limited quantity of charge that can move while the system remains in its equilibrium-limited opening phase. But a second family of parameters now joins the design space: the rate and the thermodynamics of dopant degradation. Because degradation removes the reduced dopant and its products from co-defining the equilibrium, the endpoint of the reaction is no longer fixed solely by the redox energy balance between host and dopant; it is shaped by how completely the breakdown chemistry evacuates the products from the picture. Molecular design thereby acquires new levers, in which degradation kinetics and degradation energetics sit alongside electron affinity as variables to be engineered rather than inconveniences to be tolerated.</p>
<p>The word degradation carries uncomfortable echoes for anyone who has watched an organic device age, and the distinction the researchers draw is central to the work. In conventional device physics, dopant decomposition is a villain: it drains the reservoir of active dopant, erodes carrier density and destabilizes performance over a device&#8217;s lifetime. Degradation-assisted doping inverts that script. The dopant is consumed precisely because it has completed its electronic task—handing over an electron—and its decay is what stops the system from reaching equilibrium, which is the very condition for doping to continue. The engineering questions that follow are transformed accordingly. What matters is not whether the dopant survives, but whether its degradation can be controlled and driven to completion during fabrication, whether the products are chemically benign toward the delicate semiconductor or instead introduce traps and recombination centers, and whether the process can be tuned to halt precisely at full ionization. With a quantitative theory now available, these become tractable engineering questions rather than open-ended risks.</p>
<p>The commercial stakes extend far beyond the laboratory bench. Organic semiconductors illuminate the displays of hundreds of millions of smartphones, televisions and monitors; they anchor a growing organic photovoltaics industry pursuing lightweight, flexible and semi-transparent solar power; and they lead the roadmap for wearable health sensors, electronic skin and conformable bioelectronics. Across all of these technologies, doping is the quiet bottleneck: it governs contact resistance, determines how much voltage is squandered simply moving charge into and out of the active layers, and decides whether heavily doped transport layers can behave like efficient interconnects between fragile organic materials and the metallic outside world. A mechanism that multiplies attainable hole densities by orders of magnitude, while relaxing the demand for dopants of extreme and often synthetically punishing electron affinity, hands device engineers a leverage point that molecular electronics has lacked—and one that could translate directly into brighter displays, more efficient lighting and cheaper, more versatile printed electronics.</p>
<p>The study&#8217;s deepest contribution may ultimately be conceptual. Materials chemistry has long ranked stability among its highest virtues: dopants were prized for inertness, and any sign of degradation was read as a countdown to failure. This work demonstrates that the opposite choice—dopants that are unstable by design, whose radical anions predictably disintegrate—can be the more powerful option, provided the decomposition is understood and orchestrated. Armed with the new framework, researchers can interrogate any candidate molecule not only for how strongly it accepts electrons, but for what its reduced form will become and how thoroughly that transformation removes it from the equilibrium that once capped performance. Organic electronics may owe their next leap in efficiency not to a molecule that refuses to break, but to one that gives up its electron and then, at exactly the right moment, exits the stage.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Degradation-assisted chemical doping of organic semiconductors, in which p-type molecular dopants that degrade via their radical anion—exemplified by the Lewis acid tris(pentafluorophenyl)borane, B(C6F5)3—increase hole densities by up to two orders of magnitude</p>
<p><strong>Article Title:</strong> Degradation-assisted doping of organic semiconductors enabled by Lewis acids</p>
<p><strong>Article References:</strong> Berteau-Rainville, M., Cosby, T. P. L., Bhagat, S., Laturski, A. E., Creran, M., Yang, Z., Orgiu, E., Baumgartner, T., Caputo, C. B., &amp; Salzmann, I. (2026). Degradation-assisted doping of organic semiconductors enabled by Lewis acids. <em>Nature Materials</em>. <a href="https://doi.org/10.1038/s41563-026-02717-0" target="_blank" rel="noopener noreferrer">https://doi.org/10.1038/s41563-026-02717-0</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1038/s41563-026-02717-0" target="_blank" rel="noopener noreferrer">10.1038/s41563-026-02717-0</a></p>
<p><strong>Keywords:</strong> organic semiconductors, chemical doping, degradation-assisted doping, Lewis acids, tris(pentafluorophenyl)borane, radical anions, hole density, thermodynamic equilibrium, charge transfer, p-type doping, organic electronics, electron affinity</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185636</post-id>	</item>
		<item>
		<title>Nanoscale imaging reveals magnetic brightening of spin-polarized helical edge modes in ZrTe5</title>
		<link>https://scienmag.com/nanoscale-imaging-reveals-magnetic-brightening-of-spin-polarized-helical-edge-modes-in-zrte5/</link>
		
		<dc:creator><![CDATA[Katie Riggs]]></dc:creator>
		<pubDate>Sun, 30 Aug 2026 17:39:18 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[applications in topological quantum computing]]></category>
		<category><![CDATA[backscattering suppression in topological edge states]]></category>
		<category><![CDATA[dissipationless electronic conduction]]></category>
		<category><![CDATA[dissipationless electronic transport in topological materials]]></category>
		<category><![CDATA[experimental visualization of topological edge currents]]></category>
		<category><![CDATA[helical edge modes in two-dimensional topological insulators]]></category>
		<category><![CDATA[helical edge modes in ZrTe5]]></category>
		<category><![CDATA[magnetic brightening in topological insulators]]></category>
		<category><![CDATA[magnetic brightening in ZrTe5]]></category>
		<category><![CDATA[magnetic field effects on edge channels]]></category>
		<category><![CDATA[magnetic field effects on topological conduction channels]]></category>
		<category><![CDATA[nanoscale imaging of spin-polarized edge modes]]></category>
		<category><![CDATA[nanoscale magnetic imaging]]></category>
		<category><![CDATA[potential for topological quantum computing using Zr]]></category>
		<category><![CDATA[quantum wavefunction protection]]></category>
		<category><![CDATA[quantum wavefunction protection in topological insulators]]></category>
		<category><![CDATA[quasiparticles in topological materials]]></category>
		<category><![CDATA[resolving experimental puzzles in topological physics]]></category>
		<category><![CDATA[spin-polarized edge currents]]></category>
		<category><![CDATA[topological insulator edge states]]></category>
		<category><![CDATA[topological insulator surface states]]></category>
		<category><![CDATA[topological quantum materials]]></category>
		<guid isPermaLink="false">https://scienmag.com/nanoscale-imaging-reveals-magnetic-brightening-of-spin-polarized-helical-edge-modes-in-zrte5/</guid>

					<description><![CDATA[Physicists have, for the first time, directly imaged the exotic edge currents that race along the boundary of zirconium pentatelluride, one of the most tantalizing candidates for a topological quantum material, and in doing so they have solved a puzzle that has haunted the field for nearly a decade. The work, published in Nature Nanotechnology, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Physicists have, for the first time, directly imaged the exotic edge currents that race along the boundary of zirconium pentatelluride, one of the most tantalizing candidates for a topological quantum material, and in doing so they have solved a puzzle that has haunted the field for nearly a decade. The work, published in Nature Nanotechnology, demonstrates that a magnetic field can &#8220;switch on&#8221; conduction channels that theory predicted should already be there but that experiments kept failing to see, a phenomenon the researchers call magnetic brightening.</p>
<p>Topological insulators are among the strangest states of matter ever conceived. Their interiors are electrically inert, yet their surfaces or edges host channels of current that are protected by the mathematics of the material&#8217;s quantum wavefunction. In two-dimensional topological insulators, these channels come in counter-propagating pairs in which the direction of motion is locked to the spin of the electron, a configuration known as a helical edge mode. Because backscattering would require flipping an electron&#8217;s spin, these currents are predicted to flow with near-perfect efficiency, resisting the defects and impurities that degrade ordinary conductors. Harnessing them could enable dissipationless electronics and even serve as a platform for exotic quasiparticles useful in topological quantum computing.</p>
<p>Zirconium pentatelluride, or ZrTe5, promised to be the cleanest realization of this physics. It is a layered van der Waals crystal in the transition-metal pentatelluride family, and early experiments suggested it might sit on the boundary between a weak topological insulator and a three-dimensional Dirac semimetal, flipping between the two phases with subtle changes in temperature or lattice parameters. Transport measurements had hinted at two-dimensional edge transport, and the material displays spectacular bulk responses, including an enormous magnetoresistance and one of the strongest chiral magnetic effects ever recorded. Yet the decisive fingerprint, the helical edge state itself, remained stubbornly invisible. Bulk conduction swamped the edge signal, and the electrical contacts used in conventional transport experiments averaged over regions far larger than the nanometer-scale channels theorists predicted.</p>
<p>The new study, led by a team using cryogenic scanning probe techniques, took a fundamentally different approach. Rather than measuring current flow between two contacts, the researchers brought a nanoscale sensor to within a few tens of nanometers of the crystal surface and mapped the local magnetic and electronic landscape of individual ZrTe5 flakes. This imaging capability allowed them to distinguish conduction along the perimeter of the sample from conduction through its interior, a distinction that no contact-based measurement could make. When they scanned freshly exfoliated flakes at cryogenic temperatures, they found something unexpected: the edges were, at first, essentially featureless. The edge modes were dark.</p>
<p>That null result turned out to be the key. The team reasoned that in ZrTe5, the edge and bulk bands may be nearly degenerate, meaning the topological edge channels are so weakly bound to the boundary that they hybridize with the bulk and lose their identity, a situation that would render them invisible to transport and to most local probes. Applying a magnetic field perpendicular to the layers changes that balance. The field quantizes the bulk bands into Landau levels, pushing bulk carriers out of the relevant energy window and suppressing their hybridization with the edge. In this regime, the edge modes decouple and &#8220;brighten,&#8221; becoming visible as robust one-dimensional channels. The researchers observed precisely this: as the field increased past a threshold, a conducting channel emerged along the sample boundary that grew steadily more dominant while bulk conduction collapsed.</p>
<p>Crucially, the brightened channels carried the signatures of helical edge states rather than the ordinary quantum Hall channels that appear in the bulk under high magnetic fields. By combining local imaging with spin-sensitive measurements, the team showed that the edge conductance approached values consistent with a single pair of helical modes, and that the channels persisted around corners and across defects in ways that reflect topological protection. In the quantum Hall regime, adjacent edges would carry currents of opposite chirality dictated entirely by the magnetic field; the observed edge behavior instead matched the expectations for spin-momentum-locked conduction, in which the two spin sectors counter-propagate along the same boundary.</p>
<p>The implications reach well beyond one material. For years, the community has debated whether ZrTe5&#8217;s unusual transport arises from topological surface states, from strongly correlated effects, or from more mundane mechanisms such as inhomogeneous current paths. The magnetic brightening mechanism offers a unifying picture: the edge states exist even at zero field but are hybridized with the bulk, and the various anomalies reported across different experiments may reflect different degrees of that hybridization depending on sample thickness, strain, and temperature. It also suggests a practical strategy for accessing edge physics in other borderline topological materials where bulk and edge bands compete: use symmetry-breaking perturbations, magnetic fields chief among them, to spectrally separate the two.</p>
<p>The imaging methodology itself is a significant advance. Nanoscale imaging of one-dimensional quantum channels has long been limited by sensitivity and spatial resolution, and most techniques require electrical contacts that can perturb the very states under study. The contactless scanning approach demonstrated here can resolve features on the scale of the magnetic length, the natural length scale of Landau quantization, and can track how local conductance evolves continuously as field, temperature, and gating conditions change. The authors showed that the brightened edge signal correlates with the region of the sample where the bulk is fully gapped by Landau quantization, providing a direct spatial test of the brightening mechanism.</p>
<p>There is also a technological undercurrent to the result. Spin-polarized one-dimensional channels are a resource for spintronics, where information is carried by spin rather than charge, and for Majorana-based quantum information schemes, which typically begin by coupling helical edge states to superconductors. A material in which those channels can be switched on and off with a magnetic field offers a control knob that conventional topological insulators lack. ZrTe5 is additionally attractive because of its clean, layered crystals, which can be thinned, stacked, and integrated with other two-dimensional materials using established van der Waals assembly techniques, raising the prospect of designer heterostructures in which brightened helical edges serve as wiring for quantum devices.</p>
<p>The researchers caution that several questions remain open. The precise mechanism of hybridization between edge and bulk bands in zero field, the role of interactions in stabilizing the observed conductance values, and whether the brightened modes can survive at higher temperatures all warrant further study. Extending the imaging approach to spin-resolved detection at even finer resolution, and to superconducting proximity structures, are natural next steps. Still, the demonstration that an invisible quantum channel can be made to shine, and imaged directly as it does so, transforms a long-standing frustration in topological matter research into an opportunity. What was once hidden in ZrTe5 is now not only visible but controllable, and that visibility may prove to be the key to turning decades of topological theory into working devices.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Magnetic brightening and nanoscale imaging of spin-polarized helical edge modes in zirconium pentatelluride (ZrTe5)</p>
<p><strong>Article Title:</strong> Magnetic brightening and nanoscale imaging of spin-polarized helical edge modes in ZrTe<sub>5</sub></p>
<p><strong>Article References:</strong> Haeuser, S., Kim, R. H. J., Wang, L.-L., Koschny, T., Lozano, P. M., Gu, G., Chan, R. K., Park, J.-M., Mootz, M., Luo, L., Li, Q., &amp; Wang, J. (2026). Magnetic brightening and nanoscale imaging of spin-polarized helical edge modes in ZrTe5. <em>Nature Nanotechnology, 21</em>(8), 1090-1096. <a href="https://doi.org/10.1038/s41565-026-02193-2" target="_blank" rel="noopener noreferrer">https://doi.org/10.1038/s41565-026-02193-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1038/s41565-026-02193-2" target="_blank" rel="noopener noreferrer">10.1038/s41565-026-02193-2</a></p>
<p><strong>Keywords:</strong> ZrTe5, topological insulator, helical edge states, magnetic brightening, nanoscale imaging, spin-momentum locking, Landau quantization, quantum materials, spintronics, van der Waals crystals</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185629</post-id>	</item>
		<item>
		<title>Tuning 2D perovskites yields efficient, stable perovskite-silicon tandem solar cells</title>
		<link>https://scienmag.com/tuning-2d-perovskites-yields-efficient-stable-perovskite-silicon-tandem-solar-cells/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sun, 30 Aug 2026 17:33:54 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[2D perovskite material engineering]]></category>
		<category><![CDATA[achieving high power conversion efficiency]]></category>
		<category><![CDATA[advancement in perovskite device stability]]></category>
		<category><![CDATA[charge extraction optimization in tandem solar cells]]></category>
		<category><![CDATA[charge transport layer]]></category>
		<category><![CDATA[chemical engineering of protective layers]]></category>
		<category><![CDATA[chemical modification of ultrathin protective layers]]></category>
		<category><![CDATA[defect passivation in perovskite solar cells]]></category>
		<category><![CDATA[efficient perovskite solar technology]]></category>
		<category><![CDATA[high power conversion efficiency in photovoltaics]]></category>
		<category><![CDATA[long-term stability of perovskite-silicon tandems]]></category>
		<category><![CDATA[overcoming efficiency]]></category>
		<category><![CDATA[overcoming efficiency bottlenecks in perovskite photovoltaics]]></category>
		<category><![CDATA[p-type to n-type perovskite layer transformation]]></category>
		<category><![CDATA[p–i–n device architecture optimization]]></category>
		<category><![CDATA[perovskite silicon tandem solar cells]]></category>
		<category><![CDATA[perovskite solar cell efficiency]]></category>
		<category><![CDATA[perovskite/silicon tandem device architecture]]></category>
		<category><![CDATA[stable 2D perovskite materials]]></category>
		<category><![CDATA[stable perovskite-silicon tandem solar cells]]></category>
		<category><![CDATA[tuning electronic properties of perovskites]]></category>
		<category><![CDATA[ultrathin perovskite passivation techniques]]></category>
		<guid isPermaLink="false">https://scienmag.com/tuning-2d-perovskites-yields-efficient-stable-perovskite-silicon-tandem-solar-cells/</guid>

					<description><![CDATA[Researchers have engineered a molecular-level solution to one of the most stubborn efficiency bottlenecks in perovskite solar technology, achieving a certified power conversion efficiency of 33.64% in perovskite/silicon tandem solar cells. The breakthrough, published in Nature Photonics, centers on a clever chemical trick: flipping the electronic character of an ultrathin protective layer from p-type to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Researchers have engineered a molecular-level solution to one of the most stubborn efficiency bottlenecks in perovskite solar technology, achieving a certified power conversion efficiency of 33.64% in perovskite/silicon tandem solar cells. The breakthrough, published in Nature Photonics, centers on a clever chemical trick: flipping the electronic character of an ultrathin protective layer from p-type to n-type, unlocking voltages and stability figures that had previously remained out of reach for the p–i–n device architecture.</p>
<p>Perovskite solar cells have long dazzled the photovoltaics community with their rapid efficiency gains, but the architecture of the device matters enormously. In the conventional n–i–p configuration, in which electrons are collected at the bottom and holes at the top, engineers routinely apply a mixed-dimensional heterojunction at the illuminated surface. This top layer, typically composed of low-dimensional perovskite phases interleaved with the three-dimensional absorber, passivates defects and improves charge extraction. But when researchers invert the stack to the p–i–n layout—often preferred for tandems because of processing advantages and compatibility with silicon bottom cells—the same trick largely fails. The reason is fundamental: most reported two-dimensional perovskites are intrinsically p-type, meaning their Fermi levels and band edges are misaligned with the electron transport layer that must sit directly beneath them in these inverted devices.</p>
<p>The new work tackles this mismatch head-on through electronic engineering of two-dimensional Ruddlesden–Popper perovskites, a family of layered materials in which sheets of corner-sharing metal halide octahedra are separated by organic cation spacers. Rather than accepting the native p-type character of these layers, the team induced a genuine p-to-n transition using two complementary strategies. The first relies on molecular dipole tuning: by incorporating parahalogenated piperidine derivatives—piperidine rings bearing halogen atoms at the para-like position of the aromatic substitution pattern—the researchers shifted the internal electric fields and charge distribution within the layered perovskite, steering the material&#8217;s Fermi level upward into n-type territory. The second strategy involves chemically designable n-type defects, deliberate point defects introduced in controlled fashion that donate electrons to the lattice and stabilize the n-type character.</p>
<p>The consequences of this electronic flip cascade through the entire device. With an n-type 2D capping layer atop the wide-bandgap perovskite absorber, the energy-level alignment at the perovskite–electron transport layer interface improves dramatically. Electrons, which must cross this boundary to be collected, encounter far lower energetic barriers than before. The tailored band alignment simultaneously suppresses non-radiative recombination, the parasitic process in which photogenerated carriers annihilate at interfacial traps, releasing their energy as heat rather than light. For wide-bandgap perovskites—here approximately 1.68 electronvolts, chosen to pair optimally with silicon—non-radiative losses at this interface have been the dominant ceiling on open-circuit voltage. Removing them pays off directly in the numbers.</p>
<p>Indeed, the p–i–n wide-bandgap perovskite solar cells built with the n-type 2D capping layer delivered open-circuit voltages enhanced by more than 100 millivolts compared with control devices. In a field where efficiency records are often broken by fractions of a percentage point, a hundred-millivolt gain is a seismic shift, and it translated into a certified power conversion efficiency of 33.64% when the perovskite top cell was integrated with an industrial-grade silicon bottom cell. The silicon component was no laboratory curiosity: the team used 110-micrometer-thick Czochralski-grown heterojunction silicon wafers, the workhorse material of mainstream photovoltaic manufacturing. Czochralski silicon, produced by pulling a single crystal from a melt, is the industry standard precisely because it is cheap and scalable, even though it contains more defects than the float-zone silicon often used in record-setting laboratory cells. Demonstrating world-class tandem performance on such commercially realistic wafers strengthens the path from lab to factory.</p>
<p>Stability, the perennial Achilles heel of perovskite technology, also benefited. The molecular engineering that converts the 2D layer to n-type simultaneously enhances the material&#8217;s robustness, and the monolithic perovskite/silicon tandem cells retained 92% of their initial efficiency after 1,100 hours of continuous operation under maximum-power-point tracking. This testing protocol, which continuously extracts the maximum available power as conditions evolve, is far more demanding than simple open-circuit storage and closely mimics real-world deployment. Encapsulated tandem modules that hold more than nine-tenths of their output over well over a thousand hours of continuous illumination represent performance in the range where commercial warranties begin to look defensible.</p>
<p>The scientific significance of the work lies in its demonstration that the electronic character of two-dimensional perovskites is not an immutable property but a designable parameter. Ruddlesden–Popper perovskites have been prized as passivating and moisture-resistant layers since the earliest days of perovskite photovoltaics, yet their utility has been constrained by the assumption that their band structure favors hole transport. By showing that molecular dipoles and defect chemistry can be combined to invert that preference, the researchers have effectively expanded the toolkit available to device designers. The parahalogenated piperidine derivatives act as more than passive spacers; their bond dipoles reshape the electrostatic landscape of the inorganic sheets, and the rationally introduced n-type defects complete the conversion. The strategy is chemical, modular, and in principle transferable to other layered halide systems and other interfaces throughout the device stack.</p>
<p>For the perovskite/silicon tandem field specifically, the achievement addresses the long-standing tension between the two architectures. Tandem devices stack a wide-bandgap perovskite cell on top of a silicon cell so that each harvests the portion of the solar spectrum it converts most efficiently; the perovskite captures blue and green photons while silicon collects the red and infrared. Theoretical analyses suggest such tandems can surpass the single-junction Shockley–Queisser limit of roughly 33% by comfortable margins, and laboratory records have climbed steadily past 34%. The p–i–n configuration is attractive for manufacturing because it permits low-temperature processing on silicon and avoids some stability issues associated with high-temperature transport layers, but its performance has lagged. By resolving the interfacial energetics that held p–i–n devices back, the new results suggest that this industrially favored architecture can now compete at the very highest efficiency levels, and do so on commercially standard silicon.</p>
<p>The voltage gains also carry implications beyond tandems. Wide-bandgap perovskites near 1.68 electronvolts are the workhorses of tandem top cells, but in single-junction form they suffer from severe voltage deficits caused by defect-tolerant yet trap-limited carrier dynamics. The demonstration that a purpose-built n-type 2D surface layer can recover more than 100 millivolts suggests a generalizable prescription for any device where the electron extraction interface is the loss center—single-junction cells, light-emitting diodes operating in reverse, and photoelectrochemical systems alike. Because the treatment is applied through molecular additives and defect design rather than exotic processing, it should be compatible with existing coating and deposition workflows.</p>
<p>What remains to be seen is how the chemistry scales. Parahalogenated piperidine derivatives must be synthesized, purified and incorporated reproducibly at manufacturing scale, and long-term field testing will need to confirm that the benefits observed under laboratory maximum-power-point tracking persist through thermal cycling, humidity and ultraviolet exposure in the field. But the certified 33.64% efficiency, the industrial silicon wafer, and the 1,100-hour stability result together mark a milestone in the maturation of perovskite/silicon tandem photovoltaics. By treating the electronic type of a two-dimensional perovskite as a tunable parameter rather than a fixed constraint, the work opens a molecular-level route to optimizing interfacial energetics—one that brings the long-promised era of high-efficiency, stable, manufacturable tandem solar cells measurably closer.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Electronic engineering of two-dimensional Ruddlesden–Popper perovskites via molecular dipole tuning and n-type defect design to enable p-to-n type transition for high-efficiency, stable perovskite/silicon tandem solar cells</p>
<p><strong>Article Title:</strong> Modulating p–n transition of two-dimensional perovskites for efficient and stable perovskite/Si tandem photovoltaics</p>
<p><strong>Article References:</strong> Guo, J., Zhang, Z., Jia, Z., Liu, F., Feng, M., Zhan, W., Wang, H., Wang, X., Chang, Y., Wang, Y., Jiang, K., Chen, Y., Miao, Y., Li, B., Wang, Y., Li, Z., &amp; Zhao, Y. (2026). Modulating p–n transition of two-dimensional perovskites for efficient and stable perovskite/Si tandem photovoltaics. <em>Nature Photonics</em>. <a href="https://doi.org/10.1038/s41566-026-01979-z" target="_blank" rel="noopener noreferrer">https://doi.org/10.1038/s41566-026-01979-z</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1038/s41566-026-01979-z" target="_blank" rel="noopener noreferrer">10.1038/s41566-026-01979-z</a></p>
<p><strong>Keywords:</strong> perovskite solar cells, perovskite/silicon tandem, two-dimensional perovskites, Ruddlesden–Popper, p–n transition, molecular dipole tuning, n-type defects, wide-bandgap perovskite, open-circuit voltage, non-radiative recombination, Czochralski silicon, photovoltaic stability</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185626</post-id>	</item>
		<item>
		<title>Quantum Hall antidot acts as a fractional charge meter</title>
		<link>https://scienmag.com/quantum-hall-antidot-acts-as-a-fractional-charge-meter/</link>
		
		<dc:creator><![CDATA[Katie Riggs]]></dc:creator>
		<pubDate>Sun, 30 Aug 2026 17:28:06 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[antidot device]]></category>
		<category><![CDATA[braiding anyons]]></category>
		<category><![CDATA[charge sensitivity in quantum Hall systems]]></category>
		<category><![CDATA[cryogenic magnetic field experiments]]></category>
		<category><![CDATA[fractional charge detection]]></category>
		<category><![CDATA[fractional coulombmeter]]></category>
		<category><![CDATA[fractional electron charge measurement]]></category>
		<category><![CDATA[fractional quantum Hall effect]]></category>
		<category><![CDATA[fractional quantum Hall regime]]></category>
		<category><![CDATA[Landau levels]]></category>
		<category><![CDATA[Landau levels in quantum Hall effect]]></category>
		<category><![CDATA[probing exotic states of matter]]></category>
		<category><![CDATA[quantum Hall antidot]]></category>
		<category><![CDATA[quantum Hall effect]]></category>
		<category><![CDATA[quantum Hall effect-based charge sensing]]></category>
		<category><![CDATA[quasiparticles]]></category>
		<category><![CDATA[quasiparticles in quantum Hall systems]]></category>
		<category><![CDATA[sensitive charge detector]]></category>
		<category><![CDATA[topological quantum computation]]></category>
		<category><![CDATA[two-dimensional electron gas]]></category>
		<guid isPermaLink="false">https://scienmag.com/quantum-hall-antidot-acts-as-a-fractional-charge-meter/</guid>

					<description><![CDATA[Physicists have demonstrated a new type of extremely sensitive charge detector built on the quantum Hall effect, capable of resolving charge in fractional units of the electron&#8217;s charge. The device, described in a study published in Nature Physics, functions as a &#8220;fractional coulombmeter&#8221;—a meter for electric charge that operates not with whole electrons but with [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Physicists have demonstrated a new type of extremely sensitive charge detector built on the quantum Hall effect, capable of resolving charge in fractional units of the electron&#8217;s charge. The device, described in a study published in Nature Physics, functions as a &#8220;fractional coulombmeter&#8221;—a meter for electric charge that operates not with whole electrons but with quasiparticles carrying fractions of an electron&#8217;s charge. The achievement opens a route to probing some of the most fragile and exotic states of matter known, and could prove essential for future experiments aiming to braid and read out anyons, the quasiparticles that underpin proposals for topological quantum computation.</p>
<p>The quantum Hall effect arises when a two-dimensional electron gas, typically formed at the interface of a semiconductor heterostructure, is cooled to cryogenic temperatures and subjected to a strong perpendicular magnetic field. Under these conditions the electronic spectrum collapses into highly degenerate Landau levels, and the Hall conductance becomes quantized. At fractional filling factors, interactions among electrons dominate and produce the fractional quantum Hall regime, in which the fundamental excitations carry fractions of the elementary charge, such as e/3 or e/5. Detecting these fractional charges directly has long been a challenge, because conventional electrometers and charge sensors are designed around ordinary electrons and often lack the sensitivity, bandwidth, or back-action characteristics needed for quasiparticle experiments.</p>
<p>The new device takes the form of an antidot: a small hole etched into the two-dimensional electron gas that acts as an artificial impurity in the surrounding quantum Hall fluid. Instead of passing straight through the sample, the quantized Hall current must circulate around the antidot along narrow edge channels. Crucially, the antidot region itself can trap a small, countable number of quasiparticles. Each time a quasiparticle tunnels onto or off the antidot island, the electrostatic potential of the island shifts, and this shift modulates the tunneling of quasiparticles around the perimeter. The result is a characteristic periodic oscillation in the measured conductance, with a period set by the ratio of the applied voltage to the quasiparticle charge. By reading out these oscillations, the researchers can convert voltage changes into charge changes—performing the function of a coulombmeter, but one calibrated in fractional units of e.</p>
<p>In their measurements, the team fabricated the antidot in a high-mobility gallium arsenide–based two-dimensional electron gas and tuned the filling factor of the surrounding fluid into a fractional quantum Hall state. By driving a radio-frequency excitation and monitoring the reflected signal, they performed a form of radio-frequency reflectometry, a technique borrowed from quantum-dot charge sensing that allows charge changes to be detected with microsecond-scale temporal resolution and exquisite charge sensitivity. The periodic conductance oscillations they observed directly reflected the accumulation of quasiparticles of definite fractional charge on the antidot, confirming that the device operates as a genuine fractional coulombmeter rather than merely as a sensitive conventional electrometer.</p>
<p>A key advantage of the antidot architecture is its versatility. The device can be operated in several distinct regimes simply by adjusting gate voltages and the magnetic field. In one regime it behaves as a precise charge meter, resolving individual tunneling events of fractionally charged quasiparticles. In another, it can act as a tunable source and detector of quasiparticles, injecting them into edge channels at controllable rates. This dual functionality is significant for the growing experimental program aimed at anyon interferometry, in which quasiparticles are made to travel around closed loops and acquire statistical phases that reveal their exotic quantum statistics. A device that both generates and senses single fractional quasiparticles greatly simplifies such experiments, which traditionally require multiple separately calibrated components.</p>
<p>The researchers also characterized the device&#8217;s sensitivity and back-action in detail. Charge sensitivity reached levels comparable to the best radio-frequency single-electron transistors and quantum-point-contact charge sensors, but with the crucial difference that the detected object carries a fraction of the electron charge. This means the effective resolving power with respect to quasiparticles is even more impressive, since the signal per tunneling event is proportionally smaller. Moreover, the coupling between the antidot and the surrounding edge channels can be tuned, allowing the experimenters to balance measurement strength against the disturbance introduced into the quantum Hall fluid—a critical consideration when the goal is to observe delicate interference phenomena or to preserve fragile quasiparticle states over extended periods.</p>
<p>Beyond its immediate utility for fundamental physics, the fractional coulombmeter addresses a pressing need in the emerging field of topological quantum computation. Certain fractional quantum Hall states, most famously the so-called 5/2 state, are predicted to host non-Abelian anyons—quasiparticles whose braiding operations act on a degenerate quantum state space and could therefore encode quantum information in a form intrinsically protected from local noise. Reading out the outcome of a braid operation typically amounts to detecting a change in quasiparticle number or charge on a localized island. An antidot-based fractional coulombmeter provides exactly this capability, offering a path toward the single-shot, high-fidelity readout that any practical topological qubit architecture will demand.</p>
<p>The work also refines our understanding of antidot physics itself. Decades of study have revealed that antidots host a rich variety of phenomena, including Coulomb-blockade-like charge quantization, resonant tunneling through localized states, and complex dynamics of quasiparticle exchange with the edge. By operating the antidot explicitly as a metrological device, the team has turned what was previously a source of experimental complications into a resource. The periodic charge oscillations serve as an in situ calibration of the quasiparticle charge, and the device could even be used to compare effective charges in different fractional states, testing theoretical predictions about the internal structure of the quantum Hall fluid and the nature of its quasiparticle excitations.</p>
<p>The demonstration is likely to stimulate a wave of follow-up experiments across several laboratories worldwide. Natural next steps include integrating the fractional coulombmeter with interferometric structures to perform single-quasiparticle statistics measurements, extending the technique to fractional states with even smaller quasiparticle charges, and translating the platform into materials such as graphene, where exceptionally clean fractional quantum Hall states—including even-denominator states—are now routinely observed. There are also longer-term ambitions: coupling the antidot detector to microwave resonators to reach quantum-limited sensing, and using arrays of antidots to build quasiparticle-based circuits that manipulate fractional charges with the same control that conventional electronics exercises over electrons.</p>
<p>What makes the result especially compelling is its conceptual simplicity. The coulombmeter, one of the oldest instruments in physics, has been reborn in a regime its inventors could scarcely have imagined: a device that measures charge in thirds and fifths of an electron, etched into a frozen quantum fluid and read out through the quantum interference of quasiparticles. As experiments on anyons and topological matter move from proof-of-principle demonstrations toward genuine quantum technologies, tools of this kind—sensitive, tunable, and natively fluent in the language of fractional charge—are likely to become as fundamental to quasiparticle physics as the electrometer once was to the study of the electron itself.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> A quantum Hall antidot device operating as a fractional coulombmeter, detecting quasiparticles carrying fractional electron charge in the fractional quantum Hall regime.</p>
<p><strong>Article Title:</strong> Quantum Hall antidot as a fractional coulombmeter</p>
<p><strong>Article References:</strong> Di Luca, M., Hajigeorgiou, E., Zhou, Z., Lotrič, T., Feng, T., Watanabe, K., Taniguchi, T., Simon, S. H., &amp; Banerjee, M. (2026). Quantum Hall antidot as a fractional coulombmeter. <em>Nature Physics</em>. <a href="https://doi.org/10.1038/s41567-026-03412-2" target="_blank" rel="noopener noreferrer">https://doi.org/10.1038/s41567-026-03412-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1038/s41567-026-03412-2" target="_blank" rel="noopener noreferrer">10.1038/s41567-026-03412-2</a></p>
<p><strong>Keywords:</strong> quantum Hall effect, fractional quantum Hall, antidot, quasiparticles, fractional charge, coulombmeter, charge sensing, anyons, topological quantum computation, radio-frequency reflectometry</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185623</post-id>	</item>
	</channel>
</rss>
