-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path04-services.html
More file actions
69 lines (67 loc) · 1.69 KB
/
04-services.html
File metadata and controls
69 lines (67 loc) · 1.69 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
<!DOCTYPE html>
<html>
<head>
<title>Author Carpentry</title>
<link rel="stylesheet" href="css/site.css">
</head>
<body>
<header>
<a href="http://authorcarpentry.github.io"><img src="img/AClogo.jpg" alt="Author Carpentry logo"></a>
</header>
<nav>
<ul>
<li>
<a href=".">Lesson</a>
</li>
<li>
<a href="00-getting-started.html">Topic 1</a>
</li>
<li>
<a href="01-working-with-openrefine.html">Topic 2</a>
</li>
<li>
<a href="mailto:authorcarpentry@library.caltech.edu">Contact Us</a>
</li>
</ul>
</nav>
<section>
<h1 id="learning-objectives">
Learning Objectives
</h1>
<p>
<strong>Optional material, and under development</strong>
</p>
<ul>
<li>
Show call to an API, a web service (JSON example here from a locality georeferencing service)
</li>
<li>
If time, show how to parse the JSON returned from the service.
</li>
</ul>
<h1 id="lesson">
Lesson
</h1>
<h2 id="call-a-service-this-example-is-set-up-to-georeference-locality-data-but-could-use-any-service.">
Call a Service (this example is set up to georeference locality data, but could use any service).
</h2>
<ul>
<li>
For this demo, the instructor may find a web service appropriate to demonstrate.
</li>
</ul>
<p>
Previous: <a href="03-save-export.html">Saving and Exporting files and projects</a>
</p>
</section>
<footer>
<span>© Author Carpentry</span>
<span><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img
alt="Creative Commons License" style="vertical-align: middle;"
src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a></span>
<span>This work is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution
4.0 International License</a></span>
</footer>
</body>
</html>