Technical Communication


Book Description

Comprehensive and truly accessible, Technical Communication guides students through planning, drafting, and designing the documents that will matter in their professional lives. Known for his student-friendly voice and eye for technology trends, Mike Markel addresses the realities of the digital workplace through fresh samples and cases, practical writing advice, and a companion Web site — TechComm Web — that continues to set the standard with content developed and maintained by the author. The text is also available in a convenient, affordable e-book format.




Effective Teaching of Technical Communication


Book Description

"Effective Teaching of Technical Communication broadens our understanding of current effective teaching and pedagogical methods by facilitating a discussion of important and innovative theories, concepts, and practices related to the teaching of technical communication"--




Technical Communication with 2009 MLA and 2010 APA Updates


Book Description

Click here to find out more about the 2009 MLA Updates and the 2010 APA Updates. Comprehensive and truly accessible, Technical Communication guides students through planning, drafting, and designing the documents that will matter in their professional lives. Known for his student-friendly voice and eye for technology trends, Mike Markel addresses the realities of the digital workplace through fresh samples and cases, practical writing advice, and a companion Web site — TechComm Web — that continues to set the standard with content developed and maintained by the author. The text is also available in a convenient, affordable e-book format.




The Technical Communication Handbook


Book Description

The Technical Communication Handbook, a life-long companion for technical communicators, is a comprehensive reference guidefor technical communication students at all levels, as well as by practicing technical communicators and others writing in the technical workplace. The handbook boasts a full-color design, extensively annotated model documents, and coverage of current topics in intellectual property, digital communication, collaboration, and accessibility issues.




A Strategic Guide to Technical Communication - Second Edition (US)


Book Description

A Strategic Guide to Technical Communication incorporates useful and specific strategies for writers, to enable them to create aesthetically appealing and usable technical documentation. These strategies have been developed and tested on a thousand students from a number of different disciplines over twelve years and three institutions. The second edition adds a chapter on business communication, reworks the discussion on technical style, and expands the information on visual communication and ethics into free-standing chapters. The text is accompanied by a passcode-protected website containing materials for instructors (PowerPoint lectures, lesson plans, sample student work, and helpful links).




The Essentials of Technical Communication


Book Description

"This is an English textbook for students taking courses in technical communication"--




Handbook of Technical Communication


Book Description

The Handbook of Technical Communication brings together a variety of topics which range from the role of technical media in human communication to the linguistic, multimodal enhancement of present-day technologies. It covers the area of computer-mediated text, voice and multimedia communication as well as of technical documentation. In doing so, the handbook takes professional and private communication into account. Special emphasis is put on technical communication by means of web 2.0 technologies and its standardization in system development. In summary, the handbook deals with theoretical issues of technical communication and its practical impact on the development and usage of text and speech technologies.




A Concise Guide to Technical Communication


Book Description

This compact but complete guide shows that less is more—with fewer extraneous details getting in the way of students trying to learn on the run, it allows them to focus on the most important principles of effective technical communication. The Concise Guide takes a rhetorical approach to technical communication; instead of setting up a list of rules that should be applied uniformly to all writing situations, it introduces students to the bigger picture of how the words they write can affect the people intended to read them. Assignments and exercises are integrated throughout to reinforce and test knowledge.




Modern Fortran


Book Description

Modern Fortran teaches you to develop fast, efficient parallel applications using twenty-first-century Fortran. In this guide, you’ll dive into Fortran by creating fun apps, including a tsunami simulator and a stock price analyzer. Filled with real-world use cases, insightful illustrations, and hands-on exercises, Modern Fortran helps you see this classic language in a whole new light. Summary Using Fortran, early and accurate forecasts for hurricanes and other major storms have saved thousands of lives. Better designs for ships, planes, and automobiles have made travel safer, more efficient, and less expensive than ever before. Using Fortran, low-level machine learning and deep learning libraries provide incredibly easy, fast, and insightful analysis of massive data. Fortran is an amazingly powerful and flexible programming language that forms the foundation of high performance computing for research, science, and industry. And it's come a long, long way since starting life on IBM mainframes in 1956. Modern Fortran is natively parallel, so it's uniquely suited for efficiently handling problems like complex simulations, long-range predictions, and ultra-precise designs. If you're working on tasks where speed, accuracy, and efficiency matter, it's time to discover—or re-discover—Fortran.. About the technology For over 60 years Fortran has been powering mission-critical scientific applications, and it isn't slowing down yet! Rock-solid reliability and new support for parallel programming make Fortran an essential language for next-generation high-performance computing. Simply put, the future is in parallel, and Fortran is already there. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the book Modern Fortran teaches you to develop fast, efficient parallel applications using twenty-first-century Fortran. In this guide, you'll dive into Fortran by creating fun apps, including a tsunami simulator and a stock price analyzer. Filled with real-world use cases, insightful illustrations, and hands-on exercises, Modern Fortran helps you see this classic language in a whole new light. What's inside Fortran's place in the modern world Working with variables, arrays, and functions Module development Parallelism with coarrays, teams, and events Interoperating Fortran with C About the reader For developers and computational scientists. No experience with Fortran required. About the author Milan Curcic is a meteorologist, oceanographer, and author of several general-purpose Fortran libraries and applications. Table of Contents PART 1 - GETTING STARTED WITH MODERN FORTRAN 1 Introducing Fortran 2 Getting started: Minimal working app PART 2 - CORE ELEMENTS OF FORTRAN 3 Writing reusable code with functions and subroutines 4 Organizing your Fortran code using modules 5 Analyzing time series data with arrays 6 Reading, writing, and formatting your data PART 3 - ADVANCED FORTRAN USE 7 Going parallel with Fortan coarrays 8 Working with abstract data using derived types 9 Generic procedures and operators for any data type 10 User-defined operators for derived types PART 4 - THE FINAL STRETCH 11 Interoperability with C: Exposing your app to the web 12 Advanced parallelism with teams, events, and collectives