Dissertations / Theses on the topic 'Technical documentation'

To see the other types of publications on this topic, follow the link: Technical documentation.

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the top 50 dissertations / theses for your research on the topic 'Technical documentation.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.

1

Pasantonopoulos, Charilaos. "Automatic construction of virtual technical documentation." Thesis, Cardiff University, 2005. http://orca.cf.ac.uk/54556/.

Full text
Abstract:
The main objective of the research reported in this thesis is the generation of intelligent documentation of complex manufactured products. The construction of documentation is a major part of product support that increases the competitiveness of the product and its effective and proper use during its life-time. At the same time, it is also a complicated and time-consuming task occupying highly trained personnel. The need for systems that increase the productivity of documentation authoring teams becomes even more apparent as other design and manufacturing activities progress towards their automation and integration through the various CAD/CAM systems. The first target of this research is to provide a system to assist the integration of the documentation authoring to the Product Data Management System, the primary source of product data. The second target is to increase the efficiency of the information systems used for this purpose and automate the process to the extent that is feasible using the available tools and ideas that are proposed in this thesis. The first contribution presented in this thesis is an Object-Oriented framework that aims to assist software developers in the design and implementation of electronic documentation systems. The second contribution is a novel distributed architecture for an intelligent documentation system that will allow the automation of a major part of the authoring procedure and the generation of electronic manuals based on information reused from the Product Data Management System. The third contribution is a new technique for the generation of virtual documents. The technique is rule-based so as to support the decision-oriented nature of data selection within the authoring procedure. The technique follows knowledge-based principles allowing authors to design documents at a higher level of abstraction.
APA, Harvard, Vancouver, ISO, and other styles
2

Parris, Tyler A. "Interning at Convergys Corporation technical editing in a technical documentation team /." Oxford, Ohio : Miami University, 2004. http://rave.ohiolink.edu/etdc/view?acc%5Fnum=miami1101253214.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Parris, Tyler. "INTERNING AT CONVERGYS CORPORATION: TECHNICAL EDITING IN A TECHNICAL DOCUMENTATION TEAM." Miami University / OhioLINK, 2004. http://rave.ohiolink.edu/etdc/view?acc_num=miami1101253214.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Rinaldi, Fabio. "Knowledge mining over scientific literature and technical documentation." [S.l.] : [s.n.], 2009. http://opac.nebis.ch/cgi-bin/showAbstract.pl?sys=000292610.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Troy, Matthew A. "Producing Online Software Documentation at Ontario Systems, LLC." Miami University / OhioLINK, 2005. http://rave.ohiolink.edu/etdc/view?acc_num=miami1114178834.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Maninjwa, Prosecutor Mvikeli. "Managing an information security policy architecture : a technical documentation perspective." Thesis, Nelson Mandela Metropolitan University, 2012. http://hdl.handle.net/10948/d1020757.

Full text
Abstract:
Information and the related assets form critical business assets for most organizations. Organizations depend on their information assets to survive and to remain competitive. However, the organization’s information assets are faced with a number of internal and external threats, aimed at compromising the confidentiality, integrity and/or availability (CIA) of information assets. These threats can be of physical, technical, or operational nature. For an organization to successfully conduct its business operations, information assets should always be protected from these threats. The process of protecting information and its related assets, ensuring the CIA thereof, is referred to as information security. To be effective, information security should be viewed as critical to the overall success of the organization, and therefore be included as one of the organization’s Corporate Governance sub-functions, referred to as Information Security Governance. Information Security Governance is the strategic system for directing and controlling the organization’s information security initiatives. Directing is the process whereby management issues directives, giving a strategic direction for information security within an organization. Controlling is the process of ensuring that management directives are being adhered to within an organization. To be effective, Information Security Governance directing and controlling depend on the organization’s Information Security Policy Architecture. An Information Security Policy Architecture is a hierarchical representation of the various information security policies and related documentation that an organization has used. When directing, management directives should be issued in the form of an Information Security Policy Architecture, and controlling should ensure adherence to the Information Security Policy Architecture. However, this study noted that in both literature and organizational practices, Information Security Policy Architectures are not comprehensively addressed and adequately managed. Therefore, this study argues towards a more comprehensive Information Security Policy Architecture, and the proper management thereof.
APA, Harvard, Vancouver, ISO, and other styles
7

Furth, Sebastian [Verfasser], Joachim [Gutachter] Baumeister, and Frank [Gutachter] Puppe. "Linkable Technical Documentation / Sebastian Furth ; Gutachter: Joachim Baumeister, Frank Puppe." Würzburg : Universität Würzburg, 2018. http://d-nb.info/1174143533/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Waleszonia, Nicholas W. "A SOFTWARE DEVELOPMENT DOCUMENTATION INTERNSHIP WITH BLUESPRING SOFTWARE, INC." Miami University / OhioLINK, 2011. http://rave.ohiolink.edu/etdc/view?acc_num=miami1303179151.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Dubois, Simon. "Offline Approximate String Matching forInformation Retrieval : An experiment on technical documentation." Thesis, Tekniska Högskolan, Högskolan i Jönköping, JTH. Forskningsmiljö Informationsteknik, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:hj:diva-22566.

