• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 113
  • 37
  • 29
  • 27
  • 16
  • 12
  • 8
  • 6
  • 6
  • 1
  • 1
  • 1
  • 1
  • 1
  • Tagged with
  • 294
  • 75
  • 49
  • 43
  • 41
  • 37
  • 31
  • 29
  • 23
  • 21
  • 21
  • 20
  • 20
  • 20
  • 18
  • 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.
11

Temperature behavior in the build section of multilateral wells

Romero Lugo, Analis Alejandra 01 November 2005 (has links)
Intelligent well completions are increasingly being used in horizontal, multilateral, and multi-branching wells. Such completions are equipped with permanent sensors to measure temperature and pressure profiles, which must then be interpreted to determine the inflow profiles of the various phases produced that are needed to characterize the well??s performance. Distributed temperature measurements, using fiber optics in particular, are becoming increasingly more often applied. The value of an intelligent completion hinges on our capability to extract such inflow profiles or, at a minimum, to locate the entry locations of undesirable water or gas entries. In this research, a model of temperature behavior in multilateral wells was developed. The model predicts the temperature profiles in the build sections connecting the laterals to one another or to a main wellbore, thus accounting for the changing well angle relative to the temperature profile in the earth. In addition, energy balance equations applied at each junction predict the effects of mixing on the temperature above each junction. The multilateral wellbore temperature model was applied to a wide range of cases, in order to determine the conditions for which intelligent completions would be most useful. Parameters that were varied for this experiment included fluid thermal properties, absolute values of temperature and pressure, geothermal gradients, flow rates from each lateral, and the trajectories of each build section. From this parametric study, guidelines for an optimal application of intelligent well completion are represented.
12

The Emotions of Watching TV talk show and The Subject of Audiences

Yang, Yu-ching 16 May 2008 (has links)
In recent years, the Taiwan¡¦s TV talk shows about the political topic have a bias in favour of party. In Taiwan, there are two property of party, one is called Blue property of party, the other is called Green property of party. In order to get more audience rating, theTV stations make the program by the means of antagonism. In this background, it becomes more important that audience how to response the genus of TV program. In order to investigate the phenomenon, we use two main directions. One way is stimulus response, it assumes the audience is influnced by TV progarm. In this way, we apply the broaden-and-build theory of positive emotion. The other way is audience¡¦s subjectivity, it assumes that audience can reflex what TV program want to talk to them. In this way, we apply the political philosopher-Hannah Arendt¡¦s doctrine. We found that audience¡¦s emotion be influenced by TV talk show, and no matter what party identification they belong to, most emotions are negative. But, when the TV talk show has a bias in favour of party which is the same with their party identification, they have moer higher positive emotion than which is no the same. And when the TV talk show has a bias in favour of party which is not the same with their party identification, they have moer higher positive emotion than which is no the same. But we can¡¦t justify the the broaden-and-build theory of positive emotion. No mater what party indentification they are and no matter what TV talk show of property of party they watch, we can¡¦t found obvious subjectivity of audience. It¡¦s a crisis of public sphere.
13

Software for chip companies : an analysis and strategies to build software IP / Analysis and strategies to build software IP

Jayatheerthan, Venkatramana 08 February 2012 (has links)
Software plays an important role in making products usable. We couldn’t imagine a laptop without software that run it making the things it does possible with the laptop hardware. Software has penetrated into several industries making significant contribution in how the products are designed and to make them more usable. This thesis focuses on semiconductor industry and analyzes the role played by software to enhance their products and differentiate them from competition. In this context, the thesis looks at acquisition of software companies by chip companies and analyzes them to determine the benefits and how it changed the market space. In a semiconductor company, the focus is predominantly on hardware. Although software is equally crucial to the success of the product, not much focus is placed on it in terms of innovation and building sustained software IP portfolio. One of the questions that this thesis tries to answer is how to build a robust software IP portfolio in a chip company. Case studies of different products were conducted to analyze their IP building strategies in general and focusing specifically on software patenting in terms number of patents filed and procedures adopted to encourage it. It looks closely at the best and not-so-best practices adopted by the teams and analyzing them to determine why certain initiatives succeeded while others failed. A crucial aspect of building software IP pipeline is to involve junior level engineers in this process. The thesis looks at some of the strategies companies could use to bring the culture of patents to the lowest levels of engineers. Typically the senior engineers are well tuned in to the process and regularly file patents while the junior engineers don’t. This is crucial to the company since today’s junior engineer is tomorrow’s senior engineer leading technology initiatives. The thesis concludes by putting forward recommendations to encourage software patenting. / text
14

