liu.seSearch for publications in DiVA
123 101 - 121 of 121
rss atomLink to result list
Permanent link
Cite
Citation style
  • apa
  • ieee
  • modern-language-association-8th-edition
  • vancouver
  • oxford
  • Other style
More styles
Language
  • de-DE
  • en-GB
  • en-US
  • fi-FI
  • nn-NO
  • nn-NB
  • sv-SE
  • Other locale
More languages
Output format
  • html
  • text
  • asciidoc
  • rtf
  • Engå, Jenny
    Linköping University, Department of Behavioural Sciences and Learning.
    Acceleration i det svenska skolsystemet: En småskalig intervjustudie ur ett retrospektivt elevperspektiv2025Independent thesis Advanced level (degree of Master (Two Years)), 10 credits / 15 HE creditsStudent thesis
    Abstract [en]

    This small-scale qualitative study explores acceleration within the Swedish school system from a retrospective student perspective. Based on 11 qualitative interviews and content analysis using both deductive and inductive approaches, the study identifies 14 types of acceleration, including gradeskipping and subject-based acceleration. These forms are reflected in research and policy documents, though the term "acceleration" is rarely used explicitly. Findings suggest that acceleration can enhance motivation, learning, self-confidence, and peer interaction, and help students exit negative school situations. However, challenges such as limited access, poor implementation, and social difficulties, especially related to being younger, also emerged. Students who received structured acceleration with teacher or coach support reported the most positive outcomes. Others, who accelerated without instruction, found the process demanding but ultimately beneficial. Access to acceleration often depended on chance encounters with knowledgeable adults, and some students faced resistance. The study concludes that acceleration can be both necessary and beneficial if well-planned, supported, and tailored to individual needs.

    Download full text (pdf)
    fulltext
  • Lindquist, Alice
    et al.
    Linköping University, Department of Culture and Society.
    El-Boustany, Cécilia
    Linköping University, Department of Culture and Society.
    Mellan struktur och verklighet: Socialsekreterares upplevelser och resonemang kring handläggning av stöd till våldsutsatta kvinnor2026Independent thesis Basic level (degree of Bachelor), 10 credits / 15 HE creditsStudent thesis
    Abstract [en]

    This study examines how social workers reason about the provision of support interventions for women exposed to intimate partner violence, and how they perceive organisational frameworks as influencing their professional conditions and discretionary space. The study also aims to highlight which factors social workers perceive as decisive in prioritisation process when working with women exposed to violence. The theoretical framework is primarily based on Michael Lipsky´s theory of street-level bureaucracy and the concept of discretion, complemented by later theoretical judgment. Data were collected through a qualitative research design, consisting of semi-structured interviews with ten social workers employed in eight different municipalities. The empirical material was analysed using a thematic analysis, where recurring patterns were identified and interpreted in relation to the theoretical framework and previous research. The findings indicate that social workers´ decision-making in cases involving women exposed to violence is characterised by a continuous balancing act between the responsibility to provide protection, respect för women´s self-determination, and organisational constrains. Relationships and trust emerge as central prerequisites for the successful implementation of support interventions. Guidelines and policy documents are perceived as both supportive and restrictive, as they enhance legal certainty while simultaneously limiting professional flexibility. Overall, the results suggest that social workers' discretionary space is shaped through an interaction between emotional, relational, and organisational factors.

    Download full text (pdf)
    fulltext
  • Värn, Wilma
    et al.
    Linköping University, Department of Culture and Society.
    Sandh, Vera
    Linköping University, Department of Culture and Society.
    Rubrikerna som formar verkligheten: En kritisk diskursanalys om hur nyhetstidningar konstruerar bilden av socialtjänstens arbete med barn och unga2026Independent thesis Basic level (degree of Bachelor), 10 credits / 15 HE creditsStudent thesis
    Abstract [sv]

    Syftet med studien är att bidra till en fördjupad förståelse av hur svenska nyhetstidningar genom sina skildringar formar bilden av socialtjänstens arbete med barn och unga. Studien bygger på en kvalitativ analys av 40 tidningsartiklar från lokala, regionala och nationella tidningar publicerade under 2024. Det empiriska materialet har samlats in via databasen Retriever och analyserats med hjälp av kritisk diskursanalys, utifrån ett socialkonstruktionistiskt perspektiv. Analysen fokuserar på hur återkommande språkliga formuleringar och begrepp i nyhetstidningar bidrar till att konstruera socialtjänstens arbete med barn och unga samt hur socialtjänsten, barn och unga positioneras i dessa beskrivningar. Resultatet visar att nyhetstidningars skildringar präglas av fyra övergripande diskurser. Socialtjänsten konstrueras återkommande som ett institutionellt misslyckande, där fokus riktas mot brister, sena insatser och allvarliga konsekvenser för barn och unga. Vidare framträder en diskurs där socialtjänsten framställs som ett hot mot familjen genom språk som betonar tvång, ingripanden och maktutövning. En tredje diskurs konstruerar socialtjänsten som ett administrativt system där byråkrati och administrativa rutiner ges stort utrymme. Samtidigt identifieras en diskurs där socialtjänsten framställs som hjälpande men ifrågasatt aktör, vilket visar på en mer motstridig bild där stödjande insatser samexisterar med misstro och kritik.  Studiens slutsats är att nyhetstidningars språkliga konstruktioner i stor utsträckning bidrar till att reproducera problemorienterade och förenklade bilder av socialtjänstens arbete med barn och unga. Dessa skildringar kan riskera att påverka allmänhetens förståelse av socialtjänstens uppdrag, professionens legitimitet och förtroendet för socialtjänsten, samtidigt som de komplexa villkor och professionella bedömningar som präglar arbetet ges begränsat utrymme i nyhetsrapporteringen. Studien bidrar därmed till en fördjupad förståelse av hur nyhetstidningars språk formar bilden av socialtjänstens arbete i relation till barn och unga i ett samhälleligt sammanhang. 

    Download full text (pdf)
    fulltext
  • Attin, Arvid
    et al.
    Linköping University, Department of Computer and Information Science, Cybersecurity.
    Christensson, Martin
    Linköping University, Department of Computer and Information Science, Cybersecurity.
    Automatic Detection, unpacking of untagged compressed data2026Independent thesis Advanced level (degree of Master (Two Years)), 20 credits / 30 HE creditsStudent thesis
    Abstract [en]

    Modern digital systems rely heavily on firmware updates that are frequently distributed as compressed binary blobs. In forensic investigations and security audits, these blobs often appear withoutfile headers or metadata, rendering standard signature-based extraction tools ineffective. This thesispresents BinSift, a modular Python-based framework designed for the automatic detection, classification, and “blind” decompression of untagged compressed data.To calibrate the system, a large-scale statistical analysis was conducted on the FirmSec dataset, profiling approximately 34,136 firmware images totaling over 200 GB of binary data. Results indicatethat an average Shannon entropy threshold of 7.1 bits per byte provides an optimal balance for capturing modern compression formats like LZMA and SquashFS while minimizing false positives fromhigh-density uncompressed code.The BinSift framework was evaluated against industrial firmware samples, achieving a 59.0% successrate in “True Blind” mode without any prior knowledge of file headers. This approach maintained an81.5% fidelity retention compared to metadata-assisted baselines. When excluding mathematicallyunrecoverable encrypted payloads, the effective success rate rose to 84.4%. These findings demonstrate that entropy-based stream identification and bit-level refinement are viable solutions for bypassing obfuscation in embedded systems forensics.

    Download full text (pdf)
    fulltext
  • Ekelund, Gabriela
    et al.
    Linköping University, Department of Culture and Society.
    Påhlsson, Alicia
    Linköping University, Department of Culture and Society.
    Ett erbjudande eller rätt motbjudande?: En diskursanalys av hur sexköp konstrueras i digitala samtal2025Independent thesis Basic level (professional degree), 10 credits / 15 HE creditsStudent thesis
    Abstract [sv]

    Syftet med denna uppsats var att undersöka hur diskurser om sexköp konstrueras i digitala samtal, och hur sexköparen som subjekt konstrueras inom dem. Empirin utgörs av diskussionstrådar från det digitala chattforumet Flashback där sexköp som fenomen diskuteras. Studien utgår från en socialkonstruktionistisk vetenskapsteoretisk ansats och använder diskurs som både teori och metod. Resultaten visar på att det finns nyanser i språket om sexköp som huvudsakligen delas upp i rättfärdigande och orättfärdigande diskurser. Dessa kan förstås i relation till manlighet, makt och samhällsnormer. Uppsatsen fokuserar på att synliggöra vilka diskurser kring sexköp som tar form och reproduceras och därmed se hur det sociala arbetet kan förhålla sig till prostitution.

    Download full text (pdf)
    Kandidatuppsats
  • Samuelsson, Carolina
    et al.
    Linköping University, Department of Behavioural Sciences and Learning, Education, Teaching and Learning. Linköping University, Faculty of Educational Sciences.
    Simeonidis, Jenny
    Linköping University, Department of Behavioural Sciences and Learning, Education, Teaching and Learning. Linköping University, Faculty of Educational Sciences.
    Mellan horisontkunskap och egen spaning: En kvalitativ studie om lärares förhållningssätt tillöverlämningsinformation i matematik2026Independent thesis Advanced level (professional degree), 10 credits / 15 HE creditsStudent thesis
    Abstract [en]

     Transitions between school stages constitute critical phases in students’ education, particularly in mathematics, a subject characterized by a cumulative and hierarchical knowledge structure. This qualitative study aims to investigate how teachers perceive the information provided during the transition from Grade 3, and how this information can be used in planning subsequent instruction. The study is theoretically grounded in the framework of Mathematical Knowledge for Teaching (MKT), which categorizes mathematics teachers’ subject knowledge into different domains.Data were collected through semi-structured interviews with seven teachers experienced in receiving new student groups in Grade 4. The material was analyzed using thematic analysis, resulting in three main themes: Building Further, Creating One’s Own Picture, and The Power of Habit, reflecting three different approaches to transfer information. The findings can be used to understand how certain types of information are valued as bridges from previous teaching methods, strategies, and levels of knowledge, while at the same time there may be distrust toward transferred information. This distrust may, for example, concern assessments and results from national tests, leading teachers to prioritize their own diagnostic tests and observations.Furthermore, the analysis shows that although teachers’ evaluation of transition information activates the MKT domains of Knowledge of Content and Students and Specialized Content Knowledge, the absence of the domain of Horizon Content Knowledge may reduce opportunities for creating continuity between school stages. In such cases, teaching materials and established instructional routines may have a greater influence on planning than the transferred information. Overall, the study offers a conceptualization of the transfer process in mathematics, and the findings may therefore serve as support for the planning and implementation of transition meetings.

    Download full text (pdf)
    fulltext
  • Order onlineBuy this publication >>
    Axelsson, Matilda
    Linköping University, Department of Management and Engineering, Information Systems and Digitalization. Linköping University, Faculty of Arts and Sciences.
    Seamless on the Surface: Process Automation and the Burden of Maintenance2026Licentiate thesis, monograph (Other academic)
    Abstract [en]

    Process automation is often portrayed as a straightforward solution, yet its successful introduction and long-term maintenance are organizationally complex. It requires careful planning, strategic management, and sustained commitment from the outset. Automation initiatives also unfold in multi-stakeholder contexts, where various actors are involved in and affected by automation in different ways. Despite the widespread use of process automation, knowledge remains limited regarding how organizations should govern and maintain such initiatives over time, as well as how automation affects employees’ work situations and work environment. This thesis therefore examines the maintenance of process automation by exploring how automation initiatives are organized and governed across development, implementation, and management phases in a multi-stakeholder context, from an organizational work environment perspective. Empirically, the thesis is based on a qualitative and interpretative single-case study of the automation of several human resource (HR) processes at a large industrial company in Sweden. The study focuses particularly on the automation team responsible for maintaining and managing the automated solutions. The empirical material consists primarily of participatory observations and field interviews conducted during a year-long observational study, supplemented by two rounds of semi-structured interviews. The analysis combines stakeholder theory with the demand-control-support model to explore challenges and tensions in the ongoing maintenance and management of process automation. These include technical debt, time constraints, technical issues released to production, support-channel difficulties, end-user-related problems, competing demands and priorities, and insufficient inter-team collaboration. The analysis further shows how these challenges were shaped by structural work conditions characterized by high job demands, limited control, and weak social support. The combined theoretical framing provides a structured way to analyze the tensions that arise when process automation unfolds in complex multi-stakeholder settings. The thesis concludes that the challenges involved in maintaining and managing process automation were simultaneously technical, organizational, and relational. These tensions were linked to a mismatch between the automation initiative’s  objectives and the organization’s arrangements and capacity. They became particularly visible in stakeholder interactions, consultant dependency, and development-oriented maintenance practices. 

    Download full text (pdf)
    fulltext
    Download (png)
    presentationsbild
  • Order onlineBuy this publication >>
    Abdallah, Sallam
    Linköping University, Department of Biomedical and Clinical Sciences, Division of Surgery, Orthopedics and Oncology. Linköping University, Faculty of Medicine and Health Sciences.
    Epigenetic and Proteomic Regulations of Stem Cells Mediated Skin Regeneration2026Doctoral thesis, comprehensive summary (Other academic)
    Abstract [en]

    The treatment of chronic or hard-to-heal skin wounds remains a significant challenge in healthcare, with an estimated annual cost of approximately 60 billion euros in Europe for wound management.

    Cutaneous wound healing requires coordinated activation of stem cells, epidermal cells, and extracellular signaling networks. While most wounds are resolved efficiently, impaired healing remains a major clinical challenge. Increasing evidence suggests that regenerative capacity is governed not only by cellular presence but by dynamic regulation of gene regulatory programs.

    This thesis investigates how epigenetic modulation influences regenerative behavior in adipose-derived stem cells (ASCs) and keratinocytes in a wound-healing context. By targeting histone acetylation using the histone deacetylase inhibitor, SAHA, and analyzing microRNA-mediated regulation. In parallel, proteomic analyses were performed to explore the skin proteome using the Total Protein tissue Extraction reagent (TPER) as an efficient isolation method in clinical settings.

    The findings demonstrate that SAHA modulates ASCs behavior by altering chromatin structure, DNA replication, and cell fate determination. The microRNA-based approach showed that key signaling pathways, such as those involving epidermal growth factor (EGF) and interleukin-1 alpha (IL-1α), are implicated in promoting skin cell proliferation and repair. Furthermore, skin proteomic analyses, including TPER reagent for protein isolation, may enhance clinical wound treatment.

    Together, these results advance the understanding of the interplay between gene regulation and protein function in skin healing and the development of skin regeneration future therapies.

    List of papers
    1. Modulation of biological activities in adipose derived stem cells by histone deacetylation
    Open this publication in new window or tab >>Modulation of biological activities in adipose derived stem cells by histone deacetylation
    Show others...
    2025 (English)In: Scientific Reports, E-ISSN 2045-2322, Vol. 15, no 1, article id 3629Article in journal (Refereed) Published
    Abstract [en]

    Difficult-to-heal wounds management accounts for about 4% of healthcare costs, highlighting the need for innovative solutions. Extracellular signals drive cell proliferation during tissue regeneration, while epigenetic mechanisms regulate stem cell homeostasis, differentiation, and skin repair. Exploring epigenetic regulation in adipose-derived stem cells (ADSCs) holds promise for improving skin injury treatments. We investigated the effects of histone deacetylase inhibitor (SAHA) on ADSCs to better understand its cellular and molecular impacts. ADSCs were treated with SAHA for 72 h, showing no change in cell viability at the studied concentrations. However, the expression of histone deacetylase decreased at 1000 nM, while the cell proliferation marker Ki-67 increased after SAHA treatment, as confirmed by immunofluorescence. CCND1 gene expression increased, whereas protein expression of the proliferating cell nuclear antigen (PCNA) decreased. Cell cycle analysis showed an increase in G2 phase in SAHA-treated cells. Microarray analysis revealed 74 upregulated and 40 downregulated differentially expressed genes, including upregulation of P53 targets, CDKN1A and MDM2. Proteomic analysis identified 631 upregulated and 823 downregulated proteins compared to the vehicle. Pathway enrichment analysis showed cell cycle, ATP-dependent chromatin remodeling and DNA processes were among the affected pathways. This study suggests SAHA modulates ADSCs' biological processes, highlighting its potential for skin regeneration.

    Place, publisher, year, edition, pages
    NATURE PORTFOLIO, 2025
    Keywords
    Histone deacetylase inhibitor; Suberoylanilide hydroxamic acid; Adipose derived stem cells; Differentiation; Vorinostat; Epigenetic; Epigenetic modifier
    National Category
    Cell and Molecular Biology
    Identifiers
    urn:nbn:se:liu:diva-211586 (URN)10.1038/s41598-024-84652-1 (DOI)001410929000034 ()39880862 (PubMedID)
    Note

    Funding Agencies|Linkoping University; Hand and Plastic Surgery Department, Linkoeping University Hospital, Region Ostergoetland, Sweden; Centre for Advanced Medical Product, Sweden; SciLifeLab & Wallenberg Data Driven Life Science Program [KAW 2020.0239]; Swedish Cancer Society

    Available from: 2025-02-11 Created: 2025-02-11 Last updated: 2026-05-22
    2. miRNome and Proteome Profiling of Human Keratinocytes and Adipose Derived Stem Cells Proposed miRNA-Mediated Regulations of Epidermal Growth Factor and Interleukin 1-Alpha
    Open this publication in new window or tab >>miRNome and Proteome Profiling of Human Keratinocytes and Adipose Derived Stem Cells Proposed miRNA-Mediated Regulations of Epidermal Growth Factor and Interleukin 1-Alpha
    Show others...
    2023 (English)In: International Journal of Molecular Sciences, ISSN 1661-6596, E-ISSN 1422-0067, Vol. 24, no 5, article id 4956Article in journal (Refereed) Published
    Abstract [en]

    Wound healing is regulated by complex crosstalk between keratinocytes and other cell types, including stem cells. In this study, a 7-day direct co-culture model of human keratinocytes and adipose-derived stem cells (ADSCs) was proposed to study the interaction between the two cell types, in order to identify regulators of ADSCs differentiation toward the epidermal lineage. As major mediators of cell communication, miRNome and proteome profiles in cell lysates of cultured human keratinocytes and ADSCs were explored through experimental and computational analyses. GeneChip(R) miRNA microarray, identified 378 differentially expressed miRNAs; of these, 114 miRNAs were upregulated and 264 miRNAs were downregulated in keratinocytes. According to miRNA target prediction databases and the Expression Atlas database, 109 skin-related genes were obtained. Pathway enrichment analysis revealed 14 pathways including vesicle-mediated transport, signaling by interleukin, and others. Proteome profiling showed a significant upregulation of the epidermal growth factor (EGF) and Interleukin 1-alpha (IL-1 alpha) compared to ADSCs. Integrated analysis through cross-matching the differentially expressed miRNA and proteins suggested two potential pathways for regulations of epidermal differentiation; the first is EGF-based through the downregulation of miR-485-5p and miR-6765-5p and/or the upregulation of miR-4459. The second is mediated by IL-1 alpha overexpression through four isomers of miR-30-5p and miR-181a-5p.

    Place, publisher, year, edition, pages
    MDPI, 2023
    Keywords
    keratinocytes; adipose-derived stem cells; direct co-culture; miRNA; proteome; epidermal growth factor; interleukin 1 alpha; stem cell differentiation
    National Category
    Medical Biotechnology (with a focus on Cell Biology (including Stem Cell Biology), Molecular Biology, Microbiology, Biochemistry or Biopharmacy)
    Identifiers
    urn:nbn:se:liu:diva-192940 (URN)10.3390/ijms24054956 (DOI)000948184700001 ()36902387 (PubMedID)
    Note

    Funding Agencies|Centre for Advanced Medical Product, Sweden; Hand and Plastic Surgery Department, Linkoeping University Hospital, Region OEstergoetland, Sweden

    Available from: 2023-04-11 Created: 2023-04-11 Last updated: 2026-05-22
    Download full text (pdf)
    fulltext
    Download (png)
    presentationsbild
  • Collste, Göran
    Linköping University, Faculty of Arts and Sciences. Linköping University, Department of Culture and Society, Division of Philosophy and Applied Ethics.
    Introduction to Ethics2026 (ed. 1)Book (Other (popular science, discussion, etc.))
    Abstract [en]

    Ethics is a universal subject. Mankind have faced moral problems in all ages and in all cultures. Ethics is the reflection on moral problems.  Ethics is an old discipline. Examples of important teachers of ethics are the Chinese philosopher Confucius and the Greek philosopher Socrates, both living in the 5th century B.C. Socrates took ethics seriously: “we are discussing no small matter, but how to live ” he is said to have remarked and he lived himself accordingly. His teaching challenged the leaders of Athens to the extent that they condemned him to death. We can learn from Socrates that ethics requires both theoretical reflection and personal commitment.

    Ethics has become a subject in demand in recent years. There is today in the West a wide public interest in ethics but also widespread uncertainty. Religion used to provide people with an ethical framework, but due to secularisation and modernity, religion has lost much of its influence.  There is in a modern, plural society no given answer to ethical challenges. However, the challenges remain. Let me give some examples:

    In health care, the possibilities to save human lives both in the beginning and in the end of life; the neonatal baby born much too early, as well and the very old person with a severe disease, give rise to difficult ethical decisions; who should we save and who should we let die? 

    Computerisation and information technology face us with new ethical challenges; how to secure privacy in the Information society?

    Environmental problems compel us to re-examine our scale of values; how to balance environmental concerns and economic growth?

    These are just some examples of moral problems raised in the modern society. When we reflect on moral problems, we find that ethical arguments rest on various preconditions. Ethics raises questions about what a good human life is and to our relationship to other people, animals and nature. 

    We live in an age of globalisation. People travel to different places, news media reports from all over the world, migrants cross borders and companies are multi-national; overall, globalisation implies that our range of responsibility is widened. Thus, globalisation poses a challenge for ethics, and we need more knowledge about values and norms in different parts of the world. This book refers to different moral traditions and compares different ethical outlooks, although the author’s own European heritage puts limits to this ambition. 

    Download full text (pdf)
    fulltext
    Download (png)
    presentationsbild
  • Kim, Yunhee
    Linköping University, Department of Science and Technology.
    Comparative Vortex Extraction and Visualization – using topological methods2026Student thesis
    Abstract [en]

    Large-scale fluid flow simulations yield multiple coupled scalar and vector fields (e.g., pressure, density, and velocity) together with derived topological structures, making exploratory vortex analysis difficult when raw fields are inspected in isolation. This thesis proposes a multifield visualization workflow for vortex analysis that centers on pressure-derived extremum graphs, whose valley lines are treated as candidates for vortex corelines. The approach is implemented in Inviwo as a coordinated pipeline and combines direct volume rendering (DVR) of the pressure field for scalar context, velocity-field depiction via line integral convolution and tube-based streamlines, and mesh-based rendering of the extremum graph with critical points shown as spheres and valley lines shown as tubes; a custom Inviwo importer was developed to load the extremum-graph format. The DVR transfer function uses multiple narrow opacity peaks placed across the low-pressure range: peak placement resolves the fragmentation-vs.\ occlusion trade-off, while keeping each peak narrow preserves surface-like sharpness and limits accumulated ray opacity. Streamline seeding draws from the critical points of the extremum graph, with 1-saddle seeding emerging as the primary tuned reference for this dataset; a pressure-range filter, a choice between uniform exploratory thinning and histogram-guided thinning, and a randomised off-axis displacement keep streamtubes legible near the interaction region. To complement qualitative structure with quantitative cues, sampled pressure is encoded through an inverse monotonic pressure-to-radius mapping on the graph mesh, with linear and exponential variants compared. The coordinated multifield views support joint interpretation of low-pressure regions, flow orientation, and valley-line geometry, making the transition from two initially parallel low-pressure structures toward the developing horseshoe-like configuration visually interpretable across time, without pinning down an exact reconnection timestamp.

    Download full text (pdf)
    fulltext
  • Order onlineBuy this publication >>
    Zhao, Yuguo
    Linköping University, Department of Physics, Chemistry and Biology, Nanostructured Materials. Linköping University, Faculty of Science & Engineering.
    Sn- and Bi-Based Catalysts for CO2 Electroreduction2026Licentiate thesis, comprehensive summary (Other academic)
    Abstract [en]

    Electrocatalytic CO2 reduction to formate/formic acid represents a practical and economically viable route for CO2 conversion, among which Sn- and Bi-based materials are regarded as promising electrocatalysts. This thesis explores the structure–performance relationship of Sn- and Bi-based catalysts for electrochemical CO2 reduction reaction (CO2RR) to formate, focusing on two effective optimization strategies: mesostructural engineering and heterometal doping. Sn- and Bi-based catalysts are attractive candidates due to their high selectivity for formate, low cost, and environmental compatibility.

    In the first study, mesoporous SnO2 enriched with oxygen vacancies shows enhanced CO2RR performance compared with bulk SnO2 and improved durability. Mechanistic studies reveal that the mesostructure enhances CO2 adsorption, facilitates charge transfer, stabilizes the *OCHO intermediate, and lowers the reaction energy barrier. Moreover, the mesoporous framework promotes the formation and stabilization of oxygen vacancies, maintaining the Sn oxidation state and catalyst stability.

    In the second study, Sn-doped BiOCl (the ratio of Sn is 2-10 at. %) nanoplates synthesized via a sol–gel method act as precatalysts that rapidly reconstruct into Sn-modified metallic Bi during the CO2RR. Among the samples investigated, the catalyst with a Sn doping ratio of ~5% achieves a Faradaic efficiency of 87.7% at −1.0 V vs. RHE, considerably outperforming pristine BiOCl. Structural and spectroscopic analyses show that Sn incorporation stabilizes the *OCHO intermediate, facilitates interfacial water dissociation, and promotes the formation of active Bi 003 planes, clarifying the dynamic evolution of active sites.

    Overall, this thesis demonstrates that rational control of mesostructure, defect chemistry, and dopant-induced reconstruction can synergistically enhance both activity and stability in Sn- and Bi-based CO2RR catalysts. These insights provide practical guidelines for designing efficient and durable formate-selective electrocatalysts.

    List of papers
    1. Synergistic Effects of Mesoporous Structure and Oxygen Vacancies in SnO2 for Enhanced CO2 Electroreduction
    Open this publication in new window or tab >>Synergistic Effects of Mesoporous Structure and Oxygen Vacancies in SnO2 for Enhanced CO2 Electroreduction
    Show others...
    2026 (English)In: Small Science, E-ISSN 2688-4046, Vol. 6, no 4, article id e70268Article in journal (Refereed) Published
    Abstract [en]

    Electrocatalytic CO2 reduction (CO2RR) into value-added chemicals represents a promising strategy for sustainable CO2 utilization. This strategy relies on nanoscale structural engineering to gain desired CO2RR catalyst performance, which is insufficiently understood. For example, how the pore structure, defect distribution, and surface reconstruction can be used to promote catalytic activity and material stability is not clarified. Here, we investigate how mesopores and oxygen vacancies (VO) synergistically regulate the CO2RR behavior of SnO2. Mesoporous SnO2 (M-SnO2) synthesized hydrothermally shows enhanced mesoporosity and a higher specific surface area (59 vs. 21 m2 g-1) than bulk SnO2 (B-SnO2), achieving a Faradaic efficiency (FE) of 50.9% for formate at -1.15 V vs. reversible hydrogen electrode (RHE) and improved durability (FE loss: 13.0% vs. 55.8% after 12 h). Electrochemical analysis, in situ spectroscopy, and density functional theory (DFT) calculations reveal that mesostructure facilitates CO2 adsorption, charge transfer, stabilizes *OCHO intermediates, and lowers the reaction energy barrier via VO in M-SnO2. In addition, it is shown that mesostructure promotes formation of VO, which stabilizes the oxidation state of Sn and contributes to improved stability of the catalyst. These findings establish the synergistic roles of mesoporous structure and VO for optimizing Sn-based CO2RR catalysts and offer guidance for rational design of efficient CO2RR electrocatalysts.

    Place, publisher, year, edition, pages
    WILEY-V C H VERLAG GMBH, 2026
    Keywords
    *OCHO adsorption; CO2 electroreduction; mesoporous structure; water dissociation
    National Category
    Inorganic Chemistry
    Identifiers
    urn:nbn:se:liu:diva-223822 (URN)10.1002/smsc.70268 (DOI)001752504600005 ()42112471 (PubMedID)2-s2.0-105034532648 (Scopus ID)
    Note

    Funding Agencies|Swedish Government Strategic Research Area in Materials Science on Functional Materials at Linkoping University [200900971]; Vetenskapsrdet [2020-04538]; Energimyndigheten [2022-00909]; National Natural Science Foundation of China [22278012]; Knut och Alice Wallenbergs Stiftelse [2022.0034]

    Available from: 2026-05-12 Created: 2026-05-12 Last updated: 2026-05-21
    Download full text (pdf)
    fulltext
    Download (png)
    presentationsbild
  • Order onlineBuy this publication >>
    Paukkunen, Maija
    Linköping University, Department of Health, Medicine and Caring Sciences, Division of Prevention, Rehabilitation and Community Medicine. Linköping University, Faculty of Medicine and Health Sciences.
    Implementation and costs of guideline-based biopsychosocial management of low back pain2026Doctoral thesis, comprehensive summary (Other academic)
    Abstract [en]

    Background: This mixed-methods dissertation examined the implementation and costs of guideline-based biopsychosocial (BPS) management of low back pain (LBP) in Finnish occupational health primary care (OHPC). A multifaceted implementation strategy was used, combining training and booster sessions with materials, clinical champions, and outreach visits. We aimed to 1) evaluate the quality of LBP management by applying predefined criteria to physiotherapists’ documentation; 2) analyze the effects of the intervention on OHPC resource utilization and work absenteeism compared to usual care; 3) examine how capabilities, opportunities, and motivation influence the implementation of guideline-based BPS management of LBP, as perceived by occupational healthcare professionals and 4) tailor a shortened version of The Determinants of Implementation Behavior Questionnaire (DIBQ) to multiprofessional rehabilitation context and cross-culturally adapt a Finnish language version.

    Methods: The cluster-randomized trial (ISRCTN11875357) included six national OHPC providers, with 27 units randomized into intervention and control arms. In the intervention arm, physiotherapists and physicians received targeted 3-to-7-day training in guideline-based BPS management in 2017 and 2018, while the control arm continued usual care.

    Study I evaluated the quality of LBP care from physiotherapists’ first-visit documentation using predefined quality criteria applied to electronic patient records. In total, 98 records documented by 28 physiotherapists from intervention and controls arms were analyzed.

    Study II analyzed healthcare utilization and LBP-related sick leave data collected from electronic patient records over a one-year follow-up for 232 patients in the intervention arm and 80 control arm patients. Costs were estimated using linear mixed models by multiplying unit costs (in euros) by each type of OHPC resource use including visits to physicians, physiotherapists, nurses, imaging and sick leave.

    In Study III, focus group interviews (n=12) were conducted one year after the educational intervention. with physicians, physiotherapists and nurses (n=51) treating patients with LBP in occupational healthcare teams. The data were analyzed using deductive and inductive content analysis informed by the Capability, Opportunity, Motivation, Behavior (COM-B) model.

    In Study IV, the cross-cultural translation of English DIBQ to Finnish was followed by a two-round Delphi survey involving experts in multiprofessional rehabilitation including physicians, physiotherapists, occupational therapists, psychologists, nursing scientists, social scientists. Altogether, 25 experts participated in Round 1, and 21 in Round 2. Participants rated the importance of each DIBQ item for inclusion in the final scale on a 5-point Likert scale (1 = Strongly Disagree, 5 = Strongly Agree). Consensus to include an item was defined as a mean score of at least 4 by ≥75% of Delphi participants. Open-ended comments were analyzed inductively. Item- and scale-level content validities were assessed using the content validity index.

    Results: Training in guideline-based BPS management was associated with more frequent documentation of behaviors aligned with high-quality LBP care at physiotherapists’ first visit in OHPC compared to usual care.

    The multiprofessional training intervention shifted care from physician-led management toward a multiprofessional, physiotherapist-driven model without increasing total costs over 12 months (€-1908, 95% CI €-6734–2919).

    Facilitators of implementation were mainly related to increased capability and motivation. Participants reported improved confidence on their own and the teams’ capabilities on treating more challenging patients in OHPC, enhanced communication skills, a broader understanding of the multidimensional nature of LBP, and a strengthened professional role. Barriers were related to opportunities at the organizational and system levels, including limited time and resources, unclear care pathways, inconsistent team agreements, and structural constraints.

    In the cross-cultural adaptation process, consensus was reached after Round 2 on the inclusion of 21 items in the multiprofessional DIBQ (DIBQ-mp). The final version covers 11 Theoretical Domains Framework domains. Item-level content validity indices were at least 0.78, and the scale-level content validity index average was 0.93, indicating excellent content validity for multiprofessional rehabilitation context.

    Conclusion: Although the BPS training intervention improved the quality of LBP assessment and management, influenced OHPC resource allocation, and strengthened professionals’ capabilities and motivation, implementation into routine practice remained incomplete at 12-month follow-up. Complementary implementation strategies for sustained organizational support and clear care pathways should be further developed to embed BPS management in occupational health practice. The DIBQ-mp appears to be a promising tool for evaluating implementation determinants in multiprofessional guideline-based rehabilitation interventions.

    List of papers
    1. Where is the patient in the records? Evaluating physiotherapists' first visit in occupational health primary care pathway for low back pain
    Open this publication in new window or tab >>Where is the patient in the records? Evaluating physiotherapists' first visit in occupational health primary care pathway for low back pain
    Show others...
    2026 (English)In: BMJ Open Quality, E-ISSN 2399-6641, Vol. 15, no 1, article id e003900Article in journal (Refereed) Published
    Abstract [en]

    Background Clinical guidelines recommend a biopsychosocial approach to low back pain (LBP) management, with physiotherapists playing a key role in occupational health primary care (OHPC). However, little is known about how their clinical behaviours at the first visit align with guideline-oriented biopsychosocial principles. Therefore, we evaluated LBP management quality in OHPC by applying predefined criteria to physiotherapists' documentation. Methods Based on a cluster-randomised implementation study data (ISRCTN11875357) we analysed 98 electronic patient records (EPRs) documented by 28 physiotherapists across diverse OHPC units. The intervention arm had received 3-7 days of biopsychosocial training. A stratified random sample of EPRs from individuals with LBP was reviewed using a structured researcher's evaluation tool. Each item was scored dichotomously (yes/no) and evaluated against predefined quality criteria with stepwise thresholds for different work disability risk groups. Results Step I, multidimensional biopsychosocial assessment of LBP, was documented in fewer than half of the records (36.5% in the intervention vs 16.7% in the control arm, p=0.081). The biological dimension was well documented in both arms (100% vs 95.8%, p=0.245), while psychological (58.1% vs 25%, p=0.009) and social (54.1% vs 29.2%, p=0.038) dimensions were more frequently documented in the intervention arm. Step II quality criteria (low-risk patients) were met in 58.1% of intervention versus 4.2% of control records (p<0.001), and step III (medium-risk) in 55.4% versus 4.2% (p<0.001). No EPRs met step IV (high-risk) quality criteria. The intervention arm more often documented psychosocial assessments, risk stratification, behavioural strategies and advice to stay active. Person-centredness (ie, goals, values, resources, expectations) was rarely documented (36.5% vs 0%, p<0.001).Results Step I, multidimensional biopsychosocial assessment of LBP, was documented in fewer than half of the records (36.5% in the intervention vs 16.7% in the control arm, p=0.081). The biological dimension was well documented in both arms (100% vs 95.8%, p=0.245), while psychological (58.1% vs 25%, p=0.009) and social (54.1% vs 29.2%, p=0.038) dimensions were more frequently documented in the intervention arm. Step II quality criteria (low-risk patients) were met in 58.1% of intervention versus 4.2% of control records (p<0.001), and step III (medium-risk) in 55.4% versus 4.2% (p<0.001). No EPRs met step IV (high-risk) quality criteria. The intervention arm more often documented psychosocial assessments, risk stratification, behavioural strategies and advice to stay active. Person-centredness (ie, goals, values, resources, expectations) was rarely documented (36.5% vs 0%, p<0.001).Results Step I, multidimensional biopsychosocial assessment of LBP, was documented in fewer than half of the records (36.5% in the intervention vs 16.7% in the control arm, p=0.081). The biological dimension was well documented in both arms (100% vs 95.8%, p=0.245), while psychological (58.1% vs 25%, p=0.009) and social (54.1% vs 29.2%, p=0.038) dimensions were more frequently documented in the intervention arm. Step II quality criteria (low-risk patients) were met in 58.1% of intervention versus 4.2% of control records (p<0.001), and step III (medium-risk) in 55.4% versus 4.2% (p<0.001). No EPRs met step IV (high-risk) quality criteria. The intervention arm more often documented psychosocial assessments, risk stratification, behavioural strategies and advice to stay active. Person-centredness (ie, goals, values, resources, expectations) was rarely documented (36.5% vs 0%, p<0.001). Conclusion Training in guideline-oriented biopsychosocial approach was associated with more frequent documentation of behaviours aligned with high-quality LBP management. However, overall quality varied, and person-centred aspects remained underreported. Complementary implementation strategies are required to ensure consistent delivery and documentation of biopsychosocial clinical practice in OHPC.

    Place, publisher, year, edition, pages
    BMJ, 2026
    Keywords
    Health services research; Patient-centred care; Quality improvement; Implementation science; Occupational Health
    National Category
    General Medicine
    Identifiers
    urn:nbn:se:liu:diva-221851 (URN)10.1136/bmjoq-2025-003900 (DOI)001702754300001 ()41748266 (PubMedID)2-s2.0-105031759077 (Scopus ID)
    Note

    Funding: Finnish Cultural Foundation; Avohoidon Tutkimssti; Finnish Work Environment Fund; Finnish Association on the Study of Pain; Juhani Aho Foundation for Medical Research

    Available from: 2026-03-12 Created: 2026-03-12 Last updated: 2026-05-20
    2. Cost analysis comparing guideline-oriented biopsychosocial management to usual care for low-back pain: a cluster-randomized trial in occupational health primary care
    Open this publication in new window or tab >>Cost analysis comparing guideline-oriented biopsychosocial management to usual care for low-back pain: a cluster-randomized trial in occupational health primary care
    Show others...
    2025 (English)In: Scandinavian Journal of Work, Environment and Health, ISSN 0355-3140, E-ISSN 1795-990X, Vol. 51, no 3, p. 201-213Article in journal (Refereed) Published
    Abstract [en]

    Objectives This study aimed to investigate the effect of a brief training intervention for occupational health services (OHS) professionals on multiprofessional resource utilization and the costs of biopsychosocial management of patients with low-back pain (LBP) compared to usual care among all participants and those in work disability-based risk groups. Methods OHS utilization and back-related sick leave data were collected from electronic patient records over one-year follow-up comparing 232 patients in the intervention arm and 80 control-arm patients, stratified for risk of work disability based on the Orebro Musculoskeletal Pain Screening Questionnaire. We estimated costs using linear mixed models by multiplying unit costs (in euros) by each type of OHS resource use (visits to physicians, physiotherapists, nurses, use of imaging) and the number of sick leaves. Estimated mean cost differences with confidence intervals (CI) were reported using bootstrapping to deal with skewed cost data. Results The median number of visits to physicians and physiotherapists in the intervention versus control arms was 1 [interquartile range (IQR) 0-3] and 2 (IQR 1-4) versus 2 (IQR 1-3) and 1 (IQR 0-2), respectively. The intervention arm accrued lower physician costs (<euro>-43, 95% CI <euro>-82--3, P=0.034) and higher physiotherapist costs (<euro>55, 95% CI <euro>26-84, P<0.001) compared to the control arm. There was no statistically significant difference in average total costs between the arms (<euro>-1908, 95% CI <euro>-6734-2919). In the low- and medium-risk groups of work disability, physiotherapist costs were higher in the intervention than control arm, but no statistically significant differences were observed between the arms in the total resource utilization or sickness absence costs. Conclusions Brief biopsychosocial training may support shifting OHS resources towards multiprofessional physiotherapist-driven care, instead of solely physician-driven care, for management of patients with LBP in differing risk groups of work disability with no substantial differences in total costs.

    Place, publisher, year, edition, pages
    Helsingfors: Nordic Association of Occupational Safety and Health (NOROSH), 2025
    Keywords
    health services research, implementation research, occupational health service, pain, resource, return to work, risk stratification, screening, workability, Orebro Musculoskeletal Pain Screening Questionnaire, Orebro Musculoskeletal Pain Screening Questionnaire, implementation research, occupational health service, pain, resource, return to work, risk stratification, screening, workability, Orebro Musculoskeletal Pain Screening Questionnaire
    National Category
    Rehabilitation Medicine
    Identifiers
    urn:nbn:se:liu:diva-211756 (URN)10.5271/sjweh.4212 (DOI)001428791200001 ()39970070 (PubMedID)39970070 (Scopus ID)
    Note

    Funding Agencies|Finnish Work Environment Fund; Finnish Cultural Foundation; Finnish Association on the Study of Pain

    Available from: 2025-02-19 Created: 2025-02-19 Last updated: 2026-05-29
    3. Capabilities, opportunities and motivations in implementing guideline-oriented biopsychosocial low back pain management: perceptions of occupational healthcare professionals after an educational intervention
    Open this publication in new window or tab >>Capabilities, opportunities and motivations in implementing guideline-oriented biopsychosocial low back pain management: perceptions of occupational healthcare professionals after an educational intervention
    Show others...
    2025 (English)In: BMC Health Services Research, E-ISSN 1472-6963, Vol. 25, no 1, article id 1153Article in journal (Refereed) Published
    Abstract [en]

    BackgroundWe explored Finnish occupational healthcare professionals' (HCP) perceptions of biopsychosocial (BPS) low back pain (LBP) management after an educational intervention.MethodsWe conducted twelve group interviews of 51 physicians, physiotherapists and nurses from intervention units in a cluster randomized controlled trial (ISRCTN11875357). We used deductive and inductive content analysis to examine the data, and the Capability-Opportunity-Motivation-Behaviour (COM-B) model to identify the facilitators of and barriers to changes in three target behaviours: (A) forming a common BPS-based understanding with patients, (B) systematically using risk stratification tools, and (C) multidisciplinary collaboration in individualized care planning.ResultsFacilitators and barriers were categorized into the following COM-B domains. Most of the facilitators were in the Capability and Motivation domains: increased confidence regarding managing treatment decisions, improved therapeutic alliance and renewed professional identity. Significant system-level barriers were mostly in the Opportunity domain: time constraints, limited resources and unclear treatment pathways. The HCPs reported improved individual skills and awareness after the training, but varying organizational policies and lacking incentives hindered the adoption of BPS methods in multidisciplinary teams. Initial resistance to change decreased as positive patient outcomes emerged. The perceived benefits were increased multidisciplinary collaboration and a shift toward holistic pain management. Those who embraced BPS management reported greater professional satisfaction and confidence when handling LBP patients.ConclusionsTo effectively implement BPS management in occupational health services, organizational and system-level barriers must be addressed and HCPs' skills and motivation enhanced. For sustained support through policy initiatives and reinforced multidisciplinary collaboration, future strategies should integrate BPS practices into routine workflows.Trial registrationThe trial was retrospectively registered on 13.05.2019 ISRCTN11875357.

    Place, publisher, year, edition, pages
    BMC, 2025
    Keywords
    Implementation; Occupational health services; Musculoskeletal; Qualitative; Primary care; Multiprofessional
    National Category
    Health Care Service and Management, Health Policy and Services and Health Economy
    Identifiers
    urn:nbn:se:liu:diva-217966 (URN)10.1186/s12913-025-13267-7 (DOI)001565224600003 ()40883739 (PubMedID)2-s2.0-105014870503 (Scopus ID)
    Note

    Funding Agencies|Linkping University

    Available from: 2025-09-25 Created: 2025-09-25 Last updated: 2026-05-20
    4. Measuring the determinants of implementation behavior in multiprofessional rehabilitation
    Open this publication in new window or tab >>Measuring the determinants of implementation behavior in multiprofessional rehabilitation
    Show others...
    2023 (English)In: European Journal of Physical and Rehabilitation Medicine, ISSN 1973-9087, E-ISSN 1973-9095, Vol. 59, no 4, p. 488-501Article in journal (Refereed) Published
    Abstract [en]

    BACKGROUND: The Determinants of Implementation Behavior Questionnaire (DIBQ) measures facilitators or barriers of healthcare professionals implementation behaviors based on the current implementation research on practice and policy. The DIBQ covers 18 domains of the Theoretical Domains Framework and consists of 93 items. A previously tailored version (DIBQ-t) covering 10 domains and 28 items focuses on implementing best-practice low back pain care. AIM: To tailor a shortened version of DIBQ to multiprofessional rehabilitation context with cross-cultural adaptation to Finnish language. DESIGN: A two-round Delphi study. SETTING: National-level online survey. POPULATION: Purposively recruited experts in multiprofessional rehabilitation (N.=25). METHODS: Cross-cultural translation of DIBQ to Finnish was followed by a two-round Delphi survey involving diverse experts in rehabilitation (physicians, physiotherapists, occupational therapists, psychologists, nursing scientists, social scientists). In total, 25 experts in Round 1, and 21 in Round 2 evaluated the importance of DIBQ items in changing professionals implementation behavior by rating on a 5-point Likert Scale (1 = Strongly Disagree, 5 = Strongly Agree) of including each item in the final scale. Consensus to include an item was defined as a mean score of &gt;= 4 by &gt;= 75% of Delphi participants. Open comments were analyzed using inductive content analysis. Items with agreement of &lt;= 74% were either directly excluded or reconsidered and modified depending on qualitative judgements, amended with experts suggestions. After completing an analogous second-round, a comparison with DIBQ-t was performed. Lastly, the relevance of each item was indexed using content validity index on item-level (I-CVI) and scale-level (S-CVI/Ave). RESULTS: After Round 1, 17 items were included and 48 excluded by consensus whereas 28 items were reconsidered, and 20 items added for Round 2. The open comments were categorized as: 1) "modifying"; 2) "supportive"; and 3) "critical". After Round 2, consensus was reached regarding all items, to include 21 items. After comparison with DIBQ-t, the final multiprofessional DIBQ (DIBQ-mp) covers 11 TDF domains and 21 items with I-CVIs of &gt;= 0.78 and S-CVI/Ave of 0.93. CONCLUSIONS: A Delphi study condensed a DIBQ-mp with excellent content validity for multiprofessional rehabilitation context. CLINICAL REHABILITATION IMPACT: A potential tool for evaluating determinants in implementing evidence-based multiprofessional rehabilitation interventions.

    Place, publisher, year, edition, pages
    EDIZIONI MINERVA MEDICA, 2023
    Keywords
    Rehabilitation; Implementation science; Delphi Technique; Surveys and questionnaires
    National Category
    Clinical Medicine
    Identifiers
    urn:nbn:se:liu:diva-199143 (URN)10.23736/S1973-9087.23.07857-7 (DOI)001087047000006 ()37486174 (PubMedID)
    Available from: 2023-11-14 Created: 2023-11-14 Last updated: 2026-05-20
    Download full text (pdf)
    fulltext
    Download (png)
    presentationsbild
  • Gillies, Maria
    Linköping University, Department of Health, Medicine and Caring Sciences.
    Kartläggning och jämförelse av skadeprevalens mellan män och kvinnor bland svenska amatörfotbollsspelare under säsongen 2024: En enkätstudie2026Independent thesis Basic level (degree of Bachelor), 10 credits / 15 HE creditsStudent thesis
    Abstract [sv]

    Syfte: Syftet var att kartlägga skadeprevalensen bland svenska amatörfotbollsspelare samt att jämföra förekomst av skador mellan män och kvinnor.

    Metod: I en retrospektiv tvärsnittsstudie mättes periodprevalens under fotbollssäsongen 2024. En digital enkät besvarades av 1251 amatörfotbollsspelare (519 män, ålder 14 år ± 5, 10–51 år). För frekvensanalys användes Chi-två-test.

    Resultat: Cirka 41% av spelarna rapporterade att de drabbats av överbelastningsskada och 31% av akut skada. Vid jämförelse av könen i olika åldersgrupper avseende prevalens av akut skada fanns signifikant skillnad i åldersgruppen 10–14 år (p<0,001), där prevalensen var högre bland pojkar. Resultaten visar att skadeprevalensen generellt ökade med stigande ålder. För överbelastningsskador var knä den vanligaste skadelokalisationen bland både män (47,6%) och kvinnor (58,6%), med en signifikant skillnad mellan könen (p=0,043). De vanligaste lokalisationerna för akuta skador bland männen var knä (30,7%) och bland kvinnor fotled (40%). 

    Konklusion: Skador är vanligt förekommande bland amatörfotbollsspelare, främst bland äldre tonåringar och vuxna. Förekomsten av akuta skador var högre bland pojkar i den yngsta åldersgruppen jämfört med flickor, men inga könsskillnader sågs i de äldre åldersgrupperna eller för överbelastningsskador. Skador drabbade främst nedre extremitet med vissa könsspecifika skillnader i skadelokalisation. Förekomsten av tidigare allvarlig skada var högre bland äldre spelare. 

    Download full text (pdf)
    fulltext
  • Syssner, Josefina
    Linköping University, Department of Culture and Society, Centre for Local Government Studies. Linköping University, Faculty of Arts and Sciences.
    Den svenska sammanhållningspolitiken: Anpassning, utveckling och sammanhållning2026Report (Other academic)
    Abstract [sv]

    Denna rapport analyserar vilka insatser landsbygdspolitiken och den regionala utvecklingspolitiken bör omfatta för att stödja kommuner med långvarigt vikande befolkningsunderlag i att anpassa sig till en förändrad demografi. Utgångspunkten är att demografisk omvandling inte är ett tillfälligt problem utan ett varaktigt strukturellt tillstånd som kräver nya politiska angreppssätt. Rapportens huvudsakliga slutsats är att det krävs en platsbaserad sammanhållningspolitik som erkänner att kom-muner verkar under skilda demografiska och geografiska förutsättningar och som stärker statens kapacitet att hantera en sådan diversitet. Sammanhållningspolitiken bör också identifiera mönster av territoriell ojämlikhet och tydliggöra när dessa ojämlikheter är orättfärdiga och påverkningsbara och bör bli föremål för politiska insatser. Detta förutsätter en tydlig policyteori, där staten klargör hur skillnader mellan platser ska förstås, när och varför de är problematiska, samt vilka åtgärder som krävs för att antingen anpassa samhällsorganisationen till dessa skillnader eller aktivt motverka dem. Mot denna bakgrund identifierar rapporten fem centrala reformområden: 

      Sammanhållningspolitik som eget politikområde 

    Sammanhållningspolitik bör etableras som ett tydligt och samlat politikområde med ansvarigt stats-råd, institutionell förankring och en explicit policyteori.  

      Utvecklade finansiella verktyg för territoriell utjämning 

    Den statliga finansieringen bör reformeras genom mer träffsäkra statsbidrag, alternativa fördelnings-principer och prövning av nya platsbaserade skatteinstrument. De verktyg som redan finns och som används kan göras mer kända och beskrivas som en del av den svenska sammanhållningspolitiken. 

      Ett utökat statligt ansvar för samhällskritisk infrastruktur och bostäder 

    Staten bör ta ett tydligare ansvar för vatten- och avloppssystem samt hållbara bostadsmarknader i krympande kommuner.  

      Ett långsiktigt nationellt kunskapsstöd 

    En delegation för demografisk anpassning bör inrättas för att stärka analys, lärande och erfarenhets-utbyte på nationell, regional och lokal nivå.  

      Stärkt lokal kapacitet och platsbaserad samverkan 

    Kommunernas strategiska kapacitet bör stärkas genom långsiktiga och flexibla styrformer samt bre-dare platsbaserad samverkan.  

    Sammanfattningsvis förordar rapporten en politik som har som uttalat mål att hålla samman Sverige genom att minska geografiska skillnader i levnadsvillkor samt att stärka statens kapacitet att hantera olikartade geografiska och demografiska förutsättningar. 

    Download full text (pdf)
    Syssner Sammanhållningspolitik 2026
  • Fröjd, Ida
    et al.
    Linköping University, Department of Management and Engineering, Political Science. Linköping University, Faculty of Arts and Sciences.
    Jacobsson, Jacob
    Linköping University, Department of Management and Engineering, Political Science. Linköping University, Faculty of Arts and Sciences.
    Hemlöshetens skepnader: En kvalitativ tematisk innehållsanalys av nationella strategier mot hemlöshet i Sverige2026Independent thesis Basic level (degree of Bachelor), 10 credits / 15 HE creditsStudent thesis
    Abstract [en]

    The two purposes of this thesis have been to conduct research in order to highlight the contrasts and changes in political values and ideas surrounding homelessness in Sweden, and also relate these values and ideas to justice in Swedish politics in which John Rawls’ theory of justice has been used as a theoretical framework. The analysis focuses on two different Swedish national strategies from 2007-2009 and 2022-2026. 

    The work is designed using a qualitative thematic content analysis in which the strategies have been read and the relevant data has been categorized in four different themes connected to the first research question, which is how values and ideas regarding homelessness have changed in the Swedish national strategies on homelessness of 2007-2009 and 2022-2026. The second research question asks how these changes can be understood in relation to justice in Swedish politics.

    The first theme is regarding the knowledge of homelessness, the lack / need of and gained knowledge. Secondly, homeless people as a heterogeneous group, which includes how people within homelessness differentiate and are not categorized as one group of people, for example differences between men, women and children or asylum seekers and migrants as homeless people. The third theme clarifies who the strategies assign responsibility to in the work on homelessness. The fourth theme discusses direct and preventive actions and measures which have been or are to be put in place according to the strategies. The fifth and final theme connects the source material to our chosen theory, which is John Rawls’ Theory of Justice. 

    Our findings reveal that gaps of knowledge of homelessness have been filled in the second strategy compared to the first. Differences in groups of homeless people have been clarified and more groups identified. The responsibility of the work with homeless people has been broadened in the second strategy and it also presents a stronger cooperation among different types of authorities, levels of government and organisations in the work against homelessness.

    Download full text (pdf)
    fulltext
  • Erdol, Hakan
    et al.
    School of Electrical, Electronic and Mechanical Engineering, Faculty of Science and Engineering, University of Bristol, UK.
    Klar, Robert
    Statens väg- och transportforskningsinstitut, Trafikanalys och logistik, TAL.
    Angelakis, Vangelis
    Linköping University, Department of Science and Technology, Communications and Transport Systems. Linköping University, Faculty of Science & Engineering.
    Pope, James
    School of Engineering Mathematics and Technology, Faculty of Science and Engineering, University of Bristol, UK.
    Piechocki, Robert
    School of Electrical, Electronic and Mechanical Engineering, Faculty of Science and Engineering, University of Bristol, UK.
    Tryfonas, Theo
    School of Civil, Aerospace and Design Engineering, Faculty of Science and Engineering, University of Bristol, UK.
    Oikonomou, George
    School of Electrical, Electronic and Mechanical Engineering, Faculty of Science and Engineering, University of Bristol, UK.
    City-Agnostic Demand Prediction: A Graph Attention Approach for Urban Transfer Learning2025In: 2025 IEEE International Smart Cities Conference (ISC2), IEEE , 2025, p. 1-6Conference paper (Refereed)
    Abstract [en]

    Urban transportation planning faces increasing complexity as cities seek to optimize mobility systems without extensive historical data. This paper presents CI-SGNN (City-Invariant Spatial Graph Neural Network), a novel framework for cross-city bike-sharing demand prediction that leverages Point of Interest (POI) distributions and spatial attention mechanisms. Our approach addresses the critical challenge of predicting categorical mobility demand in new urban environments by learning transferable relationships between urban amenities and travel patterns from source cities. The framework integrates OpenStreetMap POI features with GNNs, enabling zero-shot transfer learning across diverse metropolitan areas. We formulate demand prediction as a multi-class classification problem, categorizing origin-destination pairs into five demand levels. Experimental validation using real CitiBike data from Manhattan and Washington DC demonstrates superior performance, achieving 72.4% accuracy, which overperforms state-of-the-art base-lines. The attention-based spatial aggregation mechanism effectively captures inter-zone dependencies. Our results demonstrate successful zero-shot adaptation capabilities, enabling practical deployment for bike-sharing infrastructure planning in cities lacking historical mobility data using only publicly available urban features. 

    Download full text (pdf)
    FULLTEXT01
  • Hetman, Ivan
    et al.
    Linköping University, Department of Science and Technology, Laboratory of Organic Electronics. Linköping University, Faculty of Science & Engineering. Region Östergötland, Medicine Center, Occupational and Environmental Medicine Center.
    Rebryk, Andriy
    Systems Biology Lab, Faculty of Science, Vrije Universiteit Amsterdam, Amsterdam, Netherlands.
    Gözmen, Belgin
    Department of Chemistry, Faculty of Science, Mersin University, Mersin, Türkiye.
    Çalhan, Selda Doğan
    Department of Pharmaceutical Biotechnology, Faculty of Pharmacy, Mersin University, Mersin, Türkiye.
    Kalderis, Dimitrios
    Laboratory of Environmental Technologies and Applications, Department of Electronics Engineering, Hellenic Mediterranean University, Chania, Greece.
    Insights into the mechanisms of volatile organic compounds formation during the hydrothermal carbonization of olive tree sawdust, rice husk and wine pomace2026In: Bioresource Technology, ISSN 0960-8524, E-ISSN 1873-2976, Vol. 456, article id 134859Article in journal (Refereed)
    Abstract [en]

    Hydrothermal carbonization is increasingly used to convert wet biomass residues into carbon-rich hydrochar, yet fresh hydrochar can exhibit strong odours that indicate retained volatile organic compounds. In this study, hydrochars were produced from wine pomace, olive tree sawdust, and rice husk at two hydrothermal carbonization temperatures (180 and 220 °C) and two residence times (2 and 6 h). The volatile organic compounds emissions were quantified in a microchamber at 23, 40 and 80 °C, collected on Tenax under a controlled nitrogen flow, and analysed by thermal desorption gas chromatography and mass spectrometry. Results are reported as mass-specific emission factors (micrograms per gram per hour) using toluene-equivalent semi-quantification and class-resolved interpretation.Across all conditions, olive tree sawdust hydrochars emitted the highest concentrations of volatile organic compounds, followed by rice husk and wine pomace hydrochars, with grand mean values of 86.1, 33.5, and 9.2 µg⋅g−1⋅h−1, respectively. Peak emissions were observed for olive tree sawdust hydrochar produced at 220 °C for 6 h and extracted at 80 °C (152.7 µg⋅g−1⋅h−1); corresponding maxima for rice husk and wine pomace were substantially lower. Increasing microchamber temperature consistently mobilized semi-volatile compounds and shifted profiles towards less volatile fractions, supporting temperature stepping as a rapid diagnostic for batch comparison.Oxygenated compounds dominated overall. Rice husk hydrochars showed a stronger carbohydrate-derived furanic signature, whereas olive tree sawdust hydrochars additionally released abundant lipid- and phenolic-related compounds. Feedstock selection emerged as the primary lever to reduce emissions, while process severity and handling temperature further shaped both magnitude and composition.

    Download full text (pdf)
    fulltext
  • van Nunen, Eric
    Linköping University, Department of Computer and Information Science.
    AI-Assisted Visual Mapping: of Industrial Facilities for Maintenance Management2026Independent thesis Advanced level (degree of Master (Two Years)), 20 credits / 30 HE creditsStudent thesis
    Abstract [en]

    Industrial maintenance workflows rely on Computerized Maintenance Management Systems (CMMS) to manage structured asset data. However, spatial representations of facilities are often maintained separately as 2D visual layouts, with limited support for richer 3D representations. Mapping and updating these visual structures is largely a manual process, making it time-consuming, difficult to maintain, and weakly integrated with hierarchical asset data. This thesis evaluates an AI-assisted approach for identifying functional elements in 2D industrial facility layouts, estimating their spatial placement, and integrating the results into CMMS workflows. The work combines two parts: an empirical evaluation of state-of-the-art multimodal AI-based systems and a proof-of-concept prototype that connects AI-generated layout interpretations to an interactive 3D environment.

    The empirical evaluation showed consistently high semantic correctness when functional elements were identified, indicating that multimodal AI systems can interpret visual and textual layout cues reliably. Spatial placement was less reliable, with common errors including imprecise localization, systematic shifts, and oversized bounding regions. These results suggest that current models are useful for layout interpretation, but lack the geometric precision required for fully automated mapping. A user evaluation with industry experts showed that AI-assisted features, such as pre-generated placement suggestions, can reduce perceived manual effort while preserving user control. Their usefulness depended on interpretable and easily adjustable outputs, highlighting the importance of human-in-the-loop interaction design.

    Overall, the thesis shows that multimodal AI can provide support in industrial layout mapping, but is not yet sufficient for full automation. Its main value lies in augmenting human workflows rather than replacing manual processes. The thesis contributes an empirical evaluation of AI capabilities in this context and design insights for integrating AI-assisted visual mapping and 3D spatial support into CMMS systems.

    Download full text (pdf)
    fulltext
  • Glenvik, Arvid
    Linköping University, Department of Management and Engineering, Environmental Technology and Management.
    Analyzing the carbon footprint and energy usage of producing alternative nitrogen fertilizers in the Swedish context: A factor-based scenario analysis conducted comparing Swedish and European urea production2026Independent thesis Advanced level (degree of Master (Two Years)), 20 credits / 30 HE creditsStudent thesis
    Abstract [en]

    Sweden aims to become independent in nitrogen fertilizer production after the international market proved volatile under the Russian invasion of Ukraine. Domestic organic recycling of nitrogen-based fertilizers is insufficient, and new domestic mineral fertilizer production is required to meet demand. The world also faces a climate crisis, and Sweden is working to reduce its climate impact. Knowledge of Nitrogen-Based Mineral Fertilizer (NBMF) production and the factors affecting its environmental performance is limited in Sweden, which lacks domestic production. The objective of this master’s thesis is therefore to provide broad insight for Swedish decision-makers regarding possible variations in urea production, the most common NBMF. To achieve that insight, the study aims to identify key factors shaping urea production’s environmental and energy performance across varying Swedish and European conditions, and with it answer whether Sweden offers climate benefits compared to continued European imports.

    This study conducts a Life Cycle Assessment of urea production, with the functional unit of 1 tonne of urea ready for market, produced in generalized locations in Sweden and Europe, which are the two options in the factor Geographical location. Inquired data reflect industry production and are aggregated into a mass and energy flow audit in a Python program, which also uses assessment data from the Ecoinvent3 database to estimate greenhouse gas emissions and primary energy usage. Potential key factors are identified using an uncertainty identification guide and then filtered for relevance, scope, and impact on the basic Python model (meaning without considering other factors). The chosen subset of factors is then implemented to form the factor-based scenario analysis, structured based on the Design of Experiments.

    The study´s findings are presented in a table of potential key factors affecting the environmental performance of urea production. All factors listed are estimated in the factor-based scenario analysis to create 36 distinct scenarios or are provided as rough estimates. Additional renewable input flows shift material and energy inputs to the best-performing renewable option from an environmental and energy perspective. It is the most prominent factor that reduces greenhouse gas emissions by an estimated 83% and 91% under Swedish and European conditions, respectively. The same factor also reduces primary energy usage by an estimated 37% and 48% under Swedish and European conditions, respectively. In addition, it has a consistent and significant impact across all scenarios. Geographical location also affects greenhouse gas emissions and primary energy, with Swedish conditions emitting 50% ± 10% greenhouse gases than similar European conditions in 2/3 of the scenarios. The geographical difference diminishes and eventually disappears as the share of Additional renewable input flows increases. Other factors have a rough estimate of their impact on normal Swedish and European conditions, as executed and discussed. The discussion addresses the knowledge gap regarding the impact of general factors on urea production. The validity of the study´s results is discussed, why the conclusions are trustworthy, and what the uncertainties can and cannot affect.

    The conclusion is that 16 factors affecting urea production are identified, however, it is challenging to determine which factors significantly affect the environmental performance of urea. However, Additional renewable input flows and Geographical location are identified as critical factors, with Additional renewable input flows as the most important factor in reducing greenhouse gas emissions and primary energy usage. Construction of domestic urea production is in line with Sweden's goals of fertilizer independence and reduced climate impact.

    Download full text (pdf)
    fulltext
  • Lindgren, Tyra
    Linköping University, Department of Management and Engineering, Environmental Technology and Management.
    Managing post-consumer textiles in a Swedish municipality: Material flow analysis and life cycle assessment of a post-consumer textile management system in Linköping2026Independent thesis Advanced level (degree of Master (Two Years)), 20 credits / 30 HE creditsStudent thesis
    Abstract [en]

    Consumption of textiles has the fourth highest environmental impact in Europe and Europeans generated almost 7 million tonnes of post-consumer textiles in 2022. These textiles must be managed, which requires collection and sorting to prepare them for reuse, recycling or waste treatment. There is a knowledge gap of the environmental impact of post-consumer textile management systems on a municipal level where heterogenous textile flows are considered. Therefore, this study aims to examine the local Swedish system for end-of-life treatment of post-consumer textiles, including its actors and material flows, while also investigating the challenges and opportunities faced by the different actors. Evaluating the environmental impact of different systems, where local conditions are considered, could help guide the development of municipal strategies towards low environmental impact regarding post-consumer textiles. 

     

    This study investigates material flows and environmental impact caused by a municipal post-consumer textile management system in a Swedish city using material flow analysis (MFA) and life cycle assessment (LCA). The amount of textiles collected in the system was about 660 tonnes in 2023, which equals 4.0 kg/person. Most of the collected textiles were exported (71%) while 18% were reused locally and 11% were incinerated locally. Most of the exported fraction was reused, which brings the total reuse in the system to 75% while recycling is 11% and incineration is 14%. 

     

    The LCA showed that reusing and recycling textiles while replacing virgin production offers the most environmental benefits. The recycling process, incineration with CHP and export are the end-of-life activities that contribute most to the environmental impact, mainly global warming, freshwater eutrophication and fossil resource scarcity. Collection and sorting only has small contributions. The normalised results show that freshwater eutrophication contributes relatively the most to the environmental impact in the baseline scenario and fossil resource scarcity contributes relatively the most in the optimised scenarios. The optimisation of scenarios was based on changes to the logistics in the system where end-of-life activities were moved locally to reduce transport distances. Based on this study’s findings, the most effective actions to reduce the environmental impact of the end-of-life activities in the post-consumer textile management system are moving recycling to Sweden, diverting textiles from incineration to recycling and decreasing transportation distances. 

    Download full text (pdf)
    fulltext
  • Order onlineBuy this publication >>
    Eveborn, Lukas
    Linköping University, Department of Mathematics, Applied Mathematics. Linköping University, Faculty of Science & Engineering.
    Contributions to Branch-and-Price Methods for Electric Vehicle Routing Problems2026Licentiate thesis, comprehensive summary (Other academic)
    Abstract [en]

    The Vehicle Routing Problem (VRP) is a fundamental combinatorial optimization problem concerned with determining cost-efficient routes for a fleet of vehicles serving a set of customers under operational constraints. In recent years, the electrification of transportation has led to the emergence of the Electric Vehicle Routing Problem (EVRP), where routing decisions must account for battery charging requirements and energy-related constraints. These additional considerations significantly increase the complexity of the problem.

    This thesis studies exact solution approaches for the EVRP based on branchandprice algorithms, the state-of-the-art methodology for solving large-scale vehicle routing problems to optimality. Branch-and-price combines branch-and-bound with column generation, where the master problem is solved using linear programming relaxation and new columns (routes) are generated dynamically by solving a pricing problem. For the EVRP, the pricing problem takes the form of an elementary shortest path problem with resource constraints, which is typically solved using labeling algorithms.

    The thesis consists of three contributions that address different components of the branch-and-price framework. The first and third contributions focus on efficient pricing to speed up the overall algorithm. In the first contribution, bounding techniques tailored to structural properties of the EVRP are introduced, enabling early elimination of non-promising labels and significantly accelerating the labeling procedure. The third contribution instead considers heuristic pricing. A subgraphbased approach is proposed in which the pricing problem is solved on carefully selected subgraphs constructed using a machine learning procedure. This procedure generates subgraphs likely to contain high-quality routes, thereby reducing computational effort while maintaining solution quality.

    The second contribution addresses the master problem and proposes a primal heuristic designed to obtain high-quality integer solutions early in the branch-andprice search. The method constructs routes that are compatible from an integrality perspective, enabling rapid identification of feasible solutions even when proving optimality is computationally demanding.

    Overall, the proposed methods improve the computational performance of branch-and-price algorithms for the EVRP and contribute to making exact largescale electric vehicle routing more practically tractable.

    List of papers
    1. Pricing for the EVRPTW with Piecewise Linear Charging by a Bounding-Based Labeling Algorithm
    Open this publication in new window or tab >>Pricing for the EVRPTW with Piecewise Linear Charging by a Bounding-Based Labeling Algorithm
    2024 (English)In: 24th Symposium on Algorithmic Approaches for Transportation Modelling, Optimization, and Systems (ATMOS 2024), Schloss Dagstuhl – Leibniz-Zentrum für Informatik , 2024, Vol. 123, p. 3:1-3:18Conference paper, Published paper (Refereed)
    Abstract [en]

    The elementary shortest path problem with resource constraints (ESPPRC) is a common problem that often arises as a pricing problem when solving vehicle routing problems with a column generation approach. One way of solving the ESPPRC is to use a labeling algorithm. In this paper, we focus on how different bounding strategies for labeling algorithms can be adapted and strengthened for the ESPPRC that arises from the Electric Vehicle Routing Problem with Time Windows and Piecewise Linear Recharging function (EVRPTW-PLR). We present a new completion bound method that takes charging times into account, and show how the completion bound can be combined with ng-routes. Computational experiments show that the new completion bound combined with ng-routes significantly improves the performance compared to a basic labeling algorithm.

    Place, publisher, year, edition, pages
    Schloss Dagstuhl – Leibniz-Zentrum für Informatik, 2024
    Series
    Open Access Series in Informatics (OASIcs)
    Keywords
    ESPPRC; EVRP; Bounding; Labeling Algorithm
    National Category
    Computational Mathematics
    Identifiers
    urn:nbn:se:liu:diva-208605 (URN)10.4230/OASIcs.ATMOS.2024.3 (DOI)001556361300003 ()2-s2.0-85207069551 (Scopus ID)
    Conference
    Algorithmic Approaches for Transportation Modelling, Optimization, and Systems (ATMOS 2024), 5-6 September, 2024
    Funder
    Swedish Energy Agency
    Note

    Funding Agencies|Swedish Energy Agency within the program FFI, Fordonsstrategisk Forskning och Innovation, under the grant Condore [P2022-00952]; Wallenberg AI, Autonomous Systems and Software Program (WASP) - Knut and Alice Wallenberg Foundation

    Available from: 2024-10-17 Created: 2024-10-17 Last updated: 2026-05-18Bibliographically approved
    Download full text (pdf)
    fulltext
    Download (png)
    presentationsbild