-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfieldwork.qmd
More file actions
95 lines (63 loc) · 2.64 KB
/
Copy pathfieldwork.qmd
File metadata and controls
95 lines (63 loc) · 2.64 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
---
title: "Fieldwork"
filters:
- lightbox
lightbox: auto
freeze: auto
---
These are a selection of photos from places at which I have had the immense privilege to work.
## Santa Barbara Coastal Long-Term Ecological Research sites, California
::: {layout="[[1, 1, 1, 1]]"}
{group="SBC"
description="Kelp off Isla Vista Reef, Summer 2021."}
{group="SBC"
description="Kelp off Mohawk Reef, Summer 2021."}
{group="SBC"
description="Kelp off Mohawk Reef, Summer 2021."}
{group="SBC"
description="White Shark off Carpinteria Reef, Summer 2021."}
:::
## Coto Brus canton, Costa Rica
::: {layout="[[1], [1, 1, 1]]"}
{group="CR"
description="View of Loma Linda farm, Spring 2022."}
{group="CR"
description="Measuring seedlings, Spring 2022."}
{group="CR"
description="Freshly constructed seedling cage, Spring 2022."}
{group="CR"
description="Seedlings in cage, Summer 2022."}
:::
## Tejon Ranch Conservancy, California
::: {layout="[[1, 1, 1, 1]]"}
{group="Tejon"
description="Michelle during one of our breaks sampling vegetation, Spring 2017."}
{group="Tejon"
description="Holly, Michelle, and Devyn sampling soil for Bui et al. 2020, Spring 2018."}
{group="Tejon"
description="Deer amongst oak trees, Summer 2016."}
{group="Tejon"
description="Bella, Devyn, Carina, and me, Summer 2016."}
:::
## Santa Barbara Island, California
::: {layout="[[1], [1, 1]]"}
{group="SBI"
description="View out the researcher cabin."}
{group="SBI"
description="Cove."}
{group="SBI"
description="Western Gull chick."}
:::
## Palmyra Atoll, USA
::: {layout="[[1], [1, 1, 1]]"}
{group="Palmyra"
description="Glassy lagoon."}
{group="Palmyra"
description="Coconut and hermit crabs eating a tagged coconut for Miller-ter Kuile 2020."}
{group="Palmyra"
description="Me with Berlese funnels I sewed."}
{group="Palmyra"
description="Manta Ray at the dock."}
:::
## Code note
This gallery is made with the [Lightbox extension](https://github.com/quarto-ext/lightbox). The code for this page is [here](https://github.com/an-bui/website/blob/main/fieldwork.qmd). I was also struggling with file paths, so all my images are in the "images" folder in the directory (no subfolders).