SwePub
Tyck till om SwePub Sök här!
Sök i SwePub databas

  Utökad sökning

Träfflista för sökning "LAR1:cth ;lar1:(his)"

Sökning: LAR1:cth > Högskolan i Skövde

  • Resultat 1-10 av 159
Sortera/gruppera träfflistan
   
NumreringReferensOmslagsbildHitta
1.
  • Adell, Johan, 1980, et al. (författare)
  • Thermal diffusion of Mn through GaAs overlayers on (Ga, Mn)As
  • 2011
  • Ingår i: Journal of Physics. - : Institute of Physics Publishing (IOPP). - 0953-8984 .- 1361-648X. ; 23:8
  • Tidskriftsartikel (refereegranskat)abstract
    • Thermally stimulated diffusion of Mn through thin layers of GaAs has been studied by x-ray photoemission. (Ga, Mn)As samples with 5 at% Mn were capped with 4, 6 and 8 monolayer (ML) GaAs, and Mn diffusing through the GaAs was trapped on the surface by means of amorphous As. It was found that the out-diffusion is completely suppressed for an 8 ML thick GaAs film. The short diffusion length is attributed to an electrostatic barrier formed at the (Ga, Mn)As/GaAs interface.
  •  
2.
  • Al Mamun, Md Abdullah, 1982, et al. (författare)
  • Correlations of software code metrics : An empirical study
  • 2017
  • Ingår i: IWSM Mensura '17. - New York, NY, USA : Association for Computing Machinery (ACM). - 9781450348539 ; , s. 255-266
  • Konferensbidrag (refereegranskat)abstract
    • Background: The increasing up-trend of software size brings about challenges related to release planning and maintainability. Foreseeing the growth of software metrics can assist in taking proactive decisions regarding different areas where software metrics play vital roles. For example, source code metrics are used to automatically calculate technical debt related to code quality which may indicate how maintainable a software is. Thus, predicting such metrics can give us an indication of technical debt in the future releases of software. Objective: Estimation or prediction of software metrics can be performed more meaningfully if the relationships between different domains of metrics and relationships between the metrics and different domains are well understood. To understand such relationships, this empirical study has collected 25 metrics classified into four domains from 9572 software revisions of 20 open source projects from 8 well-known companies. Results: We found software size related metrics are most correlated among themselves and with metrics from other domains. Complexity and documentation related metrics are more correlated with size metrics than themselves. Metrics in the duplications domain are observed to be more correlated to themselves on a domain-level. However, a metric to domain level relationship exploration reveals that metrics with most strong correlations are in fact connected to size metrics. The Overall correlation ranking of duplication metrics are least among all domains and metrics. Contribution: Knowledge earned from this research will help to understand inherent relationships between metrics and domains. This knowledge together with metric-level relationships will allow building better predictive models for software code metrics. © 2017 Association for Computing Machinery.
  •  
3.
  • Al Mamun, Md Abdullah, 1982, et al. (författare)
  • Effects of measurements on correlations of software code metrics
  • 2019
  • Ingår i: Empirical Software Engineering. - : Springer Science and Business Media LLC. - 1382-3256 .- 1573-7616. ; 24:4, s. 2764-2818
  • Tidskriftsartikel (refereegranskat)abstract
    • ContextSoftware metrics play a significant role in many areas in the life-cycle of software including forecasting defects and foretelling stories regarding maintenance, cost, etc. through predictive analysis. Many studies have found code metrics correlated to each other at such a high level that such correlated code metrics are considered redundant, which implies it is enough to keep track of a single metric from a list of highly correlated metrics.ObjectiveSoftware is developed incrementally over a period. Traditionally, code metrics are measured cumulatively as cumulative sum or running sum. When a code metric is measured based on the values from individual revisions or commits without consolidating values from past revisions, indicating the natural development of software, this study identifies such a type of measure as organic. Density and average are two other ways of measuring metrics. This empirical study focuses on whether measurement types influence correlations of code metrics.MethodTo investigate the objective, this empirical study has collected 24 code metrics classified into four categories, according to the measurement types of the metrics, from 11,874 software revisions (i.e., commits) of 21 open source projects from eight well-known organizations. Kendall's tau-B is used for computing correlations. To determine whether there is a significant difference between cumulative and organic metrics, Mann-Whitney U test, Wilcoxon signed rank test, and paired-samples sign test are performed.ResultsThe cumulative metrics are found to be highly correlated to each other with an average coefficient of 0.79. For corresponding organic metrics, it is 0.49. When individual correlation coefficients between these two measure types are compared, correlations between organic metrics are found to be significantly lower (with p <0.01) than cumulative metrics. Our results indicate that the cumulative nature of metrics makes them highly correlated, implying cumulative measurement is a major source of collinearity between cumulative metrics. Another interesting observation is that correlations between metrics from different categories are weak.ConclusionsResults of this study reveal that measurement types may have a significant impact on the correlations of code metrics and that transforming metrics into a different type can give us metrics with low collinearity. These findings provide us a simple understanding how feature transformation to a different measurement type can produce new non-collinear input features for predictive models.
  •  
