• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 50
  • 44
  • 28
  • 14
  • 5
  • 4
  • 3
  • 3
  • 3
  • 3
  • 2
  • 2
  • 2
  • 2
  • 2
  • Tagged with
  • 165
  • 104
  • 43
  • 39
  • 25
  • 24
  • 24
  • 23
  • 20
  • 17
  • 17
  • 16
  • 15
  • 14
  • 14
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
161

ARIMA forecasts of the number of beneficiaries of social security grants in South Africa

Luruli, Fululedzani Lucy 12 1900 (has links)
The main objective of the thesis was to investigate the feasibility of accurately and precisely fore- casting the number of both national and provincial bene ciaries of social security grants in South Africa, using simple autoregressive integrated moving average (ARIMA) models. The series of the monthly number of bene ciaries of the old age, child support, foster care and disability grants from April 2004 to March 2010 were used to achieve the objectives of the thesis. The conclusions from analysing the series were that: (1) ARIMA models for forecasting are province and grant-type spe- ci c; (2) for some grants, national forecasts obtained by aggregating provincial ARIMA forecasts are more accurate and precise than those obtained by ARIMA modelling national series; and (3) for some grants, forecasts obtained by modelling the latest half of the series were more accurate and precise than those obtained from modelling the full series. / Mathematical Sciences / M.Sc. (Statistics)
162

“[E]en strict offensive och defensive alliance” and “the danger this King and the 2 Queens were in” : News Reporting in Early Modern Swedish and English Diplomatic Correspondence

Vikström, Niclas January 2017 (has links)
The study of early cross-linguistic diplomatic epistolography was first introduced in Brownlees' (2012) comparative study of Italian and English personal newsletters. Given the field’s young age and the strong need for both further research and the retrieving of new, untranscribed and unanalysed data, the present study set out to help move this field forward by examining, at both a textual superstructure and semantic macrostructural level, two sets of unchartered diplomatic newsletters which representatives at foreign courts despatched back to their respective home countries. The first set of original manuscripts comprises periodical newsletters which Baron Christer Bonde, the Swedish ambassador-extraordinary to England, wrote to Charles X, King of Sweden, between 1655-6, whereas the second set consists of letters sent in 1680 by John Robinson, England’s chargé d’affaires in Sweden, to Sir Leoline Jenkins, Secretary of State for the Northern Department of England. The analysis has shown that whereas the textual superstructures of the two diplomats’ correspondences remain similarly robust, the instantiating semantic macrostructures display not only stylistic and compositional, but also narrative, variation.
163

Systém pro kontinuální integraci projektu k-Wave / Continuous Integration System for the k-Wave Project

Nečas, Radek January 2016 (has links)
The main goal of this thesis is to describe the implementation of continuous integration into the k-Wave project. The thesis focuses primarily on the version written in the C/C++ language with the usage of the OpenMP library which typically runs on supercomputers. Accordingly, many of popular workflows and approaches ought to be adapted, a few more created. The outcome of the thesis is a complete solution with real and practical usage. The author provides design, tools selection, runtime environment administration and configuration for each one of the used services. Software implementation of the basic framework is used in order to utilize running tests on the supercomputers. Furthermore, the implementation of chosen types of regression and unit tests are performed. Realisation is based on Gitlab and Jenkis services that are running on separated Docker containers.
164

Reading the Game: Exploring Narratives in Video Games as Literary Texts

Turley, Andrew C. 12 1900 (has links)
Indiana University-Purdue University Indianapolis (IUPUI) / Video games are increasingly recognized as powerful tools for learning in classrooms. However, they are widely neglected in the field of English, particularly as objects worthy of literary study. This project argues the place of video games as objects of literary study and criticism, combining the theories of Espen Aarseth, Ian Bogost, Henry Jenkins, and James Paul Gee. The author of this study presents an approach to literary criticism of video games that he names “player-generated narratives.” Through player-generated narratives, players as readers of video games create loci for interpretative strategies that lead to both decoding and critical inspection of game narratives. This project includes a case-study of the video game Undertale taught in multiple college literature classrooms over the course of a year. Results of the study show that a video game introduced as a work of literature to a classroom increases participation, actives disengaged students, and connects literary concepts across media through multimodal learning. The project concludes with a chapter discussing applications of video games as texts in literature classrooms, including addressing the practical concerns of migrating video games into an educational setting.
165