Full text
Abstract:
Approximate string matching consists in identifying strings as similar even ifthere is a number of mismatch between them. This technique is one of thesolutions to reduce the exact matching strictness in data comparison. In manycases it is useful to identify stream variation (e.g. audio) or word declension (e.g.prefix, suffix, plural). Approximate string matching can be used to score terms in InformationRetrieval (IR) systems. The benefit is to return results even if query terms doesnot exactly match indexed terms. However, as approximate string matchingalgorithms only consider characters (nor context neither meaning), there is noguarantee that additional matches are relevant matches. This paper presents the effects of some approximate string matchingalgorithms on search results in IR systems. An experimental research design hasbeen conducting to evaluate such effects from two perspectives. First, resultrelevance is analysed with precision and recall. Second, performance is measuredthanks to the execution time required to compute matches. Six approximate string matching algorithms are studied. Levenshtein andDamerau-Levenshtein computes edit distance between two terms. Soundex andMetaphone index terms based on their pronunciation. Jaccard similarity calculatesthe overlap coefficient between two strings. Tests are performed through IR scenarios regarding to different context,information need and search query designed to query on a technicaldocumentation related to software development (man pages from Ubuntu). Apurposive sample is selected to assess document relevance to IR scenarios andcompute IR metrics (precision, recall, F-Measure). Experiments reveal that all tested approximate matching methods increaserecall on average, but, except Metaphone, they also decrease precision. Soundexand Jaccard Similarity are not advised because they fail on too many IR scenarios.Highest recall is obtained by edit distance algorithms that are also the most timeconsuming. Because Levenshtein-Damerau has no significant improvementcompared to Levenshtein but costs much more time, the last one is recommendedfor use with a specialised documentation. Finally some other related recommendations are given to practitioners toimplement IR systems on technical documentation.
APA, Harvard, Vancouver, ISO, and other styles
10

Zeitz, Rebecca Ann. "TechCommix: A Tool and Foundation for Rethinking and Restructuring Technical Documentation." Thesis, Virginia Tech, 2014. http://hdl.handle.net/10919/49431.

Full text
Abstract:
Comics is a writing style that is often written off as just something done for entertainment or design. However, there are many facets of comics that make it a suitable candidate for technical documentation. By nature, comics is a visual and universal language and, as such, is the basis for an investigation of comics within the scope of technical communication. This research investigates whether comics can be automatically generated, based on a set of predefined panel templates, for such purposes while also providing for flexibility in both content and ultimate consumption format. A within-subjects study run with over 200 participants compared comics to two of its traditional documentation style contenders, prose and step-oriented, in terms of understanding and evaluation metrics, including those related to user experience. Results indicate that comics as a documentation style can offer enhanced, more positive user experiences, albeit not being overall better than the other styles.
Master of Science
APA, Harvard, Vancouver, ISO, and other styles
11

Scobba, Tracy L. "An Internship Preparing User Documentation at CTC Parker Automation." Miami University / OhioLINK, 2004. http://rave.ohiolink.edu/etdc/view?acc_num=miami1083282037.

Full text
APA, Harvard, Vancouver, ISO, and other styles
12

Disborg, Karin. "Advantages and disadvantages with Simplified Technical English : to be used in technical documentation by Swedish export companies." Thesis, Linköping University, Department of Computer and Information Science, 2007. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-10071.

Full text
Abstract:

Understanding technical documentation is of vital importance, since instructions and descriptions are given about how technical products are used, maintained and repaired. Because of the increased economic globalization, more and more documentation is both written in English by non-native English writers, and delivered to non-native English readers. More and more documentation is also translated by means of computerized aids. In order to improve comprehension and translatability of technical documentation, controlled languages are created. Controlled languages are subsets of ordinary languages, but with restricted vocabularies and writing rules.

The aim of this report is to discuss the advantages and disadvantages for Swedish export companies to use Simplified Technical English (STE), which is a controlled language, for their technical documentation. In this work technical writers are asked about their opinions of STE. Additionally, technical texts written in traditional English are compared with versions written in STE, in order to find out whether texts written in a controlled language are easier to read or not. Within the comparison, the differences between the versions are discussed and a readability measurement is done. The measurement showed that readability in technical documentation is improved by using STE. The writers’ opinions are illuminated in three areas, which are: higher documentation quality, reduced translation costs and reduced production costs.

APA, Harvard, Vancouver, ISO, and other styles
13

Coimbatore, Shanti L. "Working in a University Setting: Performing an Internship with Miami University’s Information Technology (IT) Services." Miami University / OhioLINK, 2007. http://rave.ohiolink.edu/etdc/view?acc_num=miami1194538399.

Full text
APA, Harvard, Vancouver, ISO, and other styles
14

Warren, Jessica L. "Report on a MTSC Internship at Seapine Software." Miami University / OhioLINK, 2012. http://rave.ohiolink.edu/etdc/view?acc_num=miami1345734453.

Full text
APA, Harvard, Vancouver, ISO, and other styles
15

Lynn, John Stuart. "The investigation and development of multimedia engineering operations and management technical documentation systems." Thesis, Glasgow Caledonian University, 2003. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.289520.

Full text
APA, Harvard, Vancouver, ISO, and other styles
16

Newman, Robert Malcolm. "A visual design method and its application to high reliability hypermedia systems." Thesis, Coventry University, 1998. http://hdl.handle.net/10026.1/2660.

Full text
Abstract:
This work addresses the problem of the production of hypermedia documentation for applications that require high reliability, particularly technical documentation in safety critical industries. One requirement of this application area is for the availability of a task-based organisation, which can guide and monitor such activities as maintenance and repair. In safety critical applications there must be some guarantee that such sequences are correctly presented. Conventional structuring and design methods for hypermedia systems do not allow such guarantees to be made. A formal design method that is based on a process algebra is proposed as a solution to this problem. Design methods of this kind need to be accessible to information designers. This is achieved by use of a technique already familiar to them: the storyboard. By development of a storyboard notation that is syntactically equivalent to a process algebra a bridge is made between information design and computer science, allowing formal analysis and refinement of the specification drafted by information designers. Process algebras produce imperative structures that do not map easily into the declarative formats used for some hypermedia systems, but can be translated into concurrent programs. This translation process, into a language developed by the author, called ClassiC, is illustrated and the properties that make ClassiC a suitable implementation target discussed. Other possible implementation targets are evaluated, and a comparative illustration given of translation into another likely target, Java.
APA, Harvard, Vancouver, ISO, and other styles
17

