forked from MarconiLab/training-courses
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
70 lines (64 loc) · 1.8 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Training courses, Franck Albinet</title>
<style>
body {
font-family: monaco, Consolas, "Lucida Console", monospace;
margin-left: auto;
margin-right: auto;
width: 860px;
font-size: 100%;
}
h2 {
padding-bottom: 10px;
margin-top: 80px;
border-bottom: 1px solid #555;
}
h3 {
margin-bottom: 40px;
}
h4 {
font-style: italic;
}
.course-content {
margin-left: 20px;
}
a {
color: #4078c0;
font-size: 90%;
}
</style>
</head>
<body>
<h1>TRAINING COURSES</h1>
<h2>GIS & DATA ANALYSIS</h2>
<h3>Environmental Mapping</h3>
<div class="course-content">
<h4>ICTP-IAEA Workshop on Environmental Mapping: Mobilising Trust in Measurements and Engaging Scientific Citizenry, Trieste, March 2017</h4>
<ul>
<li>
<a href="https://github.com/franckalbinet/training-courses/blob/gh-pages/gis/ictp/smr2858/src/agenda.md">QGIS & CARTO (Agenda & labs) </a>
</li>
<li>
<a href="https://github.com/franckalbinet/training-courses/blob/gh-pages/gis/ictp/smr2858/src/agenda-python.md">Python Intro. (Agenda & labs)</a>
</li>
<li>
<a href="https://github.com/franckalbinet/training-courses/blob/gh-pages/gis/ictp/downloads/">Downloads</a>
</li>
</ul>
</div>
<h3>Animal Health</h3>
<div class="course-content">
<h4>Regional Training Course on GIS Mapping in Support of Livestock Diseases and Vaccination Monitoring, Accra, Oct. 2016</h4>
<ul>
<li>
<a href="https://github.com/franckalbinet/training-courses/blob/gh-pages/gis/animal-health/ghana-2016/src/agenda.md">Agenda & labs</a>
</li>
<li>
<a href="https://github.com/franckalbinet/training-courses/blob/gh-pages/gis/animal-health/downloads/gis_ghana_course_animal_health.zip">Downloads</a>
</li>
</ul>
</div>
</body>
</html>