4.
  • Al Mamun, Md Abdullah, 1982, et al. (författare)
  • Evolution of technical debt: An exploratory study
  • 2019
  • Ingår i: CEUR Workshop Proceedings. - : CEUR-WS. - 1613-0073. ; 2476, s. 87-102, s. 87-102
  • Konferensbidrag (refereegranskat)abstract
    • Context: Technical debt is known to impact maintainability of software. As source code files grow in size, maintainability becomes more challenging. Therefore, it is expected that the density of technical debt in larger files would be reduced for the sake of maintainability. Objective: This exploratory study investigates whether a newly introduced metric ‘technical debt density trend’ helps to better understand and explain the evolution of technical debt. The ‘technical debt density trend’ metric is the slope of the line of two successive ‘technical debt density’ measures corresponding to the ‘lines of code’ values of two consecutive revisions of a source code file. Method: This study has used 11,822 commits or revisions of 4,013 Java source files from 21 open source projects. For the technical debt measure, SonarQube tool is used with 138 code smells. Results: This study finds that ‘technical debt density trend’ metric has interesting characteristics that make it particularly attractive to understand the pattern of accrual and repayment of technical debt by breaking down a technical debt measure into multiple components, e.g., ‘technical debt density’ can be broken down into two components showing mean density corresponding to revisions that accrue technical debt and mean density corresponding to revisions that repay technical debt. The use of ‘technical debt density trend’ metric helps us understand the evolution of technical debt with greater insights.
  •  
5.
  • Al Mamun, Md Abdullah, 1982, et al. (författare)
  • Explicating, Understanding and Managing Technical Debt from Self-Driving Miniature Car Projects
  • 2014
  • Ingår i: Proceedings of the 30th IEEE International Conference on Software Maintenance and Evolution (ICSME). - Los Alamitos, CA : IEEE. - 9781479967919
  • Konferensbidrag (refereegranskat)abstract
    • Technical debt refers to various weaknesses in the design or implementation of a system resulting from trade-offs during software development usually for a quick release. Accumulating such debt over time without reducing it can seriously hamper the reusability and maintainability of the software. The aim of this study is to understand the state of the technical debt in the development of self-driving miniature cars so that proper actions can be planned to reduce the debt to have more reusable and maintainable software. A case study on a selected feature from two self-driving miniature car development projects is performed to assess the technical debt. Additionally, an interview study is conducted involving the developers to relate the findings of the case study with the possible root causes. The result of the study indicates that "the lack of knowledge" is not the primary reason for the accumulation of technical debt from the selected code smells. The root causes are rather in factors like time pressure followed by issues related to software/hardware integration and incomplete refactoring as well as reuse of legacy, third party, or open source code.
  •  