Helmersson, Benjamin. "Definition Extraction From Swedish Technical Documentation : Bridging the gap between industry and academy approaches." Thesis, Linköpings universitet, Institutionen för datavetenskap, 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-131057.

Full text
Abstract:
Terminology is concerned with the creation and maintenance of concept systems, terms and definitions. Automatic term and definition extraction is used to simplify this otherwise manual and sometimes tedious process. This thesis presents an integrated approach of pattern matching and machine learning, utilising feature vectors in which each feature is a Boolean function of a regular expression. The integrated approach is compared with the two more classic approaches, showing a significant increase in recall while maintaining a comparable precision score. Less promising is the negative correlation between the performance of the integrated approach and training size. Further research is suggested.
APA, Harvard, Vancouver, ISO, and other styles
18

Coursey, William C. "A research experiment to evaluate the acceptability of microcomputer software documentation." Thesis, Virginia Polytechnic Institute and State University, 1985. http://hdl.handle.net/10919/63969.

Full text
Abstract:

Microcomputer software users require varying degrees of instructional assistance to effectively operate the software they purchase. Chapter I recognizes that this demand for quality documentation places a burden upon software suppliers to expend additional time, energy, and money to satisfy users. This research recommends a set of procedural guidelines for microcomputer software suppliers to follow as a means of supplementing basic documentation techniques.

Literature regarding microcomputer software documentation is an item of increasing demand in today's technical marketplace. The literature review, Chapter II, reveals that the most significant improvement in the documentation process has been the development of two specific reference standards, physical layout and instructional components.

Chapter III describes the research experiment used in obtaining information regarding the documentation associated with two current microcomputer word processing programs. Four university students provided background information regarding the personal characteristics, attributes, associated with a given user population.

The research experiment evolved from a comprehensive documentation review to a structured data collection process. Chapter IV indicates that the discrepancy between actual and expected research gains justifies improving data collection techniques and recommending specific procedural guidelines for future documentation reviews.

The final chapter provides a detailed analysis of the research experiment and conclusions related to the documentation's effectiveness. Additionally, it proposes procedural guidelines designed to improve the experiment's data collection techniques. These guidelines can help future documentation writers more accurately gauge user capabilities and limitations.


Master of Science
APA, Harvard, Vancouver, ISO, and other styles
19

Webb, Tasha. "A technical communication internship with the Central Ohio Transit Authority (COTA) – The Ellipse Optimization Project." Miami University / OhioLINK, 2015. http://rave.ohiolink.edu/etdc/view?acc_num=miami1430395167.

Full text
APA, Harvard, Vancouver, ISO, and other styles
20

Lee, Sanglin. "A Pedagogical Model for Realigning the Priorities in Technical Communication Between Industry and Academia." Thesis, Virginia Tech, 2014. http://hdl.handle.net/10919/48029.

Full text
Abstract:
Although there have been many attempts to mediate the longstanding gap between technical communication academics and practitioners, the field has yet to become a unified community. This study tracks the history of the field to identify the causes of the breach. The goal of this thesis is to assess technical communication's current industry and academic environment based on data collected from interviewing selected academics and practitioners. For my research, I compared my interview findings to the information from my bibliographical research in order to contribute to creating a healthy research-to-practice loop by producing a course syllabus for a senior seminar for the Professional Writing option within Virginia Tech's department of English. This syllabus contains readings, assignments, projects, and industry tests that are meant to help students contribute to bridging the gap between academia and industry by combining the important components from both sides of technical communication. Research indicates that important professional skills for the workplace include knowing how to transform writing into products through topic-based writing, structured authoring, and information typing. Examples of other important professional technical communication skills include search engine optimization and content repurposing. Advanced technical communication-related jobs in industry include content strategist and information architect. Methods of diminishing the gap between academics and practitioners and providing an environment that is conducive to collaborative research include generating awareness among technical communicators about what the other group does, changing the paradigm for research and faculty requirements for technical communication academics, and the two groups collaborating to develop more technical communication-related internships for students.
Master of Arts
APA, Harvard, Vancouver, ISO, and other styles
21

Burke, Sarah Elizabeth. "Working as an Agent of Change: Writing Rapidly and Establishing Standards in Web Software Documentation." Miami University / OhioLINK, 2003. http://rave.ohiolink.edu/etdc/view?acc_num=miami1050602342.

Full text
APA, Harvard, Vancouver, ISO, and other styles
22

Fischer, Detlev. "A theory of presentation and its implications for the design of on-line technical documentation." Thesis, Coventry University, 1997. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.360223.

Full text
APA, Harvard, Vancouver, ISO, and other styles
23

DeLuca, Todd A. "A Technical Writing Internship with CTC Parker Automation." Miami University / OhioLINK, 2001. http://rave.ohiolink.edu/etdc/view?acc_num=miami1006205131.

Full text
APA, Harvard, Vancouver, ISO, and other styles
24

Crabbe, Stephen J. "An investigation into the development and evaluation of a controlled language for English language technical documentation." Thesis, University of Portsmouth, 2012. http://eprints.port.ac.uk/6841/.

