Skip to content

Commit e445361

Browse files
committed
more minor typos
1 parent 458f1b9 commit e445361

File tree

54 files changed

+107
-129
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+107
-129
lines changed

01.01-goingdigitalintro.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Hanna Marie Pageau succintly captured these issues, when over a series of tweets
1414
1515
An important aspect of digital archaeology that differentiates it from the use of computing power to answer archaeological questions is the question of _purpose_. In this section, we take up this issue in terms of _teaching_ digital approaches. We progress by suggesting that teaching digital archaeology is akin to work at the intersection of art and public archaeology and digital humanities - it is playful, experiential and deformative. We provide you the necessary basics for setting up your own digital archaeological practice. Entrance into the world of digital archaeology requires organizational ability and facility with versioning files. It is allied with the practice of open notebook science, and it attempts to future-proof by using the simplest file formats and avoiding proprietary software where possible. These are the basics on which the rest of this textbook in digital archaeological practice is founded.
1616

17-
### Further Reading
17+
### Further Reading {-}
1818

19-
For a comprehensive discussion on 'theorising the digital' in digital archaeology, see @taylor_and_perry_2018 ([full text on ResearchGate](https://www.researchgate.net/publication/329642181_Theorising_the_Digital_A_Call_to_Action_for_the_Archaeological_Community). For a discussion on different kinds of digital archaeology, see @cook_compton_2018.
19+
For a comprehensive discussion on 'theorising the digital' in digital archaeology, see @taylor_and_perry_2018 ([full text on ResearchGate](https://www.researchgate.net/publication/329642181_Theorising_the_Digital_A_Call_to_Action_for_the_Archaeological_Community)). For a discussion on different kinds of digital archaeology, see @cook_compton_2018.

01.4-opennotebookresearch.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Your help query can also go into your open notebook. In this way, your open note
7070

7171
### Discussion
7272

73-
Questions for discussion:
73+
Questions for Discussion:
7474

7575
1. Search the archaeological literature (via [jstor](http://jstor.org) or [Google Scholar](https://scholar.google.ca/)) for examples of open notebook science 'in the wild'. Are you finding anything, and if so, where? Do there seem to be impediments *from the journals* regarding this practice?
7676
2. What excites you about the possibilities of open notebook archaeology? What are the advantages?

02.1-designing-data-collection.rmd

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ In teaching, there is a concept called 'backwards design', where you design your
99
And so, we will begin this section on data collection by thinking through where the _things_ are going to go.
1010

1111
![A circular flow diagram showing an image of a tablet (data collection) and a cylinder representing a database, between two arrows.](images/data_collection_to_structure.jpg)
12+
1213
*The design of data collection informs the structure of the database, and the other way around.*
1314

1415
Choices about which fields of data to collect and how to collect them will influence the "shape" of your database, and have consequences for how much cleaning and restructuring you might need to do later.
@@ -25,16 +26,18 @@ While this is, after all, the *Open* ***Digital*** *Archaeology Textbook Environ
2526
Much of the following discussion assumes that you are planning for archaeological field data collection. But in digital archaeology and heritage, that might not be the case.
2627

2728
*Paper to digital*
29+
2830
Sometimes the most straightforward way to collect data in the field is to write it on paper. Paper forms can't run out of batteries. Data loss and integrity issues are still real, but massive data loss may be less of a threat when working with paper, depending on backup mechanisms.
2931

3032
It's usually a good choice to mirror the format of the destination database on the input form.
3133

3234
*Born digital*
35+
3336
Collecting your data digitally holds significant advantages. If you've settled on the structure of your destination database, digital data collection can seamlessly integrate information, eliminating extra steps and reducing opportunities for transcription errors.
3437

3538
The landscape for mobile data collection in archaeology has flourished in recent years. Archaeologists now have access to a broad spectrum of data collection options, from off-the-shelf mobile data collection applications custom designed to meet to meet the needs of specific projects and organizations to assembling a suite of free, open source tools as needed.
3639

37-
The trick in designing digital data collection is to set limits without over-constraining. Typing data into fields in an Excel spreadsheet is digital data collection, sure, but setting up controls to standardize data entry with spreadsheet functions can be complicated and fragile.<sup>[1](#myfootnote1)</sup>
40+
The trick in designing digital data collection is to set limits without over-constraining. Typing data into fields in an Excel spreadsheet is digital data collection, sure, but setting up controls to standardize data entry with spreadsheet functions can be complicated and fragile. (If you find yourself engineering a complicated spreadsheet with dependent picklists and formulas for relationships, this may be a sign that you're using the wrong tool.)
3841

3942
Whether you're designing data collection on paper or on a device, give yourself time to test it out. A dry run with real (or close to real) data can illuminate pain points for data collection now and analysis later. You might find that, for your project's specific needs, well-designed paper data collection will do the trick. Or you might combine paper and digital approaches. There's no right answer or perfect software for every project.
4043

@@ -47,17 +50,18 @@ When we talk about data structure, we're often referring to *databases*, whether
4750
[Earlier in this section we briefly discussed digital preservation](/book/making-data-useful.html). We covered the basics of what it takes for stable, reusable data, but where will it live? Let's talk about *repositories.* A digital repository can be short-term or long-term.
4851

4952
Questions to consider:
53+
5054
+ If you're planning to curate your own digital materials and hope to keep them safe for a long time, are you prepared to do regular checks and maintenance?
5155
+ What do you want to save? It might not be *everything*.
5256

5357
If you're looking toward an outside repository:
58+
5459
+ Does it have room for your data? Is your research or data within the scope of mission for that repository?
5560
+ Does the repository have special requirements for format or preparation?
5661
+ Does the repository charge a fee to deposit material? Have you built it into your budget?
5762
+ Does the repository itself have a plan for long-term sustainability? What happens to the data if its host organization is dissolved?
5863
+ Does the repository have plans for migrating and maintaining your files?
5964

60-
6165
**Some Existing Repositories for Archaeological Data and/or Digital Projects**
6266
Each option below meets differing needs. The world of digital repositories is vast and dynamic and this is just a sampling of possibilities.
6367

@@ -93,5 +97,3 @@ It is important to understand that just because your information is archived saf
9397
### Further Reading
9498
For a great workflow using KoBoToolbox, QGIS, PostGIS, and LibreOffice Base (all free and open source tools), see [this overview from Ben Carter](http://benjaminpcarter.com/digital-data-collection/tools/).
9599
<!-- add more please! -->
96-
97-
<a name="myfootnote1">1</a>: If you find yourself engineering a complicated spreadsheet with dependent picklists and formulas for relationships, this may be a sign that you're using the wrong tool.

02.2-databases.rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Excel specifically is incredibly hard to version control, or to trace the histor
3434
**Comma or Tab-separated text files (.csv, .tsv, .txt)**
3535

3636
*Pros*
37-
These kinds of text files are some of the simplest ways to store data, and thus also some of the most durable. You can open them as tables in a spreadsheet program like Excel or Google Sheets, but all the information is still readable in a plain text editor. Since there's not much complicated underlying structure, these types of plain text files are very easy to *version control,* or retain and view information about changes to a file over its life span. In most cases, if you need to work in and save spreadsheet data, choose one of these formats over Excel or other formats.[2](#foot2)</sup>
37+
These kinds of text files are some of the simplest ways to store data, and thus also some of the most durable. You can open them as tables in a spreadsheet program like Excel or Google Sheets, but all the information is still readable in a plain text editor. Since there's not much complicated underlying structure, these types of plain text files are very easy to *version control,* or retain and view information about changes to a file over its life span. In most cases, if you need to work in and save spreadsheet data, choose one of these formats over Excel or other formats. (If you have dates in your CSV or TSV file and you save using Excel, it may still try to monkey around with the formatting. Make sure your date columns are formatted to Text.)
3838

3939
*Cons*
4040
To some degree, you might have less control of formatting when using plain text files (but this may be a feature and not a bug.)
@@ -198,7 +198,6 @@ An entry level graph database is [Neo4J](http://neo4j.com). An advanced level gr
198198
[A Gentle Introduction to SQL](https://mybinder.org/v2/gh/o-date/sqlite/master?filepath=intro%20to%20sql.ipynb)
199199

200200

201-
<a name="foot2">2</a>: Excel, again. If you have dates in your CSV or TSV file and you save using Excel, it may still try to monkey around with the formatting. Make sure your date columns are formatted to Text.
202201

203202

204203

04.1-3d-photogrammetry.rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 3D Photogrammetry
22

3+
<div class = rmdnote> _[Launch the Photogrammetry notebook in Google Collab](https://colab.research.google.com/github/o-date/photogrammetry/blob/master/Meshroom_%2B_GPU_for_Photogrammetry.ipynb) and follow the directions; this notebook can be connected to your Google Drive._ </div>
4+
35
In recent years, faster and more powerful computers have made it feasible to do complex 3d model building by extracting points of overlap in multiple photographs, then extrapolating from the camera metadata embedded in those images the distance from the points to the camera's image sensor.This information allows the reconstruction of where those points were _in space_ relative to the camera. Thus astonishingly good 3d models can be created at rather low cost.
46

57
Laser scanning, on the other hand, involves shooting rays of light onto an object (or space) and counting the time it takes for the light to return to the scanner. Laser scanners are able therefore to take detailed micro-millimetre scans of an object's surface and texture. For some archaeological purposes, laser scanning is to be preferred. For other purposes, 3d photogrammetry or 'structure from motion' (sfm) is entirely appropriate, and the level of resolution good enough
@@ -35,7 +37,7 @@ Verdiani, G. (2015). Bringing Impossible Places to the Public: Three Ideas for R
3537

3638
### exercises
3739

38-
While there are command-line applications (like [VSFM](http://ccwu.me/vsfm/)) for photogrammetry, running such things from a Jupyter notebook does not work very well. VSFM *can* be installed in something like DHBox (but it's not for the faint-of-heart, see eg [this](http://www.10flow.com/2012/08/15/building-visualsfm-on-ubuntu-12-04-precise-pangolin-desktop-64-bit/)). Roman Hiestand built a graphical user interface around a series of open-source modules that, when combined in a workflow, enables you to experiment with photogrammetry. With a bit of hacking, we can also make it work with photographs taken from smartphone or tablet.
40+
While there are command-line applications (like [VSFM](http://ccwu.me/vsfm/)) for photogrammetry, installing is not for the faint of heart (see eg. [this for Ubuntu](http://www.10flow.com/2012/08/15/building-visualsfm-on-ubuntu-12-04-precise-pangolin-desktop-64-bit/)). The notebook linked at the start of this chapter uses [Meshroom from AliceVision](https://alicevision.org/) as a command-line interface to a Google-provided GPU, and is worth exploring. But if you would like to try something on your own machine, Roman Hiestand built a graphical user interface around a series of open-source modules that, when combined in a workflow, enables you to experiment with photogrammetry. With a bit of hacking, we can also make it work with photographs taken from smartphone or tablet.
3941

4042
Download and install the relevant version of [Regard3d](http://www.regard3d.org/) for your operating system.
4143

04.2-3d-printing.rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ The system that we're going to build will look something like this:
7171
![DIY Fieldwork Database Diagram](images/DIYDatabaseDiagram.png)
7272

7373
It consists of:
74+
7475
- a local network generated and managed by a wireless router
7576
- a Raspberri Pi mini-computer upon which the database will reside and be served to other devices across the network
7677
- the software configured to host the database and ensure that the data is secured and backed up
@@ -597,6 +598,5 @@ Please refer to [this resource](https://www.raspberrypi.org/magpi/samba-file-ser
597598
### Discussion
598599
These guides and workflows are meant to emphasize the open-ended opportunities that 3D printing and low-power portable computing afford. They are not definitive instructions to be copied and pasted to obtain the same result, but instead should be considered as ideas to tinker with. To meet the expectations of stakeholders involved in a project, it will be necessary to read the room and get others involved in the making process, in ways that meet their needs and capabilities. The maker community is generally very friendly supportive; help is only a google search away.
599600

600-
### Further Reading
601-
[bibliography / reading list goes here]
601+
602602

book/about-the-authors.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
</ul></li>
134134
<li class="chapter" data-level="" data-path="welcome.html"><a href="welcome.html"><i class="fa fa-check"></i>Welcome!</a></li>
135135
<li class="chapter" data-level="1" data-path="going-digital.html"><a href="going-digital.html"><i class="fa fa-check"></i><b>1</b> Going Digital</a><ul>
136-
<li class="chapter" data-level="1.0.1" data-path="going-digital.html"><a href="going-digital.html#further-reading"><i class="fa fa-check"></i><b>1.0.1</b> Further Reading</a></li>
136+
<li class="chapter" data-level="" data-path="going-digital.html"><a href="going-digital.html#further-reading"><i class="fa fa-check"></i>Further Reading</a></li>
137137
<li class="chapter" data-level="1.1" data-path="so-what-is-digital-archaeology.html"><a href="so-what-is-digital-archaeology.html"><i class="fa fa-check"></i><b>1.1</b> So what is Digital Archaeology?</a><ul>
138138
<li class="chapter" data-level="1.1.1" data-path="so-what-is-digital-archaeology.html"><a href="so-what-is-digital-archaeology.html#a-distant-view"><i class="fa fa-check"></i><b>1.1.1</b> A distant view</a></li>
139139
<li class="chapter" data-level="1.1.2" data-path="so-what-is-digital-archaeology.html"><a href="so-what-is-digital-archaeology.html#is-digital-archaeology-part-of-the-digital-humanities"><i class="fa fa-check"></i><b>1.1.2</b> Is digital archaeology part of the digital humanities?</a></li>
@@ -280,7 +280,6 @@
280280
<li class="chapter" data-level="4.2.2" data-path="d-printing-raspberry-pi-and-maker-archaeology.html"><a href="d-printing-raspberry-pi-and-maker-archaeology.html#d-printing---a-workflow"><i class="fa fa-check"></i><b>4.2.2</b> 3d Printing - a Workflow</a></li>
281281
<li class="chapter" data-level="4.2.3" data-path="d-printing-raspberry-pi-and-maker-archaeology.html"><a href="d-printing-raspberry-pi-and-maker-archaeology.html#using-raspberry-pi-in-the-field"><i class="fa fa-check"></i><b>4.2.3</b> Using Raspberry Pi in the Field</a></li>
282282
<li class="chapter" data-level="4.2.4" data-path="d-printing-raspberry-pi-and-maker-archaeology.html"><a href="d-printing-raspberry-pi-and-maker-archaeology.html#discussion-2"><i class="fa fa-check"></i><b>4.2.4</b> Discussion</a></li>
283-
<li class="chapter" data-level="4.2.5" data-path="d-printing-raspberry-pi-and-maker-archaeology.html"><a href="d-printing-raspberry-pi-and-maker-archaeology.html#further-reading-9"><i class="fa fa-check"></i><b>4.2.5</b> Further Reading</a></li>
284283
</ul></li>
285284
<li class="chapter" data-level="4.3" data-path="place-based-interpretation-with-locative-augmented-reality.html"><a href="place-based-interpretation-with-locative-augmented-reality.html"><i class="fa fa-check"></i><b>4.3</b> Place-based Interpretation with Locative Augmented Reality</a><ul>
286285
<li class="chapter" data-level="4.3.1" data-path="place-based-interpretation-with-locative-augmented-reality.html"><a href="place-based-interpretation-with-locative-augmented-reality.html#projection-mapping"><i class="fa fa-check"></i><b>4.3.1</b> Projection Mapping</a></li>

book/archaeogaming.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
</ul></li>
134134
<li class="chapter" data-level="" data-path="welcome.html"><a href="welcome.html"><i class="fa fa-check"></i>Welcome!</a></li>
135135
<li class="chapter" data-level="1" data-path="going-digital.html"><a href="going-digital.html"><i class="fa fa-check"></i><b>1</b> Going Digital</a><ul>
136-
<li class="chapter" data-level="1.0.1" data-path="going-digital.html"><a href="going-digital.html#further-reading"><i class="fa fa-check"></i><b>1.0.1</b> Further Reading</a></li>
136+
<li class="chapter" data-level="" data-path="going-digital.html"><a href="going-digital.html#further-reading"><i class="fa fa-check"></i>Further Reading</a></li>
137137
<li class="chapter" data-level="1.1" data-path="so-what-is-digital-archaeology.html"><a href="so-what-is-digital-archaeology.html"><i class="fa fa-check"></i><b>1.1</b> So what is Digital Archaeology?</a><ul>
138138
<li class="chapter" data-level="1.1.1" data-path="so-what-is-digital-archaeology.html"><a href="so-what-is-digital-archaeology.html#a-distant-view"><i class="fa fa-check"></i><b>1.1.1</b> A distant view</a></li>
139139
<li class="chapter" data-level="1.1.2" data-path="so-what-is-digital-archaeology.html"><a href="so-what-is-digital-archaeology.html#is-digital-archaeology-part-of-the-digital-humanities"><i class="fa fa-check"></i><b>1.1.2</b> Is digital archaeology part of the digital humanities?</a></li>
@@ -280,7 +280,6 @@
280280
<li class="chapter" data-level="4.2.2" data-path="d-printing-raspberry-pi-and-maker-archaeology.html"><a href="d-printing-raspberry-pi-and-maker-archaeology.html#d-printing---a-workflow"><i class="fa fa-check"></i><b>4.2.2</b> 3d Printing - a Workflow</a></li>
281281
<li class="chapter" data-level="4.2.3" data-path="d-printing-raspberry-pi-and-maker-archaeology.html"><a href="d-printing-raspberry-pi-and-maker-archaeology.html#using-raspberry-pi-in-the-field"><i class="fa fa-check"></i><b>4.2.3</b> Using Raspberry Pi in the Field</a></li>
282282
<li class="chapter" data-level="4.2.4" data-path="d-printing-raspberry-pi-and-maker-archaeology.html"><a href="d-printing-raspberry-pi-and-maker-archaeology.html#discussion-2"><i class="fa fa-check"></i><b>4.2.4</b> Discussion</a></li>
283-
<li class="chapter" data-level="4.2.5" data-path="d-printing-raspberry-pi-and-maker-archaeology.html"><a href="d-printing-raspberry-pi-and-maker-archaeology.html#further-reading-9"><i class="fa fa-check"></i><b>4.2.5</b> Further Reading</a></li>
284283
</ul></li>
285284
<li class="chapter" data-level="4.3" data-path="place-based-interpretation-with-locative-augmented-reality.html"><a href="place-based-interpretation-with-locative-augmented-reality.html"><i class="fa fa-check"></i><b>4.3</b> Place-based Interpretation with Locative Augmented Reality</a><ul>
286285
<li class="chapter" data-level="4.3.1" data-path="place-based-interpretation-with-locative-augmented-reality.html"><a href="place-based-interpretation-with-locative-augmented-reality.html#projection-mapping"><i class="fa fa-check"></i><b>4.3.1</b> Projection Mapping</a></li>

0 commit comments

Comments
 (0)