#degradation — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #degradation, aggregated by home.social.
-
#degradation : the process of being humiliated or debased
- French: dégradation
- German: der Abbau
- Italian: degradazione
- Portuguese: degradação
- Spanish: degradación
------------
Try our new word guessing game @ https://24hippos.com
-
#degradation : the process of being humiliated or debased
- French: dégradation
- German: der Abbau
- Italian: degradazione
- Portuguese: degradação
- Spanish: degradación
------------
Try our new word guessing game @ https://24hippos.com
-
#degradation : the process of being humiliated or debased
- French: dégradation
- German: der Abbau
- Italian: degradazione
- Portuguese: degradação
- Spanish: degradación
------------
Try our new word guessing game @ https://24hippos.com
-
#degradation : the process of being humiliated or debased
- French: dégradation
- German: der Abbau
- Italian: degradazione
- Portuguese: degradação
- Spanish: degradación
------------
Try our new word guessing game @ https://24hippos.com
-
Près de 200 livres dégradés : la cabane du parc de l’Orangerie vandalisée à plusieurs reprises
-
Une statue de saint Benoît décapitée au nord de Nantes
Un incident a endommagé, dans la nuit du 18 au 19 juillet, le petit monument public inauguré il…
#Nantes #FR #France #Actu #News #Europe #EU #actu #Actualités #dégradation #europe #paysdelaloire #Républiquefrançaise
https://www.europesays.com/fr/1083354/ -
https://www.europesays.com/fr/1083354/ Une statue de saint Benoît décapitée au nord de Nantes #actu #Actualités #dégradation #EU #europe #FR #France #Nantes #News #PaysDeLaLoire #RépubliqueFrançaise
-
The Industry Says Physics + AI Fixes Real-World Battery Degradation.
I Tried to Verify That on a Public Dataset.
James Sanders • Data Scientist & ML Engineer • jamesaksanders.com
The pitch for battery digital twins right now is consistent across the industry: combine physics models with AI and real telemetry, and you get predictions that are both mathematically valid and physically possible. That’s a near-direct quote from a March 2026 Exponent piece on EV battery digital twins, by Dustin Burns et al. It’s not just a consulting framing, either — Fluence’s own Life Model, running across their BESS fleet today, is described the same way: a “cell-level degradation engine calibrated with lab and fleet data” that predicts capacity fade and informs project sizing.
I wanted to test that premise directly on a public dataset rather than take it on faith. If you work in grid-scale battery storage, you already know that state-of-health (SOH) modeling lives or dies on one assumption underneath that pitch: that your “hard cases” — the cells actually experiencing the operating stress you’re trying to predict — are correctly identified in the first place. I recently learned, the hard way, how easy it is to get that assumption wrong without ever noticing.
The specific hypothesis: that adding a physics-based temperature term (an Arrhenius-style acceleration factor, the same mechanism used in several recent published SOH frameworks) would help a neural network handle battery cells that experience real temperature swings — the “drift” cells — better than a plain LSTM could on its own. This is a reasonable, well-precedented thing to expect, and it’s the same logic behind the lab-plus-field calibration pitch above. It’s also, in my case, not what happened, and the reason why is more interesting than the result itself.
The manifest was wrong before the benchmark even started.
My initial data pull flagged 16 cells in the NASA PCoE battery dataset as “drift” cells — cells whose operating temperature changed partway through their test life. When I went back to verify that manifest against the raw files before publishing anything, the number dropped to 7.
The bug was mechanical and, once found, completely unambiguous: the labeling logic checked for more than one distinct ambient_temperature value anywhere in a cell’s full cycle record — charge, discharge, and impedance spectroscopy cycles alike. NASA’s testbed logs its periodic EIS impedance spot-checks at a fixed 24°C reference reading, regardless of what temperature the aging chamber is actually holding for the charge/discharge cycles around them. So a cell held at a genuine, constant 4°C for every single discharge cycle of its life — the only cycles that actually define its SOH trajectory — would still show {4°C, 24°C} in its raw metadata, purely because of an instrumentation artifact from an unrelated measurement type. Filter to discharge cycles only, and 13 of those 16 “drift” cells instantly collapse to a single, unchanging temperature.
Why a constant-4°C cell got flagged as “drift” — illustrative schematic based on the confirmed labeling logic
Re-verifying the raw NASA PCoE files cut the confirmed drift-cell count from 16 to 7
If you’re building any kind of automated condition-flagging or anomaly-labeling pipeline on multi-modal telemetr — and if you work in AMI, DER, or grid-storage analytics, you almost certainly are — this is worth sitting with. The failure mode here wasn’t a bad model. It was a labeling script that technically read the right field, from the right dataset, and still produced a systematically wrong answer, because it didn’t account for which kind of measurement event it was reading that field from.
The benchmark itself needed a second correction, too.
Once I had the corrected 7-cell drift set, the headline result looked clean: the physics-augmented model was 3.3% worse (RMSE) than the plain LSTM on genuine drift cells, and 16.9% better on fixed-temperature control cells — exactly the inverse of what the physics term was supposed to buy you. That’s a publishable, interesting negative result on its own.
But a pooled RMSE delta across 7–9 cells is a thinner foundation than it looks. When I broke it down per cell, only 4 of 7 drift cells individually agreed with the aggregate direction. I also ran a paired significance test at the cycle level, which is a common approach in this literature — but cycles within the same cell aren’t independent observations, since they share that cell’s degradation trajectory. Treating them as independent inflates the effective sample size and can manufacture an artificially confident result. Sure enough, the control group’s cycle-level test came back extremely significant (p < 0.00001) — exactly the kind of number that pattern is known to produce. The test that actually respects the data’s structure is a bootstrap resampled at the cell level, since the cell, not the cycle, is the real independent unit. That test told a very different story: both groups’ 95% confidence intervals straddled zero. Neither the drift-side regression nor the control-side improvement is distinguishable from sampling noise, once the check is run at the correct level.
Per-cell RMSE: neither the drift group nor the control group tells a clean, unanimous story
Why this matters beyond one physics term.
Most published SOH benchmarks on this dataset — and I’d guess a fair number of internal grid-storage model evaluations — compare pooled error metrics across a small number of cells (often just 3–4) without checking whether that pooled number would survive being resampled, or whether it’s being carried by one or two atypical units. Seven to nine cells is already more than the field’s typical practice, and it still wasn’t enough for either half of my original comparison to hold up cleanly.
If your team is evaluating SOH, load-forecasting, or anomaly-detection models against a small number of “representative” assets — a handful of feeders, a handful of battery packs, a handful of substations — the same question applies: would your headline number survive a cell-level bootstrap, or is it one atypical asset doing most of the work?
I’m curious whether others in grid-storage analytics have run into a similar gap between a pooled benchmark number and what actually holds up under a per-unit breakdown — happy to compare notes.
References
Burns, D. & Mendias, M. “Turn EV Battery Data Into Reliable Digital Twins.” Exponent, March 31, 2026.
Winter, TJ & Shi, G. “Beyond 20 Years: Maximizing Battery Storage Lifespan and Value.” Fluence Energy Blog.
NASA Prognostics Center of Excellence (PCoE). Li-Ion Battery Aging Dataset. NASA Ames Research Center.
CALCE Battery Research Group, University of Maryland. Battery aging and cycling datasets (CX2, CS2 cell series).
LSTM–PINN framework for physically consistent battery state-of-health prediction. Scientific Reports, 2026.
Physics-Informed Neural Networks for Battery Degradation Prediction Under Random Walk Operations. Quality and Reliability Engineering International (Wiley), 2026.
#AI #battery #degradation #digitalTwin #EV #ML #stateOfHealth -
The Industry Says Physics + AI Fixes Real-World Battery Degradation.
I Tried to Verify That on a Public Dataset.
James Sanders • Data Scientist & ML Engineer • jamesaksanders.com
The pitch for battery digital twins right now is consistent across the industry: combine physics models with AI and real telemetry, and you get predictions that are both mathematically valid and physically possible. That’s a near-direct quote from a March 2026 Exponent piece on EV battery digital twins, by Dustin Burns et al. It’s not just a consulting framing, either — Fluence’s own Life Model, running across their BESS fleet today, is described the same way: a “cell-level degradation engine calibrated with lab and fleet data” that predicts capacity fade and informs project sizing.
I wanted to test that premise directly on a public dataset rather than take it on faith. If you work in grid-scale battery storage, you already know that state-of-health (SOH) modeling lives or dies on one assumption underneath that pitch: that your “hard cases” — the cells actually experiencing the operating stress you’re trying to predict — are correctly identified in the first place. I recently learned, the hard way, how easy it is to get that assumption wrong without ever noticing.
The specific hypothesis: that adding a physics-based temperature term (an Arrhenius-style acceleration factor, the same mechanism used in several recent published SOH frameworks) would help a neural network handle battery cells that experience real temperature swings — the “drift” cells — better than a plain LSTM could on its own. This is a reasonable, well-precedented thing to expect, and it’s the same logic behind the lab-plus-field calibration pitch above. It’s also, in my case, not what happened, and the reason why is more interesting than the result itself.
The manifest was wrong before the benchmark even started.
My initial data pull flagged 16 cells in the NASA PCoE battery dataset as “drift” cells — cells whose operating temperature changed partway through their test life. When I went back to verify that manifest against the raw files before publishing anything, the number dropped to 7.
The bug was mechanical and, once found, completely unambiguous: the labeling logic checked for more than one distinct ambient_temperature value anywhere in a cell’s full cycle record — charge, discharge, and impedance spectroscopy cycles alike. NASA’s testbed logs its periodic EIS impedance spot-checks at a fixed 24°C reference reading, regardless of what temperature the aging chamber is actually holding for the charge/discharge cycles around them. So a cell held at a genuine, constant 4°C for every single discharge cycle of its life — the only cycles that actually define its SOH trajectory — would still show {4°C, 24°C} in its raw metadata, purely because of an instrumentation artifact from an unrelated measurement type. Filter to discharge cycles only, and 13 of those 16 “drift” cells instantly collapse to a single, unchanging temperature.
Why a constant-4°C cell got flagged as “drift” — illustrative schematic based on the confirmed labeling logic
Re-verifying the raw NASA PCoE files cut the confirmed drift-cell count from 16 to 7
If you’re building any kind of automated condition-flagging or anomaly-labeling pipeline on multi-modal telemetr — and if you work in AMI, DER, or grid-storage analytics, you almost certainly are — this is worth sitting with. The failure mode here wasn’t a bad model. It was a labeling script that technically read the right field, from the right dataset, and still produced a systematically wrong answer, because it didn’t account for which kind of measurement event it was reading that field from.
The benchmark itself needed a second correction, too.
Once I had the corrected 7-cell drift set, the headline result looked clean: the physics-augmented model was 3.3% worse (RMSE) than the plain LSTM on genuine drift cells, and 16.9% better on fixed-temperature control cells — exactly the inverse of what the physics term was supposed to buy you. That’s a publishable, interesting negative result on its own.
But a pooled RMSE delta across 7–9 cells is a thinner foundation than it looks. When I broke it down per cell, only 4 of 7 drift cells individually agreed with the aggregate direction. I also ran a paired significance test at the cycle level, which is a common approach in this literature — but cycles within the same cell aren’t independent observations, since they share that cell’s degradation trajectory. Treating them as independent inflates the effective sample size and can manufacture an artificially confident result. Sure enough, the control group’s cycle-level test came back extremely significant (p < 0.00001) — exactly the kind of number that pattern is known to produce. The test that actually respects the data’s structure is a bootstrap resampled at the cell level, since the cell, not the cycle, is the real independent unit. That test told a very different story: both groups’ 95% confidence intervals straddled zero. Neither the drift-side regression nor the control-side improvement is distinguishable from sampling noise, once the check is run at the correct level.
Per-cell RMSE: neither the drift group nor the control group tells a clean, unanimous story
Why this matters beyond one physics term.
Most published SOH benchmarks on this dataset — and I’d guess a fair number of internal grid-storage model evaluations — compare pooled error metrics across a small number of cells (often just 3–4) without checking whether that pooled number would survive being resampled, or whether it’s being carried by one or two atypical units. Seven to nine cells is already more than the field’s typical practice, and it still wasn’t enough for either half of my original comparison to hold up cleanly.
If your team is evaluating SOH, load-forecasting, or anomaly-detection models against a small number of “representative” assets — a handful of feeders, a handful of battery packs, a handful of substations — the same question applies: would your headline number survive a cell-level bootstrap, or is it one atypical asset doing most of the work?
I’m curious whether others in grid-storage analytics have run into a similar gap between a pooled benchmark number and what actually holds up under a per-unit breakdown — happy to compare notes.
References
Burns, D. & Mendias, M. “Turn EV Battery Data Into Reliable Digital Twins.” Exponent, March 31, 2026.
Winter, TJ & Shi, G. “Beyond 20 Years: Maximizing Battery Storage Lifespan and Value.” Fluence Energy Blog.
NASA Prognostics Center of Excellence (PCoE). Li-Ion Battery Aging Dataset. NASA Ames Research Center.
CALCE Battery Research Group, University of Maryland. Battery aging and cycling datasets (CX2, CS2 cell series).
LSTM–PINN framework for physically consistent battery state-of-health prediction. Scientific Reports, 2026.
Physics-Informed Neural Networks for Battery Degradation Prediction Under Random Walk Operations. Quality and Reliability Engineering International (Wiley), 2026.
#AI #battery #degradation #digitalTwin #EV #ML #stateOfHealth -
The Industry Says Physics + AI Fixes Real-World Battery Degradation.
I Tried to Verify That on a Public Dataset.
James Sanders • Data Scientist & ML Engineer • jamesaksanders.com
The pitch for battery digital twins right now is consistent across the industry: combine physics models with AI and real telemetry, and you get predictions that are both mathematically valid and physically possible. That’s a near-direct quote from a March 2026 Exponent piece on EV battery digital twins, by Dustin Burns et al. It’s not just a consulting framing, either — Fluence’s own Life Model, running across their BESS fleet today, is described the same way: a “cell-level degradation engine calibrated with lab and fleet data” that predicts capacity fade and informs project sizing.
I wanted to test that premise directly on a public dataset rather than take it on faith. If you work in grid-scale battery storage, you already know that state-of-health (SOH) modeling lives or dies on one assumption underneath that pitch: that your “hard cases” — the cells actually experiencing the operating stress you’re trying to predict — are correctly identified in the first place. I recently learned, the hard way, how easy it is to get that assumption wrong without ever noticing.
The specific hypothesis: that adding a physics-based temperature term (an Arrhenius-style acceleration factor, the same mechanism used in several recent published SOH frameworks) would help a neural network handle battery cells that experience real temperature swings — the “drift” cells — better than a plain LSTM could on its own. This is a reasonable, well-precedented thing to expect, and it’s the same logic behind the lab-plus-field calibration pitch above. It’s also, in my case, not what happened, and the reason why is more interesting than the result itself.
The manifest was wrong before the benchmark even started.
My initial data pull flagged 16 cells in the NASA PCoE battery dataset as “drift” cells — cells whose operating temperature changed partway through their test life. When I went back to verify that manifest against the raw files before publishing anything, the number dropped to 7.
The bug was mechanical and, once found, completely unambiguous: the labeling logic checked for more than one distinct ambient_temperature value anywhere in a cell’s full cycle record — charge, discharge, and impedance spectroscopy cycles alike. NASA’s testbed logs its periodic EIS impedance spot-checks at a fixed 24°C reference reading, regardless of what temperature the aging chamber is actually holding for the charge/discharge cycles around them. So a cell held at a genuine, constant 4°C for every single discharge cycle of its life — the only cycles that actually define its SOH trajectory — would still show {4°C, 24°C} in its raw metadata, purely because of an instrumentation artifact from an unrelated measurement type. Filter to discharge cycles only, and 13 of those 16 “drift” cells instantly collapse to a single, unchanging temperature.
Why a constant-4°C cell got flagged as “drift” — illustrative schematic based on the confirmed labeling logic
Re-verifying the raw NASA PCoE files cut the confirmed drift-cell count from 16 to 7
If you’re building any kind of automated condition-flagging or anomaly-labeling pipeline on multi-modal telemetr — and if you work in AMI, DER, or grid-storage analytics, you almost certainly are — this is worth sitting with. The failure mode here wasn’t a bad model. It was a labeling script that technically read the right field, from the right dataset, and still produced a systematically wrong answer, because it didn’t account for which kind of measurement event it was reading that field from.
The benchmark itself needed a second correction, too.
Once I had the corrected 7-cell drift set, the headline result looked clean: the physics-augmented model was 3.3% worse (RMSE) than the plain LSTM on genuine drift cells, and 16.9% better on fixed-temperature control cells — exactly the inverse of what the physics term was supposed to buy you. That’s a publishable, interesting negative result on its own.
But a pooled RMSE delta across 7–9 cells is a thinner foundation than it looks. When I broke it down per cell, only 4 of 7 drift cells individually agreed with the aggregate direction. I also ran a paired significance test at the cycle level, which is a common approach in this literature — but cycles within the same cell aren’t independent observations, since they share that cell’s degradation trajectory. Treating them as independent inflates the effective sample size and can manufacture an artificially confident result. Sure enough, the control group’s cycle-level test came back extremely significant (p < 0.00001) — exactly the kind of number that pattern is known to produce. The test that actually respects the data’s structure is a bootstrap resampled at the cell level, since the cell, not the cycle, is the real independent unit. That test told a very different story: both groups’ 95% confidence intervals straddled zero. Neither the drift-side regression nor the control-side improvement is distinguishable from sampling noise, once the check is run at the correct level.
Per-cell RMSE: neither the drift group nor the control group tells a clean, unanimous story
Why this matters beyond one physics term.
Most published SOH benchmarks on this dataset — and I’d guess a fair number of internal grid-storage model evaluations — compare pooled error metrics across a small number of cells (often just 3–4) without checking whether that pooled number would survive being resampled, or whether it’s being carried by one or two atypical units. Seven to nine cells is already more than the field’s typical practice, and it still wasn’t enough for either half of my original comparison to hold up cleanly.
If your team is evaluating SOH, load-forecasting, or anomaly-detection models against a small number of “representative” assets — a handful of feeders, a handful of battery packs, a handful of substations — the same question applies: would your headline number survive a cell-level bootstrap, or is it one atypical asset doing most of the work?
I’m curious whether others in grid-storage analytics have run into a similar gap between a pooled benchmark number and what actually holds up under a per-unit breakdown — happy to compare notes.
References
Burns, D. & Mendias, M. “Turn EV Battery Data Into Reliable Digital Twins.” Exponent, March 31, 2026.
Winter, TJ & Shi, G. “Beyond 20 Years: Maximizing Battery Storage Lifespan and Value.” Fluence Energy Blog.
NASA Prognostics Center of Excellence (PCoE). Li-Ion Battery Aging Dataset. NASA Ames Research Center.
CALCE Battery Research Group, University of Maryland. Battery aging and cycling datasets (CX2, CS2 cell series).
LSTM–PINN framework for physically consistent battery state-of-health prediction. Scientific Reports, 2026.
Physics-Informed Neural Networks for Battery Degradation Prediction Under Random Walk Operations. Quality and Reliability Engineering International (Wiley), 2026.
#AI #battery #degradation #digitalTwin #EV #ML #stateOfHealth -
The Industry Says Physics + AI Fixes Real-World Battery Degradation.
I Tried to Verify That on a Public Dataset.
James Sanders • Data Scientist & ML Engineer • jamesaksanders.com
The pitch for battery digital twins right now is consistent across the industry: combine physics models with AI and real telemetry, and you get predictions that are both mathematically valid and physically possible. That’s a near-direct quote from a March 2026 Exponent piece on EV battery digital twins, by Dustin Burns et al. It’s not just a consulting framing, either — Fluence’s own Life Model, running across their BESS fleet today, is described the same way: a “cell-level degradation engine calibrated with lab and fleet data” that predicts capacity fade and informs project sizing.
I wanted to test that premise directly on a public dataset rather than take it on faith. If you work in grid-scale battery storage, you already know that state-of-health (SOH) modeling lives or dies on one assumption underneath that pitch: that your “hard cases” — the cells actually experiencing the operating stress you’re trying to predict — are correctly identified in the first place. I recently learned, the hard way, how easy it is to get that assumption wrong without ever noticing.
The specific hypothesis: that adding a physics-based temperature term (an Arrhenius-style acceleration factor, the same mechanism used in several recent published SOH frameworks) would help a neural network handle battery cells that experience real temperature swings — the “drift” cells — better than a plain LSTM could on its own. This is a reasonable, well-precedented thing to expect, and it’s the same logic behind the lab-plus-field calibration pitch above. It’s also, in my case, not what happened, and the reason why is more interesting than the result itself.
The manifest was wrong before the benchmark even started.
My initial data pull flagged 16 cells in the NASA PCoE battery dataset as “drift” cells — cells whose operating temperature changed partway through their test life. When I went back to verify that manifest against the raw files before publishing anything, the number dropped to 7.
The bug was mechanical and, once found, completely unambiguous: the labeling logic checked for more than one distinct ambient_temperature value anywhere in a cell’s full cycle record — charge, discharge, and impedance spectroscopy cycles alike. NASA’s testbed logs its periodic EIS impedance spot-checks at a fixed 24°C reference reading, regardless of what temperature the aging chamber is actually holding for the charge/discharge cycles around them. So a cell held at a genuine, constant 4°C for every single discharge cycle of its life — the only cycles that actually define its SOH trajectory — would still show {4°C, 24°C} in its raw metadata, purely because of an instrumentation artifact from an unrelated measurement type. Filter to discharge cycles only, and 13 of those 16 “drift” cells instantly collapse to a single, unchanging temperature.
Why a constant-4°C cell got flagged as “drift” — illustrative schematic based on the confirmed labeling logic
Re-verifying the raw NASA PCoE files cut the confirmed drift-cell count from 16 to 7
If you’re building any kind of automated condition-flagging or anomaly-labeling pipeline on multi-modal telemetr — and if you work in AMI, DER, or grid-storage analytics, you almost certainly are — this is worth sitting with. The failure mode here wasn’t a bad model. It was a labeling script that technically read the right field, from the right dataset, and still produced a systematically wrong answer, because it didn’t account for which kind of measurement event it was reading that field from.
The benchmark itself needed a second correction, too.
Once I had the corrected 7-cell drift set, the headline result looked clean: the physics-augmented model was 3.3% worse (RMSE) than the plain LSTM on genuine drift cells, and 16.9% better on fixed-temperature control cells — exactly the inverse of what the physics term was supposed to buy you. That’s a publishable, interesting negative result on its own.
But a pooled RMSE delta across 7–9 cells is a thinner foundation than it looks. When I broke it down per cell, only 4 of 7 drift cells individually agreed with the aggregate direction. I also ran a paired significance test at the cycle level, which is a common approach in this literature — but cycles within the same cell aren’t independent observations, since they share that cell’s degradation trajectory. Treating them as independent inflates the effective sample size and can manufacture an artificially confident result. Sure enough, the control group’s cycle-level test came back extremely significant (p < 0.00001) — exactly the kind of number that pattern is known to produce. The test that actually respects the data’s structure is a bootstrap resampled at the cell level, since the cell, not the cycle, is the real independent unit. That test told a very different story: both groups’ 95% confidence intervals straddled zero. Neither the drift-side regression nor the control-side improvement is distinguishable from sampling noise, once the check is run at the correct level.
Per-cell RMSE: neither the drift group nor the control group tells a clean, unanimous story
Why this matters beyond one physics term.
Most published SOH benchmarks on this dataset — and I’d guess a fair number of internal grid-storage model evaluations — compare pooled error metrics across a small number of cells (often just 3–4) without checking whether that pooled number would survive being resampled, or whether it’s being carried by one or two atypical units. Seven to nine cells is already more than the field’s typical practice, and it still wasn’t enough for either half of my original comparison to hold up cleanly.
If your team is evaluating SOH, load-forecasting, or anomaly-detection models against a small number of “representative” assets — a handful of feeders, a handful of battery packs, a handful of substations — the same question applies: would your headline number survive a cell-level bootstrap, or is it one atypical asset doing most of the work?
I’m curious whether others in grid-storage analytics have run into a similar gap between a pooled benchmark number and what actually holds up under a per-unit breakdown — happy to compare notes.
References
Burns, D. & Mendias, M. “Turn EV Battery Data Into Reliable Digital Twins.” Exponent, March 31, 2026.
Winter, TJ & Shi, G. “Beyond 20 Years: Maximizing Battery Storage Lifespan and Value.” Fluence Energy Blog.
NASA Prognostics Center of Excellence (PCoE). Li-Ion Battery Aging Dataset. NASA Ames Research Center.
CALCE Battery Research Group, University of Maryland. Battery aging and cycling datasets (CX2, CS2 cell series).
LSTM–PINN framework for physically consistent battery state-of-health prediction. Scientific Reports, 2026.
Physics-Informed Neural Networks for Battery Degradation Prediction Under Random Walk Operations. Quality and Reliability Engineering International (Wiley), 2026.
#AI #battery #degradation #digitalTwin #EV #ML #stateOfHealth -
Comment le miel se protège?
Le miel résiste à la dégradation grâce à sa faible teneur en eau, à son acidité et à la présence d’une faible dose de peroxyde d’hydrogène. Ces propriétés créent un environnement inhospitalier pour les microbes.
Comment le miel se protège naturellement des bactéries? | Découverte
https://www.youtube.com/watch?v=dBQ27nmwVq8&list=PLZr1y64TPtN8rC4wbxHVgSeIKMaFflPwU&index=9
#abeilleMielProtéger #acidité #alimentation #attention #émissionDécouverte #être #bactérie #biologie #CharlesTisseyre #créer #dégradation #eau #environnement #faibleDose #inhospitalier #interdépendance #médecine #médecineAutochtone #microbes #nature #peroxydeDHydrogène #présence #propriétés #résister #résisteràLaDégradation #recherche #savoirAncestral #science #superpouvoirs #teneur -
Comment le miel se protège?
Le miel résiste à la dégradation grâce à sa faible teneur en eau, à son acidité et à la présence d’une faible dose de peroxyde d’hydrogène. Ces propriétés créent un environnement inhospitalier pour les microbes.
Comment le miel se protège naturellement des bactéries? | Découverte
https://www.youtube.com/watch?v=dBQ27nmwVq8&list=PLZr1y64TPtN8rC4wbxHVgSeIKMaFflPwU&index=9
#abeilleMielProtéger #acidité #alimentation #attention #émissionDécouverte #être #bactérie #biologie #CharlesTisseyre #créer #dégradation #eau #environnement #faibleDose #inhospitalier #interdépendance #médecine #médecineAutochtone #microbes #nature #peroxydeDHydrogène #présence #propriétés #résister #résisteràLaDégradation #recherche #savoirAncestral #science #superpouvoirs #teneur -
Comment le miel se protège?
Le miel résiste à la dégradation grâce à sa faible teneur en eau, à son acidité et à la présence d’une faible dose de peroxyde d’hydrogène. Ces propriétés créent un environnement inhospitalier pour les microbes.
Comment le miel se protège naturellement des bactéries? | Découverte
https://www.youtube.com/watch?v=dBQ27nmwVq8&list=PLZr1y64TPtN8rC4wbxHVgSeIKMaFflPwU&index=9
#abeilleMielProtéger #acidité #alimentation #attention #émissionDécouverte #être #bactérie #biologie #CharlesTisseyre #créer #dégradation #eau #environnement #faibleDose #inhospitalier #interdépendance #médecine #médecineAutochtone #microbes #nature #peroxydeDHydrogène #présence #propriétés #résister #résisteràLaDégradation #recherche #savoirAncestral #science #superpouvoirs #teneur -
Comment le miel se protège?
Le miel résiste à la dégradation grâce à sa faible teneur en eau, à son acidité et à la présence d’une faible dose de peroxyde d’hydrogène. Ces propriétés créent un environnement inhospitalier pour les microbes.
Comment le miel se protège naturellement des bactéries? | Découverte
https://www.youtube.com/watch?v=dBQ27nmwVq8&list=PLZr1y64TPtN8rC4wbxHVgSeIKMaFflPwU&index=9
#abeilleMielProtéger #acidité #alimentation #attention #émissionDécouverte #être #bactérie #biologie #CharlesTisseyre #créer #dégradation #eau #environnement #faibleDose #inhospitalier #interdépendance #médecine #médecineAutochtone #microbes #nature #peroxydeDHydrogène #présence #propriétés #résister #résisteràLaDégradation #recherche #savoirAncestral #science #superpouvoirs #teneur -
Comment le miel se protège?
Le miel résiste à la dégradation grâce à sa faible teneur en eau, à son acidité et à la présence d’une faible dose de peroxyde d’hydrogène. Ces propriétés créent un environnement inhospitalier pour les microbes.
Comment le miel se protège naturellement des bactéries? | Découverte
https://www.youtube.com/watch?v=dBQ27nmwVq8&list=PLZr1y64TPtN8rC4wbxHVgSeIKMaFflPwU&index=9
#abeilleMielProtéger #acidité #alimentation #attention #émissionDécouverte #être #bactérie #biologie #CharlesTisseyre #créer #dégradation #eau #environnement #faibleDose #inhospitalier #interdépendance #médecine #médecineAutochtone #microbes #nature #peroxydeDHydrogène #présence #propriétés #résister #résisteràLaDégradation #recherche #savoirAncestral #science #superpouvoirs #teneur -
Refined Modeling of Arctic Circumpolar Building Stock Increases Estimated Mid-Century Permafrost Degradation Damages
--
https://doi.org/10.1029/2026EF008578 <-- shared paper
--
https://www.thearcticinstitute.org/climate-change-geopolitics-monitoring-thawing-permafrost/ | https://www.thearcticinstitute.org/dwindling-arctic-sea-ice-impacts-permafrost-health/ <-- shared technical articles
--
https://www.theguardian.com/cities/2016/oct/14/thawing-permafrost-destroying-arctic-cities-norilsk-russia <-- shared media article
--
https://news.grida.no/new-map-shows-extent-of-permafrost-in-northern-hemisphere <-- shared technical article
--
H/T @elias Manos
“Why the increase?
Our understanding of climate risk is only as good as our understanding of our exposure to hazards. The better we can account for what is at risk, the better we can measure risk in a changing world.
In this new study [link above], [they] investigate[d] how damage to the building stock across the Arctic, a key impact of permafrost degradation, is underestimated because of underdeveloped exposure information. With National Science Foundation (NSF) supercomputers and 400 TB of Vantor satellite imagery, [they] detected building footprints across the Arctic and classified their use types using deep learning models. Then, using Polar Geospatial Center's ArcticDEM digital surface model, [they] estimated the total floor space of each residential building. This move from 2D to 3D representation of the building stock was the largest contributor to increased building damage.
Properly estimating this consequence is necessary for understanding the near future of the Arctic economy. Knowing the magnitude of damages is critical for sustaining the communities and livelihoods of more than 5 million people that call the Arctic home. There are also much broader implications. With the Arctic continuing to emerge as a strategic centerpiece in global affairs and the global economy, accurately quantifying the physical shocks to its built environment will allow researchers to more effectively represent the Arctic in global climate economic models. More precise international policymaking will also be enabled by these improvements.
Ultimately, this research highlights a similar challenge in completely different regions of the world (e.g., Southeast Asia, Sub-Saharan Africa) where exposure is constantly evolving alongside rapid population growth and urbanization. Building stock information can quickly become outdated as these changes occur; satellite remote sensing and AI are key players in keeping up with these changes and supporting data-driven disaster risk management…”
#arctic #circumpolar #permafrost #model #modeling #spatialanalysis #spatiotemporal #GIS #spatial #mapping #melting #degradation #damage #cost #economics #risk #hazard #climaterisk #climatechange #remotesensing #HPC #earthobservation #ArcticDEM #buildingfootprint #LLM #AI #machinelearning #engineering #economy #buildingstock #community #policy #planning #geopolitics #risk #management @UConn Research -
Refined Modeling of Arctic Circumpolar Building Stock Increases Estimated Mid-Century Permafrost Degradation Damages
--
https://doi.org/10.1029/2026EF008578 <-- shared paper
--
https://www.thearcticinstitute.org/climate-change-geopolitics-monitoring-thawing-permafrost/ | https://www.thearcticinstitute.org/dwindling-arctic-sea-ice-impacts-permafrost-health/ <-- shared technical articles
--
https://www.theguardian.com/cities/2016/oct/14/thawing-permafrost-destroying-arctic-cities-norilsk-russia <-- shared media article
--
https://news.grida.no/new-map-shows-extent-of-permafrost-in-northern-hemisphere <-- shared technical article
--
H/T @elias Manos
“Why the increase?
Our understanding of climate risk is only as good as our understanding of our exposure to hazards. The better we can account for what is at risk, the better we can measure risk in a changing world.
In this new study [link above], [they] investigate[d] how damage to the building stock across the Arctic, a key impact of permafrost degradation, is underestimated because of underdeveloped exposure information. With National Science Foundation (NSF) supercomputers and 400 TB of Vantor satellite imagery, [they] detected building footprints across the Arctic and classified their use types using deep learning models. Then, using Polar Geospatial Center's ArcticDEM digital surface model, [they] estimated the total floor space of each residential building. This move from 2D to 3D representation of the building stock was the largest contributor to increased building damage.
Properly estimating this consequence is necessary for understanding the near future of the Arctic economy. Knowing the magnitude of damages is critical for sustaining the communities and livelihoods of more than 5 million people that call the Arctic home. There are also much broader implications. With the Arctic continuing to emerge as a strategic centerpiece in global affairs and the global economy, accurately quantifying the physical shocks to its built environment will allow researchers to more effectively represent the Arctic in global climate economic models. More precise international policymaking will also be enabled by these improvements.
Ultimately, this research highlights a similar challenge in completely different regions of the world (e.g., Southeast Asia, Sub-Saharan Africa) where exposure is constantly evolving alongside rapid population growth and urbanization. Building stock information can quickly become outdated as these changes occur; satellite remote sensing and AI are key players in keeping up with these changes and supporting data-driven disaster risk management…”
#arctic #circumpolar #permafrost #model #modeling #spatialanalysis #spatiotemporal #GIS #spatial #mapping #melting #degradation #damage #cost #economics #risk #hazard #climaterisk #climatechange #remotesensing #HPC #earthobservation #ArcticDEM #buildingfootprint #LLM #AI #machinelearning #engineering #economy #buildingstock #community #policy #planning #geopolitics #risk #management @UConn Research -
Refined Modeling of Arctic Circumpolar Building Stock Increases Estimated Mid-Century Permafrost Degradation Damages
--
https://doi.org/10.1029/2026EF008578 <-- shared paper
--
https://www.thearcticinstitute.org/climate-change-geopolitics-monitoring-thawing-permafrost/ | https://www.thearcticinstitute.org/dwindling-arctic-sea-ice-impacts-permafrost-health/ <-- shared technical articles
--
https://www.theguardian.com/cities/2016/oct/14/thawing-permafrost-destroying-arctic-cities-norilsk-russia <-- shared media article
--
https://news.grida.no/new-map-shows-extent-of-permafrost-in-northern-hemisphere <-- shared technical article
--
H/T @elias Manos
“Why the increase?
Our understanding of climate risk is only as good as our understanding of our exposure to hazards. The better we can account for what is at risk, the better we can measure risk in a changing world.
In this new study [link above], [they] investigate[d] how damage to the building stock across the Arctic, a key impact of permafrost degradation, is underestimated because of underdeveloped exposure information. With National Science Foundation (NSF) supercomputers and 400 TB of Vantor satellite imagery, [they] detected building footprints across the Arctic and classified their use types using deep learning models. Then, using Polar Geospatial Center's ArcticDEM digital surface model, [they] estimated the total floor space of each residential building. This move from 2D to 3D representation of the building stock was the largest contributor to increased building damage.
Properly estimating this consequence is necessary for understanding the near future of the Arctic economy. Knowing the magnitude of damages is critical for sustaining the communities and livelihoods of more than 5 million people that call the Arctic home. There are also much broader implications. With the Arctic continuing to emerge as a strategic centerpiece in global affairs and the global economy, accurately quantifying the physical shocks to its built environment will allow researchers to more effectively represent the Arctic in global climate economic models. More precise international policymaking will also be enabled by these improvements.
Ultimately, this research highlights a similar challenge in completely different regions of the world (e.g., Southeast Asia, Sub-Saharan Africa) where exposure is constantly evolving alongside rapid population growth and urbanization. Building stock information can quickly become outdated as these changes occur; satellite remote sensing and AI are key players in keeping up with these changes and supporting data-driven disaster risk management…”
#arctic #circumpolar #permafrost #model #modeling #spatialanalysis #spatiotemporal #GIS #spatial #mapping #melting #degradation #damage #cost #economics #risk #hazard #climaterisk #climatechange #remotesensing #HPC #earthobservation #ArcticDEM #buildingfootprint #LLM #AI #machinelearning #engineering #economy #buildingstock #community #policy #planning #geopolitics #risk #management @UConn Research -
Refined Modeling of Arctic Circumpolar Building Stock Increases Estimated Mid-Century Permafrost Degradation Damages
--
https://doi.org/10.1029/2026EF008578 <-- shared paper
--
https://www.thearcticinstitute.org/climate-change-geopolitics-monitoring-thawing-permafrost/ | https://www.thearcticinstitute.org/dwindling-arctic-sea-ice-impacts-permafrost-health/ <-- shared technical articles
--
https://www.theguardian.com/cities/2016/oct/14/thawing-permafrost-destroying-arctic-cities-norilsk-russia <-- shared media article
--
https://news.grida.no/new-map-shows-extent-of-permafrost-in-northern-hemisphere <-- shared technical article
--
H/T @elias Manos
“Why the increase?
Our understanding of climate risk is only as good as our understanding of our exposure to hazards. The better we can account for what is at risk, the better we can measure risk in a changing world.
In this new study [link above], [they] investigate[d] how damage to the building stock across the Arctic, a key impact of permafrost degradation, is underestimated because of underdeveloped exposure information. With National Science Foundation (NSF) supercomputers and 400 TB of Vantor satellite imagery, [they] detected building footprints across the Arctic and classified their use types using deep learning models. Then, using Polar Geospatial Center's ArcticDEM digital surface model, [they] estimated the total floor space of each residential building. This move from 2D to 3D representation of the building stock was the largest contributor to increased building damage.
Properly estimating this consequence is necessary for understanding the near future of the Arctic economy. Knowing the magnitude of damages is critical for sustaining the communities and livelihoods of more than 5 million people that call the Arctic home. There are also much broader implications. With the Arctic continuing to emerge as a strategic centerpiece in global affairs and the global economy, accurately quantifying the physical shocks to its built environment will allow researchers to more effectively represent the Arctic in global climate economic models. More precise international policymaking will also be enabled by these improvements.
Ultimately, this research highlights a similar challenge in completely different regions of the world (e.g., Southeast Asia, Sub-Saharan Africa) where exposure is constantly evolving alongside rapid population growth and urbanization. Building stock information can quickly become outdated as these changes occur; satellite remote sensing and AI are key players in keeping up with these changes and supporting data-driven disaster risk management…”
#arctic #circumpolar #permafrost #model #modeling #spatialanalysis #spatiotemporal #GIS #spatial #mapping #melting #degradation #damage #cost #economics #risk #hazard #climaterisk #climatechange #remotesensing #HPC #earthobservation #ArcticDEM #buildingfootprint #LLM #AI #machinelearning #engineering #economy #buildingstock #community #policy #planning #geopolitics #risk #management @UConn Research -
Refined Modeling of Arctic Circumpolar Building Stock Increases Estimated Mid-Century Permafrost Degradation Damages
--
https://doi.org/10.1029/2026EF008578 <-- shared paper
--
https://www.thearcticinstitute.org/climate-change-geopolitics-monitoring-thawing-permafrost/ | https://www.thearcticinstitute.org/dwindling-arctic-sea-ice-impacts-permafrost-health/ <-- shared technical articles
--
https://www.theguardian.com/cities/2016/oct/14/thawing-permafrost-destroying-arctic-cities-norilsk-russia <-- shared media article
--
https://news.grida.no/new-map-shows-extent-of-permafrost-in-northern-hemisphere <-- shared technical article
--
H/T @elias Manos
“Why the increase?
Our understanding of climate risk is only as good as our understanding of our exposure to hazards. The better we can account for what is at risk, the better we can measure risk in a changing world.
In this new study [link above], [they] investigate[d] how damage to the building stock across the Arctic, a key impact of permafrost degradation, is underestimated because of underdeveloped exposure information. With National Science Foundation (NSF) supercomputers and 400 TB of Vantor satellite imagery, [they] detected building footprints across the Arctic and classified their use types using deep learning models. Then, using Polar Geospatial Center's ArcticDEM digital surface model, [they] estimated the total floor space of each residential building. This move from 2D to 3D representation of the building stock was the largest contributor to increased building damage.
Properly estimating this consequence is necessary for understanding the near future of the Arctic economy. Knowing the magnitude of damages is critical for sustaining the communities and livelihoods of more than 5 million people that call the Arctic home. There are also much broader implications. With the Arctic continuing to emerge as a strategic centerpiece in global affairs and the global economy, accurately quantifying the physical shocks to its built environment will allow researchers to more effectively represent the Arctic in global climate economic models. More precise international policymaking will also be enabled by these improvements.
Ultimately, this research highlights a similar challenge in completely different regions of the world (e.g., Southeast Asia, Sub-Saharan Africa) where exposure is constantly evolving alongside rapid population growth and urbanization. Building stock information can quickly become outdated as these changes occur; satellite remote sensing and AI are key players in keeping up with these changes and supporting data-driven disaster risk management…”
#arctic #circumpolar #permafrost #model #modeling #spatialanalysis #spatiotemporal #GIS #spatial #mapping #melting #degradation #damage #cost #economics #risk #hazard #climaterisk #climatechange #remotesensing #HPC #earthobservation #ArcticDEM #buildingfootprint #LLM #AI #machinelearning #engineering #economy #buildingstock #community #policy #planning #geopolitics #risk #management @UConn Research -
Après la troisième dégradation de radar entre Rennes et Combourg, la sécurité routière revient
La dégradation d’un nouveau radar à Guipel (Ille-et-Vilaine), en mai 2026, a suscité de vives réactions. C’est le troisième à…
#Rennes #FR #France #Actu #News #Europe #EU #actu #Actualités #bretagne #centre #combourg #débat #dégradation #europe #Radar #redon #Républiquefrançaise #revient #routière #sécurité
https://www.europesays.com/fr/1050296/ -
https://www.europesays.com/fr/1050296/ Après la troisième dégradation de radar entre Rennes et Combourg, la sécurité routière revient #actu #Actualités #bretagne #centre #combourg #débat #dégradation #EU #europe #FR #France #News #Radar #redon #Rennes #RépubliqueFrançaise #revient #routière #sécurité
-
https://www.europesays.com/ch-fr/191906/ Le monument du Square des Libérateurs vandalisé à Molenbeek #dégradation #Health #incivilités #Santé #Suisse #tags
-
https://www.europesays.com/be-fr/154211/ Le monument du Square des Libérateurs vandalisé à Molenbeek #BE #BEFr #Belgique #Belgium #dégradation #Health #incivilités #Santé #tags
-
[she/her, both] (cum inflation, degradation, mind break)
Jay (c) https://www.furaffinity.net/user/jjayvian
#3danimation #bovine #bird #avian #gynomorph #degradation #cuminflation #cuminflatedbelly #cumfountain #cumfromass #mindbreak
-
[she/her, both] (cum inflation, degradation, mind break)
Jay (c) https://www.furaffinity.net/user/jjayvian
#3danimation #bovine #bird #avian #gynomorph #degradation #cuminflation #cuminflatedbelly #cumfountain #cumfromass #mindbreak
-
[she/her, both] (cum inflation, degradation, mind break)
Jay (c) https://www.furaffinity.net/user/jjayvian
#3danimation #bovine #bird #avian #gynomorph #degradation #cuminflation #cuminflatedbelly #cumfountain #cumfromass #mindbreak
-
A quotation from Andrew Oliver
Politics is the most hazardous of all professions. There is not another in which a man can hope to do so much good to his fellow creatures; neither is there any in which by a mere loss of nerve he may do such widespread harm. Nor is there another in which he may so easily lose his own soul; nor is there another in which a positive and strict veracity is so difficult. But danger is the inseparable companion of honor. With all the temptations and degradations that beset it, politics is still the noblest career any man can choose.
Andrew Oliver (1706-1774) American Colonial merchant, politician, government official
Speech (1774?)More about this quote: wist.info/oliver-andrew/84550/
#quote #quotes #quotation #qotd #andrewoliver #career #corruption #degradation #honor #politician #politics #potential #risk #statesman #temptation
-
A quotation from Andrew Oliver
Politics is the most hazardous of all professions. There is not another in which a man can hope to do so much good to his fellow creatures; neither is there any in which by a mere loss of nerve he may do such widespread harm. Nor is there another in which he may so easily lose his own soul; nor is there another in which a positive and strict veracity is so difficult. But danger is the inseparable companion of honor. With all the temptations and degradations that beset it, politics is still the noblest career any man can choose.
Andrew Oliver (1706-1774) American Colonial merchant, politician, government official
Speech (1774?)More about this quote: wist.info/oliver-andrew/84550/
#quote #quotes #quotation #qotd #andrewoliver #career #corruption #degradation #honor #politician #politics #potential #risk #statesman #temptation
-
A quotation from Andrew Oliver
Politics is the most hazardous of all professions. There is not another in which a man can hope to do so much good to his fellow creatures; neither is there any in which by a mere loss of nerve he may do such widespread harm. Nor is there another in which he may so easily lose his own soul; nor is there another in which a positive and strict veracity is so difficult. But danger is the inseparable companion of honor. With all the temptations and degradations that beset it, politics is still the noblest career any man can choose.
Andrew Oliver (1706-1774) American Colonial merchant, politician, government official
Speech (1774?)More about this quote: wist.info/oliver-andrew/84550/
#quote #quotes #quotation #qotd #andrewoliver #career #corruption #degradation #honor #politician #politics #potential #risk #statesman #temptation
-
A quotation from Andrew Oliver
Politics is the most hazardous of all professions. There is not another in which a man can hope to do so much good to his fellow creatures; neither is there any in which by a mere loss of nerve he may do such widespread harm. Nor is there another in which he may so easily lose his own soul; nor is there another in which a positive and strict veracity is so difficult. But danger is the inseparable companion of honor. With all the temptations and degradations that beset it, politics is still the noblest career any man can choose.
Andrew Oliver (1706-1774) American Colonial merchant, politician, government official
Speech (1774?)More about this quote: wist.info/oliver-andrew/84550/
#quote #quotes #quotation #qotd #andrewoliver #career #corruption #degradation #honor #politician #politics #potential #risk #statesman #temptation
-
A quotation from Andrew Oliver
Politics is the most hazardous of all professions. There is not another in which a man can hope to do so much good to his fellow creatures; neither is there any in which by a mere loss of nerve he may do such widespread harm. Nor is there another in which he may so easily lose his own soul; nor is there another in which a positive and strict veracity is so difficult. But danger is the inseparable companion of honor. With all the temptations and degradations that beset it, politics is still the noblest career any man can choose.
Andrew Oliver (1706-1774) American Colonial merchant, politician, government official
Speech (1774?)More about this quote: wist.info/oliver-andrew/84550/
#quote #quotes #quotation #qotd #andrewoliver #career #corruption #degradation #honor #politician #politics #potential #risk #statesman #temptation
-
It is #WorldDayToCombatDesertificationAndDrought!
Globally, 15-36% of #soils are degraded (UNCCD, FAO, IPCC and others).
The #trend is still rising📈 and not in line with the #UN goal to “halt and reverse #LandDegradation” and, by 2030, to “achieve a land degradation-neutral world” (#SDG15).⛔
#GlobalGoals #SDGs #2030Agenda #DesertificationAndDroughtDay #desertification #drought #degradation #soil
-
It is #WorldDayToCombatDesertificationAndDrought!
Globally, 15-36% of #soils are degraded (UNCCD, FAO, IPCC and others).
The #trend is still rising📈 and not in line with the #UN goal to “halt and reverse #LandDegradation” and, by 2030, to “achieve a land degradation-neutral world” (#SDG15).⛔
#GlobalGoals #SDGs #2030Agenda #DesertificationAndDroughtDay #desertification #drought #degradation #soil
-
It is #WorldDayToCombatDesertificationAndDrought!
Globally, 15-36% of #soils are degraded (UNCCD, FAO, IPCC and others).
The #trend is still rising📈 and not in line with the #UN goal to “halt and reverse #LandDegradation” and, by 2030, to “achieve a land degradation-neutral world” (#SDG15).⛔
#GlobalGoals #SDGs #2030Agenda #DesertificationAndDroughtDay #desertification #drought #degradation #soil
-
It is #WorldDayToCombatDesertificationAndDrought!
Globally, 15-36% of #soils are degraded (UNCCD, FAO, IPCC and others).
The #trend is still rising📈 and not in line with the #UN goal to “halt and reverse #LandDegradation” and, by 2030, to “achieve a land degradation-neutral world” (#SDG15).⛔
#GlobalGoals #SDGs #2030Agenda #DesertificationAndDroughtDay #desertification #drought #degradation #soil
-
It is #WorldDayToCombatDesertificationAndDrought!
Globally, 15-36% of #soils are degraded (UNCCD, FAO, IPCC and others).
The #trend is still rising📈 and not in line with the #UN goal to “halt and reverse #LandDegradation” and, by 2030, to “achieve a land degradation-neutral world” (#SDG15).⛔
#GlobalGoals #SDGs #2030Agenda #DesertificationAndDroughtDay #desertification #drought #degradation #soil
-
CW : Contenu sexuel explicite / Degradation
Nephylia se gobe la chatte avec un gode tout en t’insultant… Chatte légèrement poilue, voix qui te dégrade comme il faut. 1min14 de pur plaisir maso.
Tu vas craquer.
#Nephylia #GodeDansLaChatte #ChatteMouillée #Degradation #NSFW
-
https://www.europesays.com/be-fr/136604/ Bardella n’est pas le bienvenu à Bruxelles pour les antifascistes: « Face à l’extrême droite, il ne peut y avoir ni banalisation, ni accommodement » #2025 #barrage #BE #BEFr #Belgique #Belgium #bruges #brugge #canaris #cercle #cercletje #cercletrutten #DeVereniging #dégradation #downgrading #drie #foot #football #GroenZwart #JeffreyGaensPhotoNews[inst
-
https://www.europesays.com/be-fr/136388/ Corbin Strong règle Anders Foldager au sprint et s’offre le circuit Franco-Belge, De Lie explose (VIDEO) #2025 #barrage #BE #BEFr #Belgique #Belgium #bruges #brugge #canaris #cercle #cercletje #cercletrutten #DeVereniging #dégradation #downgrading #drie #foot #football #GroenZwart #JeffreyGaensPhotoNews[inst #Sports
-
CHU de Nantes: la CGT dénonce une dégradation continue des conditions de travail
À l’appel de la CGT, des professionnels du CHU de Nantes se sont mobilisés, ce mardi 9 juin,…
#Nantes #FR #France #Actu #News #Europe #EU #actu #Actualités #CGT #chu #conditions #continue #dégradation #dénonce #europe #paysdelaloire #Républiquefrançaise #Travail
https://www.europesays.com/fr/989791/ -
https://www.europesays.com/fr/989791/ CHU de Nantes: la CGT dénonce une dégradation continue des conditions de travail #actu #Actualités #CGT #chu #conditions #continue #dégradation #dénonce #EU #europe #FR #France #Nantes #News #PaysDeLaLoire #RépubliqueFrançaise #Travail