Full text
Abstract:
The majority of existing controlled languages for English language technical documentation for industrial and consumer electronics are in-house, proprietary systems. As a result, limited information or research has been published and disseminated about them. This has created knowledge gaps that are addressed in this thesis. First, the thesis provides a detailed description of existing controlled languages with a stated aim to improve technical documentation comprehensibility and readability for native and non-native English users. This is achieved through obtaining information, much of which was previously unavailable or difficult to obtain, about their rule sets and lexicons. This fills a gap in knowledge about existing controlled languages. Second, the thesis analyses and synthesises the best-practice features of the text in modern, quality technical documentation that have been identified in government, academic and professional literature as contributing to comprehensibility (the cognitive use of the text to process and identify information) and readability (the physical use of the text to visually scan and recognise information). It then uses the identified linguistic, organisational and visual features of the text to analyse the rule sets from existing controlled languages. The main finding of the analysis is that the existing controlled languages fail to address the visual features of the text despite their prominence in the literature as contributing primarily to readability. The thesis seeks to address this failure to adopt a holistic approach to the improvement of technical documentation in existing controlled languages by developing a new, broader controlled language for consumer electronics with comprehensibility and readability-oriented rules that fully address the linguistic, organisational and visual features of the text. This is named COED (an acronym for Controlled English Documentation). Third, the thesis provides a detailed description of a study to evaluate the effect of applying the comprehensibility and readability-oriented rules from COED to extracts from existing technical documentation for consumer electronics. The findings clearly show that the application of the comprehensibility-oriented rules (that aim to make it easier to cognitively process and identify information) allows the native and non-native English users in the study to locate and understand information more accurately. With the additional application of the readability-oriented rules (that aim to make it easier to visually scan and recognise information), the native and non-native English users in the study are also able to locate and understand information more quickly. The study provides an encouraging demonstration of the potential of COED to improve both the accuracy and speed with which information in technical documentation for consumer electronics can be located and understood by native and non-native English users. It also fills a gap in research knowledge about controlled languages.
APA, Harvard, Vancouver, ISO, and other styles
25

Lake, Brandon. "An empirical evaluation of an agile modular software development approach : A case study with Ericsson." Thesis, KTH, Skolan för informations- och kommunikationsteknik (ICT), 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-102397.

Full text
Abstract:
Software development is a growing part of many businesses today. The software development approach that is used to develop new software may have a positive or negative impact on the efficiency and quality of the final software product. The objective of this thesis was to propose a refined software development approach and to test it empirically. The software development approach is comprised of three main subcomponents: development style, development architecture, and technical documentation. The software development approach was applied in a case study in cooperation with Ericsson. At the completion of the case study, questionnaires were administered to Ericsson employees to evaluate the success of the software development approach. The results showed that the quality of the software product was high and Ericsson was pleased with the result. The results indicated that the development approach helped the case study be successful in some of the researched areas. The end results suggest that the proposed software process has the potential to be successful in other projects of a similar type and structure.
APA, Harvard, Vancouver, ISO, and other styles
26

Rudolph, Kathryn Marie. "A technical writing internship with Bluespring Software, Inc." Oxford, Ohio : Miami University, 2004. http://rave.ohiolink.edu/etdc/view?acc%5Fnum=miami1089136438.

Full text
APA, Harvard, Vancouver, ISO, and other styles
27

Rydberg, Andreas. "Perspectives on producing high-quality technical documentation : Exploring users and their requirements on a quality assurance tool." Thesis, Linköpings universitet, Institutionen för datavetenskap, 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-129606.

Full text
Abstract:
The aim of this thesis is to analyze which potential users and requirements there are on a quality assurance tool to facilitate improving quality in technical documentation. The issues for this thesis to answer are to (1) define potential user groups and their requirements, (2) explore what ways introducing a quality assurance tool could facilitate quality in technical documentation, and (3) explore what challenges needs to be considered when integrating it into the workflow. The empirical research carried out at Saab Support & Services AB in Linköping in the form of semi-structured interviews constitutes the core case study evidence. Three personas are constructed on the basis of collected and analyzed data, corresponding for the potential user groups. For each persona, data requirements, as well as functional requirements, are generated through scenarios that are constructed to constitute for the possible contexts that the personas could find themselves in using this quality assurance tool. Further, this study explores some challenges that must be solved in order to satisfy the requirements of the potential users: to find a place in the workflow that suits the requirements from all perspectives. It shows important considerations to have in mind while integrating a quality assurance tool into the process of producing technical documentation, and opens up for questions of future studies within the integration of quality assurance tools into complex contexts.
APA, Harvard, Vancouver, ISO, and other styles
28

Weflen, Mark R. "Technical Writing Internship at a Medical Device Company." Miami University / OhioLINK, 2011. http://rave.ohiolink.edu/etdc/view?acc_num=miami1323638856.

Full text
APA, Harvard, Vancouver, ISO, and other styles
29

Ferencová, Anna. "Zaměření a vyhotovení technické dokumentace objektu kostela." Master's thesis, Vysoké učení technické v Brně. Fakulta stavební, 2019. http://www.nusl.cz/ntk/nusl-400146.

Full text
Abstract:
The subject of the diploma thesis is a elaboration technical documentation of St.Peter’s and St. Paul’s church in Banske. The first part of the documentation includes the basic overview and study background description. Further on, the subject site description is developed along with detailed description of each step related to the surveying, processing, assessment and interpretation of the collected data. Final set of drawings includes the Site plan of surrounding lots, top views, cross and longitudinal sections and elevations.
APA, Harvard, Vancouver, ISO, and other styles
30

STANKEVICI, ELENA. "How to manage complexity within Gefa International AB with a focus on documentation and supply chain." Thesis, Högskolan i Borås, Institutionen Textilhögskolan, 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:hb:diva-20712.

Full text
Abstract:
Due to the high competitive nature of the fashion industry, it is essential for businesses to have precise and update information regarding its orders from every part of the supply chain. However, in nowadays conditions, when manufacturing process is outsourced worldwide, but lead times tend always to become shorter complexity of the supply chain has increased significantly that makes very complicated to ensure good visibility, communication, and coordination through the chain. The aim of this thesis is to find the way of managing complexity within Gefa International AB, located in Sweden, by improving its documentation and reorganizing the supply chain. By analyzing the company’s organization three main problems have been identified as: lack of the technical department, presence of intermediaries between the focal firm Gefa and manufacturers, and finally the current modification of the computer system Pisa that does not allow using developed set of documentation in the appropriate way. Two suggested solution should solve these problems and improve performance of the company. First, it is proposed to exclude intermediaries from the supply chain and to add one more work place in the company for the technical assistance. Second, it is necessary to adapt current computer system to the developed set of documentation. These solutions require additional expenses. However, preliminary calculations show that it could be covered by the economies on the middlemen’s interest.
Program: Applied Textile Management
APA, Harvard, Vancouver, ISO, and other styles
31