Minimumkrav för ett CI-system

Kiendys, Petrus, Al-Zara, Shadi January 2015 (has links)
När en grupp utvecklare jobbar med samma kodbas kan konflikter uppstå med avseende på implementationen av moduler eller delsystem som varje utvecklare individuellt jobbar på. Dessa konflikter måste snabbt lösas för att projektet ska fortskrida och inte stagnera. Utvecklare som sällan kommunicerar framför ofta okompatibla moduler eller delsystem som kan vara svåra eller omöjliga att integrera i kodbasen, detta leder ofta till s.k. “integration hell” där det kan ta väldigt lång tid att anpassa ny kod till en befintlig kodbas.En strategi som man kan ta till är “continuous integration”, ett arbetssätt som erbjuder en rad fördelar när man jobbar i grupp på en gemensam kodbas. Continuous integration är möjligt att tillämpa utan verktyg eftersom detta är ett arbetssätt. Däremot kan processen stödjas av ett s.k. “CI-system” som är något av en teknisk implementation eller påtagligt införlivande och stöd för arbetsmetoden “continuous integration”.Denna rapport syftar till att ge en inblick i vad ett CI-system är och vad den principiellt består av. Vi undersöker vad ett CI-system absolut måste bestå av genom en litteraturundersökning och en marknadsundersökning. Vi ställer upp dessa beståndsdelar som “funktionella” och “icke-funktionella” krav för ett typiskt CI-system. Vi kan på så vis kvantifiera och kategorisera olika komponenter och funktionaliteter som bör innefattas i ett typiskt CI-system. I denna rapport finns även ett bihang som visar hur man kommer igång med att bygga en egen CI-server mha. CI-systemmjukvaran “TeamCity”.Slutsatsen av vår rapport är att CI-system är ett viktigt redskap som kan underlätta mjukvaruutveckling. Med hjälp av CI-system kan man stödja utvecklingsprocessen genom att bl.a. förhindra integrationsproblem, automatisera vissa delar av arbetsprocessen (kompilering av källkod, testning av mjukvara, notifikation om stabilitet av kodbas och distribution av färdig mjukvara) samt snabbt hitta och lösa integrationsfel. / When a group of developers work on the same code base, conflicts may arise regarding the implementation of modules or subsystems that developers individually work on. These conflicts have to be resolved quickly in order for the project to advance at a steady pace. Developers who do not communicate changes or other necessary deviations may find themselves in a situation where new or modified modules or subsystems are impossible or very difficult to integrate into the mainline code-base. This often leads to so called “integration hell” where it could take huge amounts of time to adapt new code into the current state of the code-base. One strategy, which can be deployed to counteract this trend is called “continuous integration”. This practice offers a wide range of advantages when a group of developers collaborates on writing clean and stable code. Continuous integration can be put into practice without the use of any tools as it is a “way to do things” rather than an actual tool. With that said, it is possible to support the practice with a tangible tool called a CI-system.This study aims to give insight into the makings of a CI-system and what it fundamentally consists of and has to be able to do. A study of contemporary research reports regarding the subject and a survey was performed in order to substantiate claims and conclusions. Core characteristics of CI-systems are grouped into “functional requirements” and “non-functional requirements (quality attributes)”. By doing this, it is possible to quantify and categorize various core components and functionalities of a typical CI-system. This study also contains an attachment which provides instructions of how to get started with implementing your own CI-server using the CI-system software ”TeamCity”. The conclusion of this study is that a CI-system is an important tool that enables a more efficient software development process. By making use of CI-systems developers can refine the development process by preventing integration problems, automating some parts of the work process (build, test, feedback, deployment) and quickly finding and solving integration issues.

Page generated in 0.0306 seconds