Skip to content

Commit bf4deaf

Browse files
committed
update index and readme
1 parent 3a8e6f1 commit bf4deaf

File tree

2 files changed

+59
-17
lines changed

2 files changed

+59
-17
lines changed

README.md

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# Workshop: Building Web Maps with Leaflet
2+
3+
_[UC Davis DataLab](https://datalab.ucdavis.edu/)_
4+
_Winter 2022_
5+
_Instructor: Michele Tobias <<[email protected]>>_
6+
7+
* [Reader](https://ucdavisdatalab.github.io/workshop_web_maps/)
8+
* [Event Page](https://datalab.ucdavis.edu/eventscalendar/)
9+
10+
# Description
11+
In this workshop, attendees will be introduced to building an interactive web map to display spatial data using the Leaflet javascript library.
12+
13+
## Learning Objectives
14+
In this workshop, attendees will learn
15+
16+
* Introductory HTML skills, in particular, the tags that are most commonly used to format text on a webpage
17+
* How to load javascript libraries into a web page
18+
* An introduction to the Leaflet javascript library
19+
* Where to get additional help with HTML and Leaflet
20+
* Best practices for communicating data distributions with a web map
21+
22+
## Skills
23+
In this workshop, participants will be introduced to the following skills:
24+
25+
* HTML
26+
* Javascript
27+
* Leaflet Javascript Library
28+
29+
## Prerequisites
30+
Learners should have a basic understanding of spatial data formats such as vector and raster data, as well as experience with any coding language. Learners with previous experience with coding in HTML and javascript will have an easier time learning, but these skills are not required.
31+
132
# Template: Workshop Reader
233

334
This repository is a template for workshop readers for the UC Davis DataLab.
@@ -56,16 +87,7 @@ repo:
5687
7. `git add` all changed files, then `git commit` and `git push`.
5788
5889
59-
# Workshop: YOUR WORKSHOP TITLE
60-
61-
_[UC Davis DataLab](https://datalab.ucdavis.edu/)_
62-
_Spring 2021_
63-
_Instructor: YOUR NAME <<[email protected]>>_
64-
65-
* [Reader](https://ucdavisdatalab.github.io/YOUR_REPOSITORY/)
66-
* [Event Page](https://datalab.ucdavis.edu/eventscalendar/YOUR_EVENT/)
6790
68-
YOUR DESCRIPTION, LEARNING GOALS, PREREQUISITES, ETC
6991
7092
7193
## Contributing

index.Rmd

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: YOUR WORKSHOP TITLE
3-
author: [YOUR NAME]
2+
title: Building Web Maps with Leaflet
3+
author: Dr. Michele Tobias
44
date: "`r Sys.Date()`"
55

6-
github-repo: ucdavisdatalab/YOUR_REPO
7-
url: "https://ucdavisdatalab.github.io/YOUR_REPO/"
6+
github-repo: ucdavisdatalab/workshop_web_maps
7+
url: https://ucdavisdatalab.github.io/workshop_web_maps/"
88

99
site: "bookdown::bookdown_site"
1010
knit: "bookdown::render_book"
@@ -16,13 +16,33 @@ output:
1616
<li><a href="https://datalab.ucdavis.edu/">
1717
<img src="https://datalab.ucdavis.edu/wp-content/uploads/2019/07/datalab-logo-full-color-rgb-1.png" style="height: 100%; width: 100%; object-fit: contain" />
1818
</a></li>
19-
<li><a href="./" style="font-size: 18px">YOUR WORKSHOP TITLE</a></li>
19+
<li><a href="./" style="font-size: 18px">Building Web Maps with Leaflet</a></li>
2020
collapse: section
2121
sharing: no
22-
view: https://github.com/ucdavisdatalab/YOUR_REPO/blob/master/%s
23-
edit: https://github.com/ucdavisdatalab/YOUR_REPO/edit/master/%s
22+
view: https://github.com/ucdavisdatalab/workshop_web_maps/blob/master/%s
23+
edit: https://github.com/ucdavisdatalab/workshop_web_maps/edit/master/%s
2424
---
2525

2626
# Overview {-}
2727

28-
YOUR DESCRIPTION, LEARNING GOALS, PREREQUISITES, ETC
28+
# Description
29+
In this workshop, attendees will be introduced to building an interactive web map to display spatial data using the Leaflet javascript library.
30+
31+
## Learning Objectives
32+
In this workshop, attendees will learn
33+
34+
* Introductory HTML skills, in particular, the tags that are most commonly used to format text on a webpage
35+
* How to load javascript libraries into a web page
36+
* An introduction to the Leaflet javascript library
37+
* Where to get additional help with HTML and Leaflet
38+
* Best practices for communicating data distributions with a web map
39+
40+
## Skills
41+
In this workshop, participants will be introduced to the following skills:
42+
43+
* HTML
44+
* Javascript
45+
* Leaflet Javascript Library
46+
47+
## Prerequisites
48+
Learners should have a basic understanding of spatial data formats such as vector and raster data, as well as experience with any coding language. Learners with previous experience with coding in HTML and javascript will have an easier time learning, but these skills are not required.

0 commit comments

Comments
 (0)