Stankevici, Elena. "How to manage complexity within Gefa International AB with a focus on documentation and supply chain." Thesis, Högskolan i Borås, Institutionen Textilhögskolan, 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:hb:diva-20718.

Full text
Abstract:
Due to the high competitive nature of the fashion industry, it is essential for businesses to have precise and update information regarding its orders from every part of the supply chain. However, in nowadays conditions, when manufacturing process is outsourced worldwide, but lead times tend always to become shorter complexity of the supply chain has increased significantly that makes very complicated to ensure good visibility, communication, and coordination through the chain. The aim of this thesis is to find the way of managing complexity within Gefa International AB, located in Sweden, by improving its documentation and reorganizing the supply chain. By analyzing the company’s organization three main problems have been identified as: lack of the technical department, presence of intermediaries between the focal firm Gefa and manufacturers, and finally the current modification of the computer system Pisa that does not allow using developed set of documentation in the appropriate way. Two suggested solution should solve these problems and improve performance of the company. First, it is proposed to exclude intermediaries from the supply chain and to add one more work place in the company for the technical assistance. Second, it is necessary to adapt current computer system to the developed set of documentation. These solutions require additional expenses. However, preliminary calculations show that it could be covered by the economies on the middlemen’s interest.
Program: Applied Textile Management
APA, Harvard, Vancouver, ISO, and other styles
32

Schneider, Justine Marie. "The Scenic Charge Artist as Leader: Research in Historical Models, Exploration in Practice, and Synthesis in Documentation." Marietta College Honors Theses / OhioLINK, 2013. http://rave.ohiolink.edu/etdc/view?acc_num=marhonors1366897186.

Full text
APA, Harvard, Vancouver, ISO, and other styles
33

Scott, Stacey P. "DEVELOPING ONLINE HELP AT BLUESPRING SOFTWARE: AN INTERNSHIP." Oxford, Ohio : Miami University, 2004. http://rave.ohiolink.edu/etdc/view?acc%5Fnum=miami1101930066.

Full text
APA, Harvard, Vancouver, ISO, and other styles
34

Hörr, Christian, Elisabeth Lindinger, and Guido Brunnett. "Considerations on Technical Sketch Generation from 3D Scanned Cultural Heritage." Universitätsbibliothek Chemnitz, 2009. http://nbn-resolving.de/urn:nbn:de:bsz:ch1-200901463.

Full text
Abstract:
Drawing sketches is certainly one of the most important but at the same time elaborate parts of archaeological work. Currently, 3D scanning technology is affording a number of new applications, and only one of them is using virtual copies instead of the originals as the basis for documentation. Our major contribution are methods for automatically generating stylized images from 3D models. These are not only intuitive and easy to read but also more objective and accurate than traditional drawings. Besides some other useful tools we show several examples from our daily work proving that the system accelerates the whole documentation process considerably.
APA, Harvard, Vancouver, ISO, and other styles
35

Macko, Peter. "Implementace a rozšíření frameworku pro testování technické dokumentace." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2020. http://www.nusl.cz/ntk/nusl-413051.

Full text
Abstract:
Práca sa zaoberá automatizáciou testovania technickej dokumentácie napísanej v značkovacom jazyku AsciiDoc pomocou open-source frameworku testovania technickej dokumentácie Emender implementovaného na CI/CD platforme. Framework bol rozšírený o webovú aplikáciu emenderwebservice s REST API, ktorá poskytuje užívateľské grafické rozhranie s výsledkami testov a mechanizmom na odrieknutie falošne pozitívnych výsledkov testov. Webová aplikácia bola vytvorená pomocou WSGI frameworku na tvorbu webových aplikácií Flask s databázou ktorá umožňuje agregáciu výsledkov testov a ich unikátnu identifikáciu. Aplikácia uľahčuje prístup ku výsledkom testov vygenerovaných frameworkom Emender v CI/CD systémoch a poskytuje technical writer-om ucelené užívateľské prostredie.
APA, Harvard, Vancouver, ISO, and other styles
36

Weiss, April, and april weiss@rmit edu au. "The iTour Project: A Study of the Design and Testing of Effective Online Animated Tours as a Form of Interactive Online Documentation." RMIT University. Creative Media, 2006. http://adt.lib.rmit.edu.au/adt/public/adt-VIT20060825.153207.

Full text
Abstract:
The iTour Project is an empirical study of the design of online interactive animated tours (iTours), and establishes a knowledge base for technical communicators and new media designers working in this area. The key objectives of this research were to understand the features of effective iTours; to explore the processes and techniques of designing and testing effective iTours; and to establish new praxis in new media design for technical communication. Design artefacts resulted from six key activities including: (1) Sub-project 1- RMIT Multimedia Online documentation with basic animation; (2) Sub-project 2- Online @ RMIT Orientation with some iTour animation; (3) Third-party iTour analytical review to deconstruct iTours and determine key elements; (4) Sub-project 3- Online @ RMIT iTours; (5) iTour Guidelines; and (6) A second, more comprehensive third-party iTour analysis to test the Guidelines. The outcome of the research is encapsulated in a web site that binds the artefacts of design sub-projects with a set of Guidelines. These Guidelines form a conceptual, structural and operational framework for iTour designers, and draw on the knowledge established while designing and testing iTours, analysing third-party iTours, and researching comparative fields. These fields include technical communication; new media; web; usability design and testing; and, to a lesser extent, software design and testing. The Guidelines, in conjunction with the knowledge base, were developed to facilitate effective communication through iTours. Through this research, the design action case study was established as a hybrid research approach: design research and action research are blended; and knowledge is situated within, and derived from, a case study. In support of design research, the PDIOR design cycles have been specified and include these phases: plan; develop; implement; observe; and reflect. The PDIOR approach combines design research and action research in a cyclical mode to explore technical communication and new media activities. Finally, eleven principles for designing effective iTours emerged from this research project. Articulation of these principles, in addition to the Guidelines, contributes new knowledge in the field for technical communicators, new media designers and others, who wish to engage in iTour design.
APA, Harvard, Vancouver, ISO, and other styles
37

