Bibliographic Formats and Standards


Book Description

Describes the manual, Bibliographic Formats and Standards, 2nd. ed., a revised guide to machine-readable cataloging records in the WorldCat. Describes conventions. Describes and provides an example of input standards tables. Addresses revisions of the manual as well as ordering and distribution. Includes acknowledgements. Provides a link to the table of contents.




In Numbers


Book Description

Edited by Andrew Roth, Philip Aarons. Text by Clive Phillpot, Neville Wakefield, Nancy Princenthal, William S. Wilson.




Peer Review


Book Description

Peer review is the process by which submissions to journals and presses are evaluated with regard to suitability for publication. Armed with the results of numerous empirical studies, critics have leveled a variety of harsh charges against peer review such as: reviewers and editors are biased toward authors from prestigious institutions, peer review is biased toward established ideas, and it does a poor job of detecting errors and fraud. While an immense literature has sprouted on peer review in the sciences and social sciences, Peer Review is the first book-length, wide-ranging study of peer review that utilizes methods and resources of contemporary philosophy. Its six chapters cover the following topics: the tension between peer review and the liberal notion that truth emerges when ideas proliferate in the marketplace of ideas; arguments for and against blind review of submissions; the alleged conservatism of peer review; the anomalous nature of book reviewing; the status of non-peer-reviewed publications, such as invited articles or Internet publications, in tenure and promotion cases; and the future of peer review in the age of the Internet. The author has also included several key readings about peer review.







Aleta Dey


Book Description

Francis Marion Beynon’s autobiographical novel Aleta Dey is increasingly recognised as a small classic of early twentieth-century fiction. Beynon was a journalist and feminist much involved in public affairs in early twentieth-century Manitoba. In 1917, aged 33, she was forced to leave her job as a result of her open pacifism, and she soon moved to New York where she dropped out of the public eye. Aleta Dey, first published in 1919, tells in plain and affecting prose the story of a girl growing up in Manitoba, becoming politically conscious, and falling in love with McNair, a man of much more conventional views. The First World War brings a crisis for them both after McNair enlists as a soldier. Though Beynon was a Canadian, her spare, emotionally open prose may have less in common with that of other Canadian writers of the time than it does with the style of contemporaneous western American women writers such as Willa Cather and Laura Ingalls Wilder. Like Cather’s My Antonia, Beynon’s Aleta Dey resonates with prairie simplicity, passion, and strength.







The Rust Programming Language (Covers Rust 2018)


Book Description

The official book on the Rust programming language, written by the Rust development team at the Mozilla Foundation, fully updated for Rust 2018. The Rust Programming Language is the official book on Rust: an open source systems programming language that helps you write faster, more reliable software. Rust offers control over low-level details (such as memory usage) in combination with high-level ergonomics, eliminating the hassle traditionally associated with low-level languages. The authors of The Rust Programming Language, members of the Rust Core Team, share their knowledge and experience to show you how to take full advantage of Rust's features--from installation to creating robust and scalable programs. You'll begin with basics like creating functions, choosing data types, and binding variables and then move on to more advanced concepts, such as: Ownership and borrowing, lifetimes, and traits Using Rust's memory safety guarantees to build fast, safe programs Testing, error handling, and effective refactoring Generics, smart pointers, multithreading, trait objects, and advanced pattern matching Using Cargo, Rust's built-in package manager, to build, test, and document your code and manage dependencies How best to use Rust's advanced compiler with compiler-led programming techniques You'll find plenty of code examples throughout the book, as well as three chapters dedicated to building complete projects to test your learning: a number guessing game, a Rust implementation of a command line tool, and a multithreaded server. New to this edition: An extended section on Rust macros, an expanded chapter on modules, and appendixes on Rust development tools and editions.