Popište a porovnejte nástroje Maven a Gradle / Describe and compare the tools Maven and Gradle

Tvrdíková, Lucie January 2012 (has links)
The goal of this work is to analyze systems Maven and Gradle and to compare one against the other. Whilst I was analyzing both the systems user guides in Czech language were created. To achieve the set of goals of the thesis I had to use user guides and books that were written in English as a source of information. The user guides describes the system basics, dependency management, testing and multi-project builds. Comparisons between the two systems were created from information from the user guides and personal experi-ence of the author. The practical part of the thesis contains files for build application in Maven and Gradle.
15

I Design. I Build. Sometimes in That Order: An Argument for Construction-Centered Design Process

Huizenga, Richard 28 June 2016 (has links)
No description available.
16

Cost-saving in Continuous Integration: Development, Improvement, and Evaluation of Build Selection Approaches

Jin, Xianhao 24 May 2022 (has links)
Continuous integration (CI) is a widely used practice in modern software engineering. Unfortunately, it is also an expensive practice — Google and Mozilla estimate their CI systems in millions of dollars. In this dissertation, I propose a collection of novel build selection approaches that are able to save the cost of CI. I also propose the first exhaustive comparison of techniques to improve CI including build and test granularity approaches. I firstly design a build selection approach (SMARTBUILDSKIP) for CI cost reduction in a balanceable way. The evaluation of SMARTBUILDSKIP shows that it can save a median of 30% of builds by only incurring a median delay of 1 build in a median of 15% of failing builds under its most conservative configuration. To minimize the delayed failure observation, I then propose the second build selection approach (PRECISEBUILDSKIP) that can save cost without delaying failure observation. We find that PRECISEBUILDSKIP can save a median of 5.5% of builds while capturing the majority of failing builds (100% in median) from the evaluation. After that, I evaluate the strengths and weaknesses of 10 techniques that can improve CI including SMARTBUILDSKIP. The findings of the comparison motivate my next work to design a hybrid technique (HYBRIDBUILDSKIP) that combines these techniques to produce more cost-saving while keeping a low proportion of failing builds that are delayed in observation. Finally, I design an experiment to understand how different weights of test duration among the whole build duration can influence the cost-saving of build and test selection techniques. / Doctor of Philosophy / Modern software developing teams commonly use the continuous integration as the practice of automating and testing the integration of code changes from multiple contributors into a single software project. The best practice of continuous integration requires this process happens as frequently as possible because the bugs can be found earlier and easier before the change sets grow too large. However, continuous integration process can be time-consuming and in most cases the code change is bug-free. This means that developers may have to wait for a long time only to get a result with no actionable feedback. Thus, in this dissertation, I present multiple selection approaches to selectively execute the continuous integration process based on the prediction of the outcome - if the outcome is predicted to be passing with no actionable feedback, the approach will decide to skip the current execution. The evaluation result shows that my approaches can save the cost of continuous integration while keeping the value of it (finding bugs earlier).
17

On Building: A Return of the Master Builder