Zafiharimalala, Herimanana. "Étude ergonomique pour la consultation sur écran de petite taille de la documentation de maintenance aéronautique." Phd thesis, Université Toulouse le Mirail - Toulouse II, 2011. http://tel.archives-ouvertes.fr/tel-00630541.

Full text
Abstract:
Cette étude est fondée sur deux constats dans le domaine de la maintenance aéronautique : l'utilisation non systématique de la documentation de maintenance aéronautique (DMA) malgré la prescription légale et l'évolution technologique qui a entraîné l'introduction de l'utilisation de l'appareil à petit écran ou mobile pour la consultation et la recherche d'information pour la réalisation de la tâche de maintenance. L'objectif de cette étude est double : identifier les raisons de la sous utilisation de la DMA et contribuer à la conception d'une documentation de maintenance adaptée à la fois aux supports mobiles (PDA), à l'utilisateur et au contexte de la maintenance aéronautique. Des tests d'utilisabilité ont été menés et testaient l'hypothèse selon laquelle l'utilisation du petit écran a un effet négatif sur les performances des utilisateurs. Des observations et entretiens dans les centres de maintenance ainsi que des tests sur avion ont aussi été conduits pour évaluer la lisibilité de l'interface et la portabilité des appareils mobiles. Les résultats montrent que les raisons de la non utilisation de la documentation de maintenance sont principalement liées à la non adaptation de celle-ci aux utilisateurs et au contexte du métier, que l'utilisation du petit écran est envisageable aussi bien pour une application destinée aux petits écrans que pour celle destinée aux écrans standard. En outre, l'utilisation du petit écran ne détériore pas, d'une façon générale, les performances des utilisateurs et qu'elle est envisageable aussi bien chez les novices que chez les experts qui sont encore réticents mais n'y sont pas opposés.
APA, Harvard, Vancouver, ISO, and other styles
38

Green, Toby P. "Learning by Doing at MedPlus." Miami University / OhioLINK, 2009. http://rave.ohiolink.edu/etdc/view?acc_num=miami1257521373.

Full text
APA, Harvard, Vancouver, ISO, and other styles
39

Vala, Martin. "Management konfigurace." Master's thesis, Vysoké učení technické v Brně. Fakulta strojního inženýrství, 2016. http://www.nusl.cz/ntk/nusl-254380.

Full text
Abstract:
The aim of this master thesis is to resolve the problems based on requirements of the company. Initially a theoretical part was prepared which is focused on configuration management and related terms of a particular problem. After theoretical introduction it was systematically approached to the problem and a possible solution was proposed based on analysis of the current situation taking into account configuration management. The solution was to create a technical-organizational guideline which is a tool for the elimination of errors of employees and for general overview. The final technical-organizational guideline can be found in the attachment and in the main part of this thesis describes development of the guideline.
APA, Harvard, Vancouver, ISO, and other styles
40

Carpenter, Russell. "DESIGNING FOR A JAPANESE HIGH-CONTEXT CULTURE: CULTURE'S INFLUENCE ON THE TECHNICAL WRITER'S VISUAL RHETORIC." Master's thesis, University of Central Florida, 2005. http://digital.library.ucf.edu/cdm/ref/collection/ETD/id/2845.

Full text
Abstract:
This thesis analyzes the challenges technical writers face when designing documents for high-context cultures, such as the Japanese. When developing documents intended to cross cultural gulfs, technical writers must take into consideration cultural expectations, preferences, and practices in document design and communication. High-context cultures, such as Japan, design documents using drastically different design strategies than those used in the United States. Japanese communication habits are more ambiguous than communication in the United States. Thus, the Japanese often use visuals for their aesthetic appeal, not for their ability to complement the text that surrounds the visual. The ambiguous nature of high-context culture communication habits often pose problems when Americans try to communicate--whether through written or oral communication--with a high-context audience. Without careful analysis and research into these cultural implications, the technical writer risks developing unsuccessful documents that do not accomplish the goals of the communication. It takes years of research to understand cultural differences, especially in the case of Japanese communication habits. With the research presented in this thesis, technical writers will understand better how to address document design issues when designing for high-context cultures in general and the Japanese culture specifically. In order to effectively analyze document design strategies across cultures, I have collected documents from two cultures--from the United States and from Japan. These two cultures represent a low-context culture, the United States, and a high-context culture, Japan. The United States and Japan are opposite each other on Edward T. Hall's cultural continuum, providing ideal subjects for a cross-cultural document design analysis. Using previous research in document design and cultural studies, I have established a grid for analyzing visual elements in the documents I have collected--full color automobile sales booklets. I analyze both high- and low-context documents against this grid. The various document design grids allow for visual representation of document design decisions in both cultures. American international technical communicators can use these grids as a starting point for addressing the cultural implications of document design for high-context audiences. The research presented in this thesis shows that high- and low-context cultures use visuals much differently. Readers, in both cultures, are persuaded differently by visual elements. By exploring and analyzing the use of visuals such as photos, diagrams, line drawings, and the way both cultures use visuals to approach their audiences, this thesis attempts to present an explanation of visuals in high-context cultures that will aid American technical writers who design documents for international audiences. This thesis uses Japanese cultural analysis and Japanese design theories to explain high-context design decisions applied to Japanese documents.
M.A.
Department of English
Arts and Sciences
English
APA, Harvard, Vancouver, ISO, and other styles
41