6.
  • Alfredsson, Svante (författare)
  • Constitutive Behaviour and Fracture of Adhesive Layers : Inverse Methods and Energetic Balance
  • 2004
  • Doktorsavhandling (övrigt vetenskapligt/konstnärligt)abstract
    • In the automobile industry, current demands on reduced emissions with maintained or even increased crash worthiness, forces the industry to seek weight-reducing designs. The possibility to use lightweight materials is obviously attractive. At joints, these lightweight materials have to be connected to high-strength or low-cost materials. In this context adhesive joining can provide a flexible solution. The method adds little weight to the structure, it allows for material combinations that are not possible to weld, and it provides increased stiffness to the structure as compared to the conventional spot-welding procedure. Moreover, electrolytic isolation of the multi-material joints is achieved. In this thesis, experimental methods are developed to determine the complete stress-deformation relation for an adhesive layer loaded in shear. Generally, the stress distribution is non-uniform in the test geometries used. Evaluation of experiments is performed using an inverse method. The idea is to measure the energy release rate as a function of the crack tip deformation. The stress-deformation relation is obtained by a subsequent differentiation. The method is shown to be capable of capturing the complete stress-deformation relation under stable loading conditions. A method to accurately determine the energy release rate is needed for the inverse method to be successful. A closed form expression for the energy release rate of the end-notch flexure adhesive joint specimen (ENF) is derived in this thesis. An approximate formula containing measurable quantities is also given. It is shown that both the applied load and the crack tip deformation are needed to determine the instantaneous value of the energy release rate of the ENF-specimen. Experimental results show that the influence of the crack tip deformation can be substantial. An alternative specimen is also analysed theoretically. An initial theoretical study on mixed mode fracture of adhesive layers is also given in this thesis. A detailed comparison is made of the mode-mixity obtained using two different, frequently used mechanical models; the beam/adhesive layer model, and the continuum model, i.e. a model neglecting the presence of the adhesive layer. It is tempting to assume that the two methods would produce similar results for the case of a thin adhesive layer. However, this is only the case for geometries which are materially and geometrically symmetric with respect to the adhesive layer. For asymmetric joints, on the other hand, the two models are found to predict fundamentally different values of the mode-mixity. Moreover, the mode-mixity of the beam/adhesive layer model is found to depend highly on the relative stiffness of the adherends and the adhesive layer. This dependency is found to be quantified through two parameters.
  •  
7.
  • Andersson, Tobias (författare)
  • Mechanical Behaviour of Adhesive Layers : Methods to Extract Peel and Mixed Mode Properties
  • 2006
  • Doktorsavhandling (övrigt vetenskapligt/konstnärligt)abstract
    • Mechanical Behaviour of Adhesive Layers Methods to Extract Peel and Mixed Mode Properties TOBIAS ANDERSSON Department of Applied Mechanics Chalmers University of Technology ABSTRACT This thesis is concerned with methods to extract material properties of thin adhesive layers loaded in peel and in mixed mode. The first part of the thesis is devoted to an experimental method to determine the complete stress-elongation relation (or cohesive law) for an adhesive layer loaded in peel using the DCB-specimen. The method is based on the concept of equilibrium of the energetic forces acting on the specimen. Two sources of energetic forces are identified: the start of the adhesive layer and the positions of the two acting loads. By use of the concept of equilibrium of energetic forces, it is possible to measure the energy release rate of the adhesive layer instantaneously during an experiment. The complete stress-elongation relation is found to be the derivative of the energy release rate with respect to the elongation of the adhesive layer at its start. By this procedure, an effective property of the adhesive layer is measured. The validity of the approach is investigated by experiments where the adherends deform 1) elastically and 2) plastically. It is found that a unique stress-elongation is obtained when the adherends deform elastically. The same relation cannot be used to predict the experiments where the adherends deform plastically indicating that the approach has limited applicability. The second part of the thesis is concerned with the development of a mesomechanical finite element model of a thin adhesive layer loaded in mixed mode. The model is calibrated to previously performed experiments. In these, the adhesive layer is loaded in monotonically increasing peel or shear. An in situ SEM-study is also performed and used to guide the modelling and calibration. The purpose of the mesomechanical finite element model is to facilitate the development of constitutive laws for adhesive layers. The modelling is based on Xu and Needleman’s method where all continuum finite-elements are surrounded by interface elements that allow for the development of micro cracks. Thus, this enables the modelling of the entire process of degradation and fracture of the adhesive layer. A genetic algorithm is developed for the calibration. The simulations are shown to be in reasonably good agreement with the experiments. Keywords: adhesive layer, stress-elongation relation, J-integral, energetic force, experimental method, RVE, interface elements, genetic algorithm
  •  