Hilker, Jesse Kirtland 09 July 2019 (has links)
This project aims to chronicle the process of building from the architects point of view. Not mindless, mechanical tasks aimed at some economic goal; but tangible, thoughtful work towards an educational and philosophical desire. The desire to be a Master-Builder has fueled architects for centuries. It is a role that the common definition of Architect has all but forgotten. While in practice very few of us will continue this tradition, it is important that we not lose this fundamental aspect of building. To begin to fulfill oneself with this title, the path is very simple: build a building. That is what follows in this book. It is a chronological outline of the design and build of the New River Valley Train Observation Tower. An additional layer to this project is the inclusion of a variety of innovative building materials/techniques, particularity the use of hardwood cross-laminated timber (CLT). This building will serve as an ongoing research opportunity to evaluate the conditions of building with this material in an extreme condition, complete exposure to weather. No work of architecture is a solo endeavor, yet my heavy involvement in the design, documentation, and building of the tower has culminated in a body of work that is distinctly my own. My role was that of a project manager, and I reported to faculty Kay Edge, Edward Becker, and Robert Riggs. This structure allowed me to have a great deal of independence, while vetting my drawings and ideas with experienced professionals. A small group of students joined me in the larger aspects of the build, which provided another opportunity to discover an aspect so critical to building: collaboration. This build taught so much about project management, design, and realization that could only be understood through such a physical experience. / Master of Architecture / This project aims to chronicle the process of building from the architects point of view. Not mindless, mechanical tasks aimed at some economic goal; but tangible, thoughtful work towards an educational and philosophical desire. The desire to be a Master-Builder has fueled architects for centuries. It is a role that the common definition of Architect has all but forgotten. While in practice very few of us will continue this tradition, it is important that we not lose this fundamental aspect of building. To begin to fulfill oneself with this title, the path is very simple: build a building. That is what follows in this book. It is a chronological outline of the design and build of the New River Valley Train Observation Tower. An additional layer to this project is the inclusion of a variety of innovative building materials/techniques, particularity the use of hardwood cross-laminated timber (CLT). This building will serve as an ongoing research opportunity to evaluate the conditions of building with this material in an extreme condition, complete exposure to weather. No work of architecture is a solo endeavor, yet my heavy involvement in the design, documentation, and building of the tower has culminated in a body of work that is distinctly my own. My role was that of a project manager, and I reported to faculty Kay Edge, Edward Becker, and Robert Riggs. This structure allowed me to have a great deal of independence, while vetting my drawings and ideas with experienced professionals. A small group of students joined me in the larger aspects of the build, which provided another opportunity to discover an aspect so critical to building: collaboration. This build taught so much about project management, design, and realization that could only be understood through such a physical experience.
18

A Wall a Bench a Tree

Johnson, Bryan Wacey 02 April 2020 (has links)
A quest for agelessness in what we make seems to hold great allure. The spotless, the seamless, the immaterial, the idealized all labor in an attempt to escape the collection of dust and to transcend time, evincing neither origin nor decay. There is a rift between that manner of making which strives for an imperishable, ageless quality and the manner of making that embraces the poetics of material and temporality and mortality. It is beautiful to imagine the made thing that embodies a fable about welcoming inevitable change. From the moment it is made, it is gracefully, eloquently transforming; it willingly trades youth for handsome qualities that it did not first possess. It is commendable when a made thing achieves timelessness without striving vainly for agelessness. This thesis uses the vehicle of making an outdoor sitting room- composed of a wall, a bench, and a tree- to explore questions of the passage of seasons, of weathering, and of how the made thing can celebrate its own temporal nature. / Master of Architecture / There is a rift between that manner of making which strives for an imperishable, ageless quality and the manner of making that embraces the poetics of material and temporality and mortality. It is commendable when a made thing achieves timelessness without striving vainly for agelessness. This thesis uses the vehicle of making an outdoor sitting room- composed of a wall, a bench, and a tree- to explore questions of the passage of seasons, of weathering, and of how the made thing can celebrate its own temporal nature.
19

Assessing the rise of Design-Build-Finance Delivery in Transportation Infrastructure