Corzine, Moore Natalie L. "REPORT ON A MTSC INTERNSHIP AT A MEDICAL DEVICE COMPANY." Miami University / OhioLINK, 2013. http://rave.ohiolink.edu/etdc/view?acc_num=miami1366134338.

Full text
APA, Harvard, Vancouver, ISO, and other styles
42

Zadik, Jill Elizabeth. "Report on a MTSC Internship at The Normandy Group." Miami University / OhioLINK, 2008. http://rave.ohiolink.edu/etdc/view?acc_num=miami1211650350.

Full text
APA, Harvard, Vancouver, ISO, and other styles
43

Muniz, Fernando Aurélio Martins. "Extração de termos de manuais técnicos de produtos tecnológicos: uma aplicação em Sistemas de Adaptação Textual." Universidade de São Paulo, 2011. http://www.teses.usp.br/teses/disponiveis/55/55134/tde-02092011-160517/.

Full text
Abstract:
No Brasil, cerca de 68% da população é classificada como leitores com baixos níveis de alfabetização, isto é, possuem o nível de alfabetização rudimentar (21%) ou básico (47%), segundo dados do INAF (2009). O projeto PorSimples utilizou as duas abordagens de Adaptação Textual, a Simplificação e a Elaboração, para ajudar leitores com baixo nível de alfabetização a compreender documentos disponíveis na Web em português do Brasil, principalmente textos jornalísticos. Esta pesquisa de mestrado também se dedicou às duas abordagens acima, mas o foco foi o gênero de textos instrucionais. Em tarefas que exigem o uso de documentação técnica, a qualidade da documentação é um ponto crítico, pois caso a documentação seja imprecisa, incompleta ou muito complexa, o custo da tarefa ou até mesmo o risco de acidentes aumenta muito. Manuais de instrução possuem duas relações procedimentais básicas: a relação gera generation (quando uma ação gera automaticamente uma ação ), e a relação habilita enablement (quando a realização de uma ação permite a realização da ação , mas o agente precisa fazer algo a mais para garantir que irá ocorrer). O projeto aqui descrito, intitulado NorMan, estudou como as relações procedimentais gera e habilita são realizadas em manuais de instruções, dando base para a criação do sistema NorMan Extractor, que implementa um método de extração de termos dedicado ao gênero de textos instrucionais, especificamente aos manuais técnicos. Também foi proposta a adaptação do sistema de autoria de textos simplificados criado no projeto PorSimples o SIMPLIFICA para atender o gênero de textos instrucional. O SIMPLIFICA adaptado usa a lista de candidatos a termo, gerada pelo sistema NorMan Extractor, com duas funções: (a) para auxiliar na identificação de palavras que não devem ser simplificadas pelo método de simplificação léxica baseado em sinônimos, e (b) para gerar uma elaboração léxica para facilitar o entendimento do texto
In Brazil, 68% of the population can be classified as low-literacy readers, i.e., people at the rudimentary (21%) and basic (47%) literacy levels, according to the National Indicator of Functional Literacy (INAF, 2009). The PorSimples project used the two approaches of Textual Adaptation, Simplification and Elaboration, to help readers with low-literacy levels to understand Brazilian Portuguese documents on the Web, mainly newspaper articles. In this research we also used the two approaches above, but the focus was the genre of instructional texts. In tasks requiring the use of technical documentation, the quality of documentation is a critical point, because if the documentation is inaccurate, incomplete or too complex, the cost of the task or even the risk of accidents is greatly increased. Instructions manuals have two basic procedural relationships: the relation generation (by performing one of the actions (), the other () will automatically occur), and the relation enablement (when enables , then the agent needs to do something more than to guarantee that will be done). The project presented here, entitled NorMan, investigated the realization of the relationships between procedural actions in instruction manuals, providing the basis for creating an automatic term extraction method devoted to the genre of instructional texts, specifically technical manuals. We also proposed an adaptation of the authoring system of simplified texts created in the project PorSimples - the SIMPLIFICA - to deals with the genre of instrumental texts. The new SIMPLIFICA uses the list of term candidates, generated by the proposed method, with two functions: (a) to assist in the identification of words that should not be simplified by the lexical simplification method based on synonyms, and (b) to generate a lexical elaboration to facilitate the comprehension of the text
APA, Harvard, Vancouver, ISO, and other styles
44

Kuncová, Andrea. "Analýza a vyhodnocení dokumentace skutečných poškození vozidel po malých dopravních nehodách." Master's thesis, Vysoké učení technické v Brně. Ústav soudního inženýrství, 2012. http://www.nusl.cz/ntk/nusl-232681.

Full text
Abstract:
Diploma thesis analyzes documentation recieved from city magistrates,insurance companies or directly from police,concerning minor accidents. Documentation consists of a road accident reports,photodocumentation and plans of a real life collision sites,filed by the police and its experts. Analysis of this documentation and its consequent evaluation shows the extend of the damage occuring to an actual vehicles involved in a minor road accidents and what evidence left on site by these collisions. Informations gained from the analysis could be used as a guide when processing an insurance claim.
APA, Harvard, Vancouver, ISO, and other styles
45

Le, Roux Salome. "A technical survey of Lucky Madlo Sibiya’s (1942 – 1999) materials and techniques employed in his carved and painted wood panel artworks." Diss., University of Pretoria, 2020. http://hdl.handle.net/2263/78370.