8.
  • André, Alann, 1980, et al. (författare)
  • Application of fracture mechanics to predict the failure load of adhesive joints used to bond CFRP laminates to steel members
  • 2012
  • Ingår i: Construction and Building Materials. - : Elsevier BV. - 0950-0618 .- 1879-0526. ; 27:1, s. 331-340
  • Tidskriftsartikel (refereegranskat)abstract
    • The use of bolted or welded elements to upgrade metallic structures has been a common practice for many years. Moreover, the use of adhesively bonded carbon fiber reinforced polymer (CFRP) laminates, as an alternative method, has attracted a great deal of attention in recent years. One important aspect of the design of adhesive joints used to bond CFRP laminates to steel substrates is the determination of the properties of the CFRP/adhesive/steel interfaces, which have not yet been established in codes or standards. The purpose of this paper is experimentally to determine the fracture properties of the adhesive material and to evaluate the accuracy of numerical methods using this information, in order to predict the strength of adhesive joints in steel members bonded with CFRP laminates. The results from four series of experimental tests are compared with numerical results and discussed in terms of load-bearing capacity and failure modes.
  •  
9.
  • Antinyan, Vard, 1984, et al. (författare)
  • Identifying Complex Functions : By Investigating Various Aspects of Code Complexity
  • 2015
  • Ingår i: Proceedings of 2015 Science and Information Conference (SAI). - : IEEE Press. - 9781479985470 - 9781479985487 - 9781479985463 ; , s. 879-888
  • Konferensbidrag (refereegranskat)abstract
    • The complexity management of software code has become one of the major problems in software development industry. With growing complexity the maintenance effort of code increases. Moreover, various aspects of complexity create difficulties for complexity assessment. The objective of this paper is to investigate the relationships of various aspects of code complexity and propose a method for identifying the most complex functions. We have conducted an action research project in two software development companies and complemented it with a study of three open source products. Four complexity metrics are measured, and their nature and mutual influence are investigated. The results and possible explanations are discussed with software engineers in industry. The results show that there are two distinguishable aspects of complexity of source code functions: Internal and outbound complexities. Those have an inverse relationship. Moreover, the product of them does not seem to be greater than a certain limit, regardless of software size. We present a method that permits identification of most complex functions considering the two aspects of complexities. The evaluation shows that the use of the method is effective in industry: It enables identification of 0.5% most complex functions out of thousands of functions for reengineering.
  •  
10.
  • Arjomandi Rad, Mohammad, 1987, et al. (författare)
  • Image regression-based digital qualification for simulation-driven design processes, case study on curtain airbag
  • 2023
  • Ingår i: Journal of engineering design (Print). - : Taylor & Francis. - 0954-4828 .- 1466-1837. ; 34:1, s. 1-22
  • Tidskriftsartikel (refereegranskat)abstract
    • Today digital qualification tools are part of many design processes that make them dependent on long and expensive simulations, leading to limited ability in exploring design alternatives. Conventional surrogate modelling techniques depend on the parametric models and come short in addressing radical design changes. Existing data-driven models lack the ability in dealing with the geometrical complexities. Thus, to address the resulting long development lead time problem in the product development processes and to enable parameter-independent surrogate modelling, this paper proposes a method to use images as input for design evaluation. Using a case study on the curtain airbag design process, a database consisting of 60,000 configurations has been created and labelled using a method based on dynamic relaxation instead of finite element methods. The database is made available online for research benchmark purposes. A convolutional neural network with multiple layers is employed to map the input images to the simulation output. It was concluded that the showcased data-driven method could reduce digital testing and qualification time significantly and contribute to real-time analysis in product development. Designers can utilise images of geometrical information to build real-time prediction models with acceptable accuracy in the early conceptual phases for design space exploration purposes.
  •  