Gurram, Vikas 11 June 2020 (has links)
While other alternative project delivery methods have emerged to address the limitations of Design-Bid-Build, Design-Build-Finance (DBF) has surfaced more recently. Although DBF has gained prominence in the past decade, research pertaining to this method is limited. Consequently, this research investigated the use of DBF for the delivery of transportation infrastructure by five State DOTs: Florida, North Carolina, Georgia, Michigan and Texas through a combination of interviews with DOT personnel and investigation of completed or on-going DBF projects. To complement this, subject matter experts (SMEs) were interviewed to obtain a more general market perspective of DBF. As a result, two variants of DBF, DBF – Receivables and DBF – Risk Transfer, were identified; the DOTs investigated and the US more broadly, primarily use the DBF - Receivables variant where the contractor is entitled to payments for the activities completed irrespective of the project's completion. Whereas in the DBF – Risk Transfer variant, the contractor's payments are linked to the completion of the project. Further, DBF is employed on projects that are (i) in need of acceleration, which generates (ii) social and economic benefits such as congestion relief and safety enhancements; such projects are also (iii) subjected to short-term budgetary restrictions, but they typically have (iv) funds programmed in the future. The distinction found in the variants of DBF provides a better understanding of the drivers of DBF, which were validated through interviews. In practice, this distinction also aids public agencies in better identification of the appropriate project delivery method for a given project. / Master of Science / Infrastructure projects are complex with many stakeholders involved in different stages of the project lifecycle. Design-Bid-Build (DBB) is the conventional method of project delivery for government agencies in the United States for delivery of infrastructure in the in 20th century due to legislation like the Brooks Act of 1972. Alternative project delivery methods, which can be classified into Capital Delivery Methods like Design-Build (DB) and Lifecycle Approach Methods like Design-Build-Finance-Operate-Maintain (DBFOM), have recently re-emerged to overcome the shortcomings of DBB. Design-Build-Finance (DBF) is one such alternative delivery method that has been increasingly used in the past decade to aid public transportation agencies to meet growing infrastructure needs. Significant research has been conducted to determine the drivers of alternative delivery methods like DB and DBFOM. The potential benefits of DBFOM are not found in DBF since a contractor is not involved in the operations and maintenance stages of a project. Moreover, current literature on DBF is limited since it is a contemporary phenomenon. In the US, 11 transportation projects were identified that employed DBF in the past decade. To understand why public agencies are using DBF, this research examined DBF programs in five states using a mix of interviews of key stakeholders and a review of available project documentation. Two variants of DBF with different payment structures and risk profiles were uncovered. Further, agencies tend to employ DBF to accelerate the timeline of a project that has funds programmed in later years and to realize the associated social and economic benefits such as congestion relief or improved safety. However, agencies must consider potential disadvantages such as increased oversight and financing costs when deciding whether or not to use this method.
20

Purely top-down software rebuilding

Grosskurth, Alan January 2007 (has links)
Software rebuilding is the process of deriving a deployable software system from its primitive source objects. A build tool helps maintain consistency between the derived objects and source objects by ensuring that all necessary build steps are re-executed in the correct order after a set of changes is made to the source objects. It is imperative that derived objects accurately represent the source objects from which they were supposedly constructed; otherwise, subsequent testing and quality assurance is invalidated. This thesis aims to advance the state-of-the-art in tool support for automated software rebuilding. It surveys the body of background work, lays out a set of design considerations for build tools, and examines areas where current tools are limited. It examines the properties of a next-generation tool concept, redo, conceived by D. J. Bernstein; redo is novel because it employs a purely top-down approach to software rebuilding that promises to be simpler, more flexible, and more reliable than current approaches. The details of a redo prototype written by the author of this thesis are explained including the central algorithms and data structures. Lastly, the redo prototype is evaluated on some sample software systems with respect to migration effort between build tools as well as size, complexity, and performances aspects of the resulting build systems.

Page generated in 0.0438 seconds