Full text
Abstract:
The study aims to achieve an understanding of the artist’s materials and techniques used by Lucky Madlo Sibiya when he created his carved and painted wood panel artworks. A survey of the artist’s materials and techniques is of great importance, because he is represented in multiple institutional, corporate and private collections – including the University of Pretoria. His carved and painted wood panel artworks are also reaching an age (at least 20 years old, as 2019 is the twentieth anniversary of his death) when they would soon require conservation and restoration, if not stored and displayed according to sound conservation conditions and standards. For best-practice conservation and restoration, in-depth knowledge of the materiality of an artwork is needed. In order to reach an in-depth knowledge of the materiality of Sibiya’s carved and painted wood panel artworks, the survey intends to examine and document through the combination of various historical, visual and analytical techniques artworks with unrefuted provenance. The analytical techniques used are popular in heritage conservation, because they are non-invasive and non-destructive. They include provenance studies, visual examination, technical photography, X-ray Fluorescence and Fourier-transform Infrared Spectroscopy. In combination, the techniques should reveal the materials and techniques Sibiya employed. This knowledge will be used to safeguard and preserve this part of South African art heritage.
Mini Dissertation (MSocSci)--University of Pretoria, 2020.
Tangible Heritage Conservation
MSocSci (Tangible Heritage Conservation)
Unrestricted
APA, Harvard, Vancouver, ISO, and other styles
46

Novotný, Václav. "Analýza dokumentace skutečných poškození vozidel při dopravních nehodách." Master's thesis, Vysoké učení technické v Brně. Ústav soudního inženýrství, 2010. http://www.nusl.cz/ntk/nusl-232493.

Full text
Abstract:
This diploma thesis deals with a comprehensive analysis of the photographic documentation of vehicle damage in traffic accidents. A systematic overview of the current documentation and included inspection is carried out in the analysis. Police records are compared with records made during the crash tests. Further, the documentation in this thesis is divided into two groups of conflicts. The representative of the accidents are described in detail and then evaluated. Similarly, this procedure is practiced on other car accident that reflect the mutual deformation. The result of this thesis is to determine the optimal location of the lens for the acquisition of documentation and establishing a baseline number of photos to document damage to the vehicle after the traffic accident.
APA, Harvard, Vancouver, ISO, and other styles
47

Karlström, Erik, and Johan Nydén. "Getting Good Installation Guides." Thesis, Linköpings universitet, Institutionen för datavetenskap, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-64348.

Full text
Abstract:
Implementations and installations of Enterprise Resource Planning systems (ERP-systems)are often time consuming and complex processes. Technicians who workwith installations of ERP-systems require tools and utilities in order to perform theirwork in a time efficient and qualitative manner.This study is performed at the company Industrial and Financial Systems (IFS) inLinköping and has focused on the technical documentation that describes theinstallation process, "IFS Installation Guide". This guide is one of the most importanttools available to facilitate the installation process of the ERP-system, IFSApplications.The purpose of this thesis is to analyze and suggest improvements to the usability andworkflow aspects of IFS Installation Guide. This study is based on seven semistructuredinterviews and one observation with IFS employees working on variousconsultancy services within IFS ‘key regions’. The result from the interviews highlightsa number of problems, which have been analyzed and investigated together withrelevant literature.The findings of this study demonstrate that it is of utmost importance to have a cleartarget audience, easy channels for feedback and that information must be easy tofind in order to develop and maintain high quality in technical documentation.
APA, Harvard, Vancouver, ISO, and other styles
48

Tallman, Nicole. "Intercultural Communication in the Global Age: Lessons Learned from French Technical Communicators." Master's thesis, University of Central Florida, 2013. http://digital.library.ucf.edu/cdm/ref/collection/ETD/id/5873.

Full text
Abstract:
This thesis explores the cultural considerations American technical communicators must address when working with French colleagues and when creating technical documentation for French audiences. A review of the literature on intercultural communication theory was conducted, along with a review of the limited research on technical communication in France and the needs of French audiences. A qualitative online survey of French technical communicators was also conducted. Through this survey, French technical communicators reported on their intercultural beliefs, experiences, and practices, and information, language, and cultural needs. Survey responses were analyzed using inductive thematic analysis. Two main themes were developed as a result of this analysis: the importance of adapting content to French audiences, and the cultural differences between French and American information needs and communication styles. Survey findings were combined with theoretical and practical literature to offer American technical communicators guidance for successful intercultural interactions. This thesis concludes with suggestions for future practice and research in intercultural technical communication.
M.A.
Masters
English
Arts and Humanities
English; Technical Communications
APA, Harvard, Vancouver, ISO, and other styles
49

Vaníček, David. "Dopravník obrobků." Master's thesis, Vysoké učení technické v Brně. Fakulta strojního inženýrství, 2018. http://www.nusl.cz/ntk/nusl-382116.

Full text
Abstract:
This master‘s thesis is focused on the design of manipulator for crankshaft handling in flexible production lines. The first part describes the types of production lines and possible ways of inter-operative manipulation. With regard to the suitability of their use, a suitable variant is selected, which is then conceptually processed and verified by technical calculations. The final conclusion is the verification of the design in terms of safety. Part of the master‘s thesis is technical drawing documentation.
APA, Harvard, Vancouver, ISO, and other styles
50

Loutocký, Petr. "Analýza konstrukce a funkce stroje na drážkování hlavní." Master's thesis, Vysoké učení technické v Brně. Fakulta strojního inženýrství, 2013. http://www.nusl.cz/ntk/nusl-230595.

Full text
Abstract:
This master’s thesis is devoted to rifling technologies of the barrel bore of fire and gas arms. In cooperation with the company Winston Production, s.r.o. also enters into operation issues of selected manufacturing machine Zs 151 for barrel rifling. It contains an analysis of legislative demands on the technical documentation, description of the construction and function of machinery and materials for the creation of local operating safety rules for its operation. The part of work is also 3D model of the machine created in software SolidWorks.
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography