forked from Geosoft2/geosoft2.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
75 lines (53 loc) · 3.76 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
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Geosoft II by Geosoft2</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>Geosoft II</h1>
<h2>Open Source code from seminars at ifgi</h2>
</header>
<section id="downloads" class="clearfix">
<a href="https://github.com/Geosoft2" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>
<hr>
<section id="main_content">
<h2><a name="welcome-to-geosoft-ii" class="anchor" href="#welcome-to-geosoft-ii"><span class="octicon octicon-link"></span></a>Welcome to GeoSoft II</h2>
<p>Geosoftware 2, or Geosoft II, is a seminar series for bachelor students at the Institute for Geoinformatics (ifgi, <a href="http://ifgi.uni-muenster.de/">http://ifgi.uni-muenster.de/</a>) in Münster. This GitHub organisation collects source code
from these seminars.</p>
<p>Contact <a href="https://github.com/nuest" class="user-mention">@nuest</a> when you want to contribute to this organisation.</p>
<hr>
<h3><a name="201516---interactivepaper" class="anchor" href="#201516---interactivepapert"><span class="octicon octicon-link"></span></a>2015/16 - Interactive scientific papers</h3>
<p>Students create a web application for exploring spatio-temporal data embedded in LaTeX documents as interactive HTML pages.</p>
<p>Teachers: <a href="https://github.com/mappl" class="user-mention">@mappl</a> <a href="https://github.com/nuest" class="user-mention">@nuest</a> <a href="https://github.com/edzer" class="user-mention">@edzer</a></p>
<p><a href="2015.html">Description of the projects</a></p>
<hr>
<h3><a name="201415---gecomment" class="anchor" href="#201415---gecomment"><span class="octicon octicon-link"></span></a>2014/15 - Ge(c)omment</h3>
<p>Students create a web application for commenting and grading any kind of geodata based on categorical ratings, free text commments, as well as spatial and temporal aspects.</p>
<p>Teachers: <a href="https://github.com/nuest" class="user-mention">@nuest</a> <a href="https://github.com/HolgerFritze" class="user-mention">@HolgerFritze</a></p>
<p><a href="2014.html">Description of the projects</a></p>
<hr>
<h3><a name="201213---visualization-of-air-quality-data" class="anchor" href="#201213---visualization-of-air-quality-data"><span class="octicon octicon-link"></span></a>2012/13 - Visualization of Air Quality Data</h3>
<p>During the winter semester 2012/13 the bachelor students worked on modelling and visualisation of air quality data based on the Air Quality Egg. The course “Geosoft II” introduces students to advanced application development (web services, user
interfaces) for geospatial data and was a perfect fit to make more out of the sensor data stream provided by more and more Air Quality Eggs.</p>
<p><a href="2012.html">Description of the projects</a></p>
</section>
<footer>
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html>