-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (54 loc) · 2.77 KB
/
index.html
File metadata and controls
63 lines (54 loc) · 2.77 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
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1>Artificial snow production <br> and climate</h1>
<p>A companion website to the "Transparency and communication in Earth Sciences" lecture</p>
<!-- <p><a class="btn btn-primary btn-lg" href="{{ "/docs/home/" | prepend: site.baseurl }}" role="button">Learn more</a></p> -->
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-8">
<blockquote>
<p><b>How to communicate about science? How to ensure a
transparent and reproducible scientific workflow? How to share
our data and methods in a sustainable way?</b></p>
<p>Taking "the influence of artificial snow production on climate"
as an example for a research topic, these questions have been addressed
by a group of master students and researchers at the University of
Innsbruck.</p>
<p>During the course of a semester, they used this website to
present the result of their discussions.</p>
</blockquote>
</div>
<div class="col-md-4 text-center">
<a href="https://www.uibk.ac.at/"><img src="img/uibk-logo.jpg" alt="" class="img-responsive"/></a>
</div>
</div>
<!--
<hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-pencil" aria-hidden="true"></i></h1>
<h3 class="text-center">Easy to install and publish</h3>
<p>Get started by cloning source into GitHub account of your project. Thanks to <a href="https://pages.github.com">GitHub Pages</a>,
it will be automatically compiled and published under your project's subdomain on `github.io`.
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
<h3 class="text-center">Modular Styling and Templating</h3>
<p>This template uses <a href="https://github.com/twbs/bootstrap-sass">bootstrap-sass</a> along with <a href="https://bootswatch.com/">Bootwatch themes</a>.
You can change the theme or write your custom by overwriting bootstrap sass variables for a different color set, font options, etc.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-code-fork" aria-hidden="true"></i></h1>
<h3 class="text-center">Git-based source control</h3>
<p>Leverage from Git version control system by
maintaining your documentation along with the source code; publish the page when you merge to the master branch.</p>
</div>
</div>
-->
</div>