Computer ScienceScience & MathematicsEconomics & FinanceBusiness & ManagementPolitics & GovernmentHistoryPhilosophy

How To Do Science

by Louise Lexis, Brianna Julien

How To Do Science

Subscribe to new books via dBooks.org telegram channel

Join
DescriptionTable of ContentsDetailsHashtagsReport an issue

Book Description

How To Do Science has been written for students of the life sciences who are actively engaged in the scientific process. This guide introduces you to what it means to be a scientist. You will learn about the scientific method and how to carry out many tasks of a scientist, including: designing experiments, visualising data, accessing scientific literature, communicating science, and writing literature reviews.

This open book is licensed under a Creative Commons License (CC BY-NC-SA). You can download How To Do Science ebook for free in PDF format (10.6 MB).

Table of Contents

Chapter 1
Science and the Scientific Method
Chapter 2
Design for Discovery
Chapter 3
Using Statistical Analyses
Chapter 4
Data Visualisation
Chapter 5
Accessing Scientific Literature and Referencing
Chapter 6
Communicating Scientific Discoveries to Peers
Chapter 7
Writing a Literature Review
Chapter 8
Sharing Science with the Community
Chapter 9
Your Life and Career as a Scientist

Book Details

Title
How To Do Science
Subject
Science & Mathematics
Publisher
University of Southern Queensland
Published
2022
Pages
159
Edition
1
Language
English
ISBN13 Digital
9780645326130
ISBN10 Digital
0645326135
PDF Size
10.6 MB
License
CC BY-NC-SA

Related Books

How To Code in Go
This book is designed to introduce you to writing programs with the Go programming language. You'll learn how to write useful tools and applications that can run on remote servers, or local Windows, macOS, and Linux systems for development. The topics that it covers include how to: - Install and set up a local Go development environment on...
How To Build a Website with HTML
If you are interested in learning how to build and design websites, Hyper Text Markup Language (HTML) is a great place to start. This project-based tutorial series will introduce you to HTML and its methods by building a personal website using our demonstration site (below) as a model. Once you learn the basics, you will know how change the website...
How To Code in Python 3
Extremely versatile and popular among developers, Python is a good general-purpose language that can be used in a variety of applications. For those with an understanding of English, Python is a very humanreadable programming language, allowing for quick comprehension. Because Python supports multiple styles including scripting and object-oriented ...
How To Code in React.js
This open book is an introduction to React that works from the foundations upward. Each chapter takes you a little deeper into the React ecosystem, building on your previous knowledge. Along the way, you'll learn how to maintain internal state, pass information between parts of an application, and explore different options for styling your app...
How To Code in Node.js
Node.js is a popular open-source runtime environment that can execute JavaScript outside of the browser. The Node runtime is commonly used for back-end web development, leveraging its asynchronous capabilities to create networking applications and web servers. Node is also a popular choice for building command line tools. In this book, you will ...
How To Manage Remote Servers with Ansible
This book is designed to introduce you to using Ansible to manage your servers. You'll learn how to install and configure Ansible on a control node, and then how to use it to configure and run commands on remote servers. You'll also learn how to collect tasks into complete Playbooks to automate server setup from start to finish. The to...