1. Optimizing H-BIM workflow for interventions on historical building elementsSara Guerra de Oliveira, Salvatore Antonio Biancardo, Andrej Tibaut, 2022, izvirni znanstveni članek Opis: Intervention projects for historical buildings depend on the quality of multidisciplinary
data sets; their collection, structure, and semantics. Building information model (BIM) based workflows for historical buildings accumulate some of the data sets in a shared information model that
contains the building’s geometry assemblies with associated attributes (such as material). A BIM
model of any building can be a source of data for different engineering assessments, for example, solar
and wind exposure and seismic vulnerability, but for historic buildings it is particularly important
for interventions like conservation, rehabilitation, and improvements such as refurbishment and
retrofitting. When the BIM model is abstracted to a semantic model, enabling the use of semantic
technologies such as reasoning and querying, semantic links can be established to other historical
contexts. The semantic technologies help historic building experts to aggregate data into meaningful
form. Ontologies provide them with an accurate knowledge representation of the concepts, relationships, and rules related to the historic building. In the paper, we are proposing an improved
workflow for the transformation of a heritage BIM model to a semantic model. In the BIM part the
workflow demonstrates how the fully parametric modelling of historical building components is
relevant, for example, in terms of reusability and adaptation to a different context. In the semantic
model part, ontology reuse, reasoning, and querying mechanisms are applied to validate the usability
of the proposed workflow. The presented work will improve knowledge-sharing and reuse among
stakeholders involved in historic building projects. Ključne besede: heritage building information modelling (H-BIM), algorithmic design, semantic model, ifcOWL, Erlangen CRM, OWL, SPARQL Objavljeno v DKUM: 13.03.2025; Ogledov: 0; Prenosov: 1
Celotno besedilo (5,00 MB) Gradivo ima več datotek! Več... |
2. Commit-level software change intent classification using a pre-trained transformer-based code modelTjaša Heričko, Boštjan Šumak, Sašo Karakatič, 2024, izvirni znanstveni članek Opis: Software evolution is driven by changes made during software development and maintenance. While source control systems effectively manage these changes at the commit level, the intent behind them are often inadequately documented, making understanding their rationale challenging. Existing commit intent classification approaches, largely reliant on commit messages, only partially capture the underlying intent, predominantly due to the messages’ inadequate content and neglect of the semantic nuances in code changes. This paper presents a novel method for extracting semantic features from commits based on modifications in the source code, where each commit is represented by one or more fine-grained conjoint code changes, e.g., file-level or hunk-level changes. To address the unstructured nature of code, the method leverages a pre-trained transformer-based code model, further trained through task-adaptive pre-training and fine-tuning on the downstream task of intent classification. This fine-tuned task-adapted pre-trained code model is then utilized to embed fine-grained conjoint changes in a commit, which are aggregated into a unified commit-level vector representation. The proposed method was evaluated using two BERT-based code models, i.e., CodeBERT and GraphCodeBERT, and various aggregation techniques on data from open-source Java software projects. The results show that the proposed method can be used to effectively extract commit embeddings as features for commit intent classification and outperform current state-of-the-art methods of code commit representation for intent categorization in terms of software maintenance activities undertaken by commits. Ključne besede: software maintenance, code commit, mining software repositories, adaptive pre-training, fine-tuning, semantic code embedding, CodeBERT, GraphCodeBERT, classification, code intelligence Objavljeno v DKUM: 14.08.2024; Ogledov: 87; Prenosov: 13
Celotno besedilo (1,65 MB) |
3. The Impact of Code Bloat on Genetic Program Comprehension: Replication of a Controlled Experiment on Semantic InferenceTomaž Kosar, Željko Kovačević, Marjan Mernik, Boštjan Slivnik, 2023, izvirni znanstveni članek Ključne besede: genetic programming, controlled experiment, program comprehension, replication, semantic inference, attribute grammars Objavljeno v DKUM: 22.05.2024; Ogledov: 171; Prenosov: 14
Celotno besedilo (389,51 KB) Gradivo ima več datotek! Več... |
4. A VAN-Based Multi-Scale Cross-Attention Mechanism for Skin Lesion Segmentation NetworkShuang Liu, Zeng Zhuang, Yanfeng Zheng, Simon Kolmanič, 2023, izvirni znanstveni članek Opis: With the rise of deep learning technology, the field of medical image segmentation has undergone rapid development. In recent years, convolutional neural networks (CNNs) have brought many achievements and become the consensus in medical image segmentation tasks. Although many neural networks based on U-shaped structures and methods, such as skip connections have achieved excellent results in medical image segmentation tasks, the properties of convolutional operations limit their ability to effectively learn local and global features. To address this problem, the Transformer from the field of natural language processing (NLP) was introduced to the image segmentation field. Various Transformer-based networks have shown significant performance advantages over mainstream neural networks in different visual tasks, demonstrating the huge potential of Transformers in the field of image segmentation. However, Transformers were originally designed for NLP and ignore the multidimensional nature of images. In the process of operation, they may destroy the 2D structure of the image and cannot effectively capture low-level features. Therefore, we propose a new multi-scale cross-attention method called M-VAN Unet, which is designed based on the Visual Attention Network (VAN) and can effectively learn local and global features. We propose two attention mechanisms, namely MSC-Attention and LKA-Cross-Attention, for capturing low-level features and promoting global information interaction. MSC-Attention is designed for multi-scale channel attention, while LKA-Cross-Attention is a cross-attention mechanism based on the large kernel attention (LKA). Extensive experiments show that our method outperforms current mainstream methods in evaluation metrics such as Dice coefficient and Hausdorff 95 coefficient. Ključne besede: CNNs, deep learning, medical image processing, NLP, semantic segmentation Objavljeno v DKUM: 14.03.2024; Ogledov: 496; Prenosov: 311
Celotno besedilo (1,46 MB) Gradivo ima več datotek! Več... |
5. Gender of job titles in advertisements in american newspapersMaja Petek, 2018, magistrsko delo Opis: This master’s thesis focuses on gender-specific and gender-neutral expressions or words for job titles in English. When we are choosing the right expression for a job title we often neglect one gender or we put one gender in forefront. In the theoretical part of our master’s thesis we explain the difference between biological sex (sex) and semantic sex (gender). We also write about gender categories, sexism and feminism. We discuss the important topic of politically correct language and we focus on gender marked words.
In the practical part we analyse job advertisements in old and new newspapers. We want to determine the use and the frequency of the use of gender marked job titles. Then we use these job titles and we analyse them by using two corpuses: COHA (Corpus of Historical American English) and COCA (Corpus of Contemporary American English).
We try to determine if the job titles in the past were gender marked, if the words that we use nowadays are gender marked and what is the frequency of the use of gender marked job titles nowadays with the comparison with its use in the past. Ključne besede: semantic gender, linguistic sexism, gender-neutral language, feminism, job titles in English Objavljeno v DKUM: 05.05.2023; Ogledov: 483; Prenosov: 21
Celotno besedilo (1,81 MB) |
6. Automatic compiler/interpreter generation from programs for domain-specific languages using semantic inference : doktorska disertacijaŽeljko Kovačević, 2022, doktorska disertacija Opis: Presented doctoral dissertation describes a research work on Semantic Inference, which can be regarded as an extension of Grammar Inference. The main task of Grammar Inference is to induce a grammatical structure from a set of positive samples (programs), which can sometimes also be accompanied by a set of negative samples. Successfully applying Grammar Inference can result only in identifying the correct syntax of a language. But, when valid syntactical structures are additionally constrained with context-sensitive information the Grammar Inference needs to be extended to the Semantic Inference. With the Semantic Inference a further step is realised, namely, towards inducing language semantics. In this doctoral dissertation it is shown that a complete compiler/interpreter for small Domain-Specific Languages (DSLs) can be generated automatically solely from given programs and their associated meanings using Semantic Inference. For the purpose of this research work the tool LISA.SI has been developed on the top of the compiler/interpreter generator tool LISA that uses Evolutionary Computations to explore and exploit the enormous search space that appears in Semantic Inference. A wide class of Attribute Grammars has been learned. Using Genetic Programming approach S-attributed and L-attributed have been inferred successfully, while inferring Absolutely Non-Circular Attribute Grammars (ANC-AG) with complex dependencies among attributes has been achieved by integrating a Memetic Algorithm (MA) into the LISA.SI tool. Ključne besede: Grammatical Inference, Semantic Inference, Genetic Programming, Attribute Grammars, Memetic Algorithm, Domain-Specific Languages Objavljeno v DKUM: 17.02.2022; Ogledov: 1278; Prenosov: 134
Celotno besedilo (3,59 MB) |
7. EOSC interoperability framework : Report from the EOSC Executive Board Working Groups FAIR and ArchitectureOscar Corcho, Magnus Eriksson, Krzysztof Kurowski, Milan Ojsteršek, Christine Choirat, Mark van de Sanden, Frederik Coppens, 2021, znanstvena monografija Opis: This document has been developed by the Interoperability Task Force of the EOSC Executive Board FAIR Working Group, with participation from the Architecture WG. Achieving interoperability within EOSC is essential in order for the federation of services that will compose EOSC to provide added value for service users. In the context of the FAIR principles, interoperability is discussed in relation to the fact that “research data usually need to be integrated with other data; in addition, the data need to interoperate with applications or workflows for analysis, storage, and processing”. Our view on interoperability does not only consider data but also the many other research artefacts that may be used in the context of research activity, such as software code, scientific workflows, laboratory protocols, open hardware designs, etc. It also considers the need to make services and e-infrastructures as interoperable as possible. This document identifies the general principles that should drive the creation of the EOSC Interoperability Framework (EOSC IF), and organises them into the four layers that are commonly considered in other interoperability frameworks (e.g., the European Interoperability Framework - EIF): technical, semantic, organisational and legal interoperability. For each of these layers, a catalogue of problems and needs, as well as challenges and high-level recommendations have been proposed, which should be considered in the further development and implementation of the EOSC IF components. Such requirements and recommendations have been developed after an extensive review of related literature as well as by running interviews with stakeholders from ERICs (European Research Infrastructure Consortia), ESFRI (European Strategy Forum on Research Infrastructures) projects, service providers and research communities. Some examples of such requirements are: “every semantic artefact that is being maintained in EOSC must have sufficient associated documentation, with clear examples of usage and conceptual diagrams”, or “Coarse-grained and fine-grained dataset (and other research object) search tools need to be made available”, etc. The document finally contains a proposal for the management of FAIR Digital Objects in the context of EOSC and a reference architecture for the EOSC Interoperability Framework that is inspired by and extends the European Interoperability Reference Architecture (EIRA), identifying the main building blocks required. Ključne besede: technical interoperability, semantic interoperability, organizational interoperability, legal interoperability, EOSC, metadata crosswalk, reference architecture Objavljeno v DKUM: 21.09.2021; Ogledov: 1050; Prenosov: 81
Celotno besedilo (1,06 MB) Gradivo ima več datotek! Več... Gradivo je zbirka in zajema 2 gradivi! |
8. Primerjava in ovrednotenje ogrodij CSS : diplomsko deloŽiga Požun, 2019, diplomsko delo Opis: V diplomski nalogi smo se ukvarjali s primerjavo in ovrednotenjem ogrodij CSS. Ta ogrodja so bila Bulma CSS, Foundation in Semantic UI. Najprej smo obrazložili, kaj razumemo pod pojmom ogrodje CSS, in našteli prednosti, slabosti in uporabnost ogrodij. V nadaljevanju smo izvedli raziskavo vsakega ogrodja, kjer smo pokazali različne lastnosti ogrodja in njegovo uporabo. Na koncu smo opravili primerjavo in ovrednotenje ogrodij. Med seboj smo jih primerjali po različnih kriterijih in glede na podporo, ki jo njihovi razvijalci nudijo. Ključne besede: ogrodja CSS, Bulma CSS, Foundation, Semantic UI Objavljeno v DKUM: 22.11.2019; Ogledov: 1002; Prenosov: 113
Celotno besedilo (768,39 KB) |
9. Analiza in primerjava sodobnih programskih orodij za razvoj prilagodljivih interaktivnih spletnih vmesnikovUrška Arzenšek, 2018, diplomsko delo Opis: Pri izdelavi spletnih rešitev so v veliko pomoč spletna programska ogrodja, ki prihranijo čas razvoja in močno olajšajo delo, saj že vsebujejo vnaprej pripravljeno kodo. V diplomski nalogi so podrobneje predstavljena ogrodja Semantic UI, UIkit in Skeleton. Namen diplomskega dela je bil analizirati in primerjati spletna programska ogrodja na primeru izgradnje spletne strani. S pomočjo omenjenih ogrodij smo izdelali vizualno podobne spletne strani in analizirali ter primerjali naslednje kriterije: osnovni elementi (navigacija, obrazci, gumbi), dokumentacija, skupnost, podpora in aktivni razvoj, čas učenja, statična analiza programske kode, ter ogrodja na podlagi teh kriterijev tudi ocenili. Ugotovili smo, da je za izdelavo spletnih strani najprimernejše ogrodje Semantic UI, predvsem z vidika podpore uporabnikom in dokumentacije, kar pa smo tudi potrdili s statično analizo kode, saj ogrodje Semantic UI vsebuje največ predpripravljenih datotek CSS in Javascript, ki vsebujejo veliko stilov in funkcij, ki so na voljo za oblikovanje spletnih strani. Ključne besede: spletno programsko ogrodje, Semantic UI, UIkit, Skeleton Objavljeno v DKUM: 14.11.2018; Ogledov: 1659; Prenosov: 131
Celotno besedilo (2,02 MB) |
10. The employee as the unknown actor? : a discourse analysis of the employee share ownership debate with special emphasis on the Central and Eastern EuropeOlaf Kranz, Thomas Steger, Ronald Hartz, 2016, izvirni znanstveni članek Opis: Background and purpose: Although employee share ownership (ESO) deserves of a long tradition, we still know little about employees’ perspectives about ESO. The lack of knowledge about the employees’ attitudes towards ESO is discursively filled in the ESO debate. This paper challenges that deficit by carrying out a semantic analysis of the literature with the aim to identify the various actor constructions used implicitly in the ESO discourse.
Design/Methodology/Approach: We conduct a semantic analysis of the ESO discourse. To unfold the order of this discourse we draw on the distinction between surface and underlying structure of communication in the sense of Michel Foucault. We interpret some semantic lead differences, a term coined by Niklas Luhmann, to constitute the underlying structure of communication.
Results: We can identify six different streams on the ESO discourse’s surface level each defined by the ends pursued. The discourse’s underlying structure is made up of the distinctions production-consumption, capital-labour, and ownership-control that also determine the actor models implicitly in use.
Conclusion: We can identify five different actor models implicit in the ESO discourse. While the CEE discourse differs on the surface level in as far as it is more concerned with questions of political legitimation of the privatisation process than with questions of economic efficiency, thus introducing political distinctions in the discourse rather missing in the west, it shares the underlying semantic lead differences with the Western discourse as well as the actor models anchored in those differences. Ključne besede: Employee Share Ownership, discourse analysis, semantic lead distinctions, actor constructions, CEE countries Objavljeno v DKUM: 22.01.2018; Ogledov: 1132; Prenosov: 119
Celotno besedilo (657,20 KB) Gradivo ima več datotek! Več... |