Skip to content

Commit

Permalink
Tweaks and formating
Browse files Browse the repository at this point in the history
  • Loading branch information
steffilazerte committed Jan 17, 2024
1 parent 0d2f266 commit 724b4f4
Show file tree
Hide file tree
Showing 12 changed files with 300 additions and 225 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
.DS_Store
.quarto
Data/
*_files
*/02_range_maps_files/figure-html/*
*cache/
12 changes: 12 additions & 0 deletions 02_range_maps.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ recvs |>

## Plots

### Prepare basemaps

Next we'll plot each species range and the overlapping receivers for quality
control.

Expand All @@ -177,7 +179,17 @@ ranges <- bind_rows(
bind_cols(ranges_buffer, type = "Buffered Range"))
```


### Create range plots

Now we're ready to plot!

:::{.callout-important}
## No plots online
There are temporarily no plots in this version of the page online as we have
not yet received permission from eBird to share these in a semi-open manner.
:::

```{r}
#| fig.height: 8
#| fig.width: 10
Expand Down
6 changes: 6 additions & 0 deletions 03_basic_filters.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ title: Basic Filtering
eval: false
---

:::{.callout-note}
# Work in progress
This section needs to be formatted and finished
:::


# Setup ---------------------------------------------------------------


Expand Down
3 changes: 2 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project:
type: website
output-dir: docs
title: "Urban migration stopovers"
title: "Motus tracking of urban migration stopovers"

website:
sidebar:
Expand Down Expand Up @@ -29,6 +29,7 @@ format:
date: today
toc: true
toc-depth: 3
toc-expand: true
lightbox: auto
callout-icon: false
callout-appearance: minimal
Expand Down
6 changes: 3 additions & 3 deletions docs/00_workflow.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="author" content="Steffi LaZerte">
<meta name="dcterms.date" content="2024-01-17">

<title>Urban migration stopovers - Workflow</title>
<title>Motus tracking of urban migration stopovers - Workflow</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -97,7 +97,7 @@
<nav id="quarto-sidebar" class="sidebar collapse collapse-horizontal quarto-sidebar-collapse-item sidebar-navigation floating overflow-auto">
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<div class="sidebar-title mb-0 py-0">
<a href="./">Urban migration stopovers</a>
<a href="./">Motus tracking of urban migration stopovers</a>
<div class="sidebar-tools-main">
<a href="https://github.com/steffilazerte/urban_motus" title="" class="quarto-navigation-tool px-1" aria-label=""><i class="bi bi-github"></i></a>
</div>
Expand Down Expand Up @@ -174,7 +174,7 @@
<div id="quarto-sidebar-glass" class="quarto-sidebar-collapse-item" data-bs-toggle="collapse" data-bs-target=".quarto-sidebar-collapse-item"></div>
<!-- margin-sidebar -->
<div id="quarto-margin-sidebar" class="sidebar margin-sidebar">
<nav id="TOC" role="doc-toc" class="toc-active">
<nav id="TOC" role="doc-toc" class="toc-active" data-toc-expanded="99">
<h2 id="toc-title">On this page</h2>

<ul>
Expand Down
6 changes: 3 additions & 3 deletions docs/01_download.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="author" content="Steffi LaZerte">
<meta name="dcterms.date" content="2024-01-17">

<title>Urban migration stopovers - Download/Update Data</title>
<title>Motus tracking of urban migration stopovers - Download/Update Data</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -132,7 +132,7 @@
<nav id="quarto-sidebar" class="sidebar collapse collapse-horizontal quarto-sidebar-collapse-item sidebar-navigation floating overflow-auto">
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<div class="sidebar-title mb-0 py-0">
<a href="./">Urban migration stopovers</a>
<a href="./">Motus tracking of urban migration stopovers</a>
<div class="sidebar-tools-main">
<a href="https://github.com/steffilazerte/urban_motus" title="" class="quarto-navigation-tool px-1" aria-label=""><i class="bi bi-github"></i></a>
</div>
Expand Down Expand Up @@ -209,7 +209,7 @@
<div id="quarto-sidebar-glass" class="quarto-sidebar-collapse-item" data-bs-toggle="collapse" data-bs-target=".quarto-sidebar-collapse-item"></div>
<!-- margin-sidebar -->
<div id="quarto-margin-sidebar" class="sidebar margin-sidebar">
<nav id="TOC" role="doc-toc" class="toc-active">
<nav id="TOC" role="doc-toc" class="toc-active" data-toc-expanded="99">
<h2 id="toc-title">On this page</h2>

<ul>
Expand Down
Loading

0 comments on commit 724b4f4

Please sign in to comment.