Skapa referenser, mejla, bekava och länka
  • Resultat 1-10 av 159
Typ av publikation
tidskriftsartikel (87)
konferensbidrag (45)
doktorsavhandling (13)
licentiatavhandling (6)
rapport (3)
bokkapitel (3)
visa fler...
proceedings (redaktörskap) (1)
forskningsöversikt (1)
visa färre...
Typ av innehåll
refereegranskat (132)
övrigt vetenskapligt/konstnärligt (27)
Författare/redaktör
Hanson, Lars (19)
Högberg, Dan (13)
Falkman, Göran, 1968 (11)
Hansson, Jörgen, 197 ... (9)
Högberg, Dan, 1965- (9)
Thorvald, Peter, 198 ... (8)
visa fler...
Torgersson, Olof, 19 ... (8)
Fasth Berglund, Åsa, ... (8)
Odén, Anders, 1942 (7)
Carlson, Johan, 1972 (7)
Andersson, Thomas, 1 ... (7)
Staron, Miroslaw, 19 ... (6)
Jontell, Mats, 1951 (6)
Romero, David (6)
Örtengren, Roland, 1 ... (6)
Nilsson, Staffan, 19 ... (5)
Kanski, Janusz, 1946 (5)
Johansson, Björn, 19 ... (5)
Eriksson, Erik, 1977 ... (5)
Lämkull, Dan, 1966 (5)
Abel, Frida, 1974 (4)
Sadowski, Janusz (4)
Ilver, Lars, 1949 (4)
Berger, Christian (4)
Al Mamun, Md Abdulla ... (4)
Skoogh, Anders, 1980 (4)
Rexfelt, Oskar, 1975 (4)
Steen, Bertil, 1938 (4)
Gadolin, Christian, ... (4)
Hellström, Andreas, ... (4)
Behboudi, Afrouz, 19 ... (4)
Bohlin, Robert, 1972 (4)
Brolin, Erik (4)
Karlsson, Krister (3)
Hilletofth, Per (3)
Wiktorsson, Magnus, ... (3)
Karlsson, Krister, 1 ... (3)
Tichy, Matthias, 197 ... (3)
Biel, Anders (3)
Roos, John Magnus (3)
Salomonsson, Kent (3)
Krettek, Alexandra, ... (3)
Bergh, Ingrid, 1956 (3)
Sjöström, Björn, 194 ... (3)
Bergh, Ingrid (3)
Bäckstrand, Gunnar (3)
Bertilsson, Erik (3)
Delfs, Niclas (3)
Lagerstedt, Erik (3)
Li, Dan, 1990 (3)
visa färre...
Lärosäte
Chalmers tekniska högskola (159)
Göteborgs universitet (49)
Högskolan i Borås (12)
Jönköping University (11)
Lunds universitet (10)
visa fler...
Uppsala universitet (6)
Kungliga Tekniska Högskolan (5)
Högskolan Väst (5)
Linköpings universitet (5)
Högskolan i Gävle (3)
Mälardalens universitet (3)
RISE (3)
Karolinska Institutet (3)
Umeå universitet (1)
Örebro universitet (1)
Linnéuniversitetet (1)
visa färre...
Språk
Engelska (155)
Svenska (4)
Forskningsämne (UKÄ/SCB)
Teknik (89)
Naturvetenskap (69)
Medicin och hälsovetenskap (41)
Samhällsvetenskap (38)
Humaniora (11)
Lantbruksvetenskap (1)

År

Kungliga biblioteket hanterar dina personuppgifter i enlighet med EU:s dataskyddsförordning (2018), GDPR. Läs mer om hur det funkar här.
Så här hanterar KB dina uppgifter vid användning av denna tjänst.

 
pil uppåt Stäng

Kopiera och spara länken för att återkomma till aktuell vy