-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex.Rmd
33 lines (29 loc) · 2.5 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: "The Open Digital Archaeology Textbook"
author: "Shawn Graham, Neha Gupta, Jolene Smith, Andreas Angourakis, Andrew Reinhard, Kate Ellenberger, Zack Batist, Joel Rivard, Ben Marwick, Michael Carter, Beth Compton, Rob Blades, Cristina Wood, & Gary Nobles"
date: "`r Sys.Date()`"
knit: "bookdown::render_book"
site: bookdown::bookdown_site
output: bookdown::gitbook
colorlinks: true
urlcolor: blue
linkcolor: blue
filecolor: blue
citecolor: blue
toccolor: blue
fontsize: 16
documentclass: book
bibliography: [book.bib]
biblio-style: apalike
link-citations: true
github-repo: o-date/draft
description: "The Open Digital Archaeology Textbook combines instructive text with a computational DA laboratory"
cover-image: images/brandon-green-321795-unsplash.jpg
lang: "en"
---
# notice {-}
This volume goes hand-in-glove with a computational environnent that uses [Jupyter Notebooks](https://jupyter.org/) coupled with the [Binder](https://mybinder.org/) service as a way of serving and running the notebooks online in a browser. This relieves both instructors and students of the problems of installing software in different environments and the troubleshooting that this entails. Instead, students and instructors can concentrate on the learning and writing literate code that explores archaeological issues. To launch the ODATE notebooks, please go to the [list of notebooks](https://o-date.github.io/support/notebooks-toc/) and hit the appropriate `launch binder` button. To examine or download the code, click the `repository` links instead.
Digital archaeology is never finished; consider ODATE to be in 'perpetual beta'. This means that you will encounter rough edges from time to time, and as technology and archaeology evolve, some topics will need to be added. Some will need to be pruned. If you feel so moved, we invite you to join us, [and contribute corrections, additions, or deletions](https://o-date.github.io/support/contribute/). All contributors will be credited as authors. Feel free to annotate with the [Hypothesis toolbar at right](http://hypothes.is).
![This book will, with time, have many branches and off-shoots. It is meant to be customized and expanded; there will never be a canonical version. Photo by Brandon Green, _unsplash.com_.](images/brandon-green-321795-unsplash.jpg)
![Creative Commons License](images/by-nc-sa.png)
The online version of this book is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).