-
Notifications
You must be signed in to change notification settings - Fork 0
/
irss-2021.html
191 lines (179 loc) · 6.83 KB
/
irss-2021.html
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IRSS Presentation - UBC Library GIS</title>
<!-- Latest Bootstrap CSS 3.3.7 compiled and minified CSS -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous"
/>
<!-- Font Awesome CDN -->
<link
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"
rel="stylesheet"
integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1"
crossorigin="anonymous"
/>
<!-- Roboto from Google Fonts: https://fonts.google.com/specimen/Roboto -->
<link
href="https://fonts.googleapis.com/css?family=Roboto"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/styles.css?v=1.0" />
<!--[if lte IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<p class="browserupgrade">
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve
your experience.
</p>
<![endif]-->
</head>
<body>
<header>
<div class="container">
<div class="row">
<div>
<div class="jumbotron">
<h2>IRSS Presentation - UBC Library GIS</h2>
<div style="position:relative;">
<div style="padding:56.25% 0 0 0;position:relative;">
<iframe
src="https://player.vimeo.com/video/584711950?badge=0&autopause=0&player_id=0&app_id=58479"
frameborder="0"
allow="autoplay; fullscreen; picture-in-picture"
allowfullscreen
style="position:absolute;top:0;left:0;width:100%;height:100%;"
title="IRSS-2021.mp4"
></iframe>
</div>
<script src="https://player.vimeo.com/api/player.js"></script>
</div>
<script src="https://player.vimeo.com/api/player.js"></script>
<p>Links mentioned in the video:</p>
<ul>
<li>
<a href="https://www.planet.com/products/monitoring/"
>Planet Imagery and Archive product page</a
>
</li>
<li>
<a href="https://www.planet.com/products/basemap/"
>Planet Basemaps product page</a
>
</li>
<li>
<a
href="https://researchcommons.library.ubc.ca/planet-imagery/"
>Planet/UBC account request form</a
>
</li>
<li>
<a href="https://abacus.library.ubc.ca/"
>Abacus (UBC Library's licensed data repository)</a
>
</li>
<li><a href="https://www.dmtispatial.com/">DMTI Spatial</a></li>
<li>
<a href="https://hdl.handle.net/11272.1/AB2/FHWOBD"
>Abacus - DMTI's CanMap Content Suite</a
>
</li>
<li>
<a href="https://hdl.handle.net/11272.1/AB2/IWMYK"
>Abacus - DMTI's Clutter Data</a
>
</li>
<li>
<a href="https://www.bcassessment.ca/">BC Assessment</a>
</li>
<li>
<a href="https://hdl.handle.net/11272.1/AB2/LAPUAB"
>Abacus - BC Assessment</a
>
</li>
<li>
<a href="https://hdl.handle.net/11272.1/AB2/IZYOO3"
>Abacus - TRIM</a
>
</li>
<li>
<a
href="https://abacus.library.ubc.ca/dataverse/abacus?q=&fq1=keywordValue_ss%3A%22Geospatial%22&fq0=dvObjectType%3A%28dataverses+OR+datasets%29&types=dataverses%3Adatasets&sort=dateSort&order="
>Abacus - All "geospatial" files</a
>
</li>
<li>
<a href="https://www.frdr-dfdr.ca/repo/"
>Federated Research Data Repository (FRDR)</a
>
</li>
<li>
<a href="https://geo.frdr-dfdr.ca/?locale=en">Geodisy</a>
</li>
<li>
<a
href="https://dataverse.scholarsportal.info/dataverse/UBC_MGEM"
>Master of Geomatics for Environmental Management
Dataverse</a
>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div role="main">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6">
<p>
Get in touch:
<a href="mailto:[email protected]">[email protected]</a> |
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
</div>
</div>
<footer>
<!-- jQuery CDN – Latest Stable Versions 2.2.4 -->
<script
src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
crossorigin="anonymous"
></script>
<!-- Latest Bootstrap JavaScript 3.3.7 compiled and minified JavaScript -->
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"
></script>
<!-- concatenate and minify for production -->
<script src="js/scripts.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b, o, i, l, e, r) {
b.GoogleAnalyticsObject = l;
b[l] ||
(b[l] = function() {
(b[l].q = b[l].q || []).push(arguments);
});
b[l].l = +new Date();
e = o.createElement(i);
r = o.getElementsByTagName(i)[0];
e.src = "https://www.google-analytics.com/analytics.js";
r.parentNode.insertBefore(e, r);
})(window, document, "script", "ga");
ga("create", "UA-XXXXX-X", "auto");
ga("send", "pageview");
</script>
</footer>
</body>
</html>