forked from OGGM/oggm.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommunity.html
More file actions
70 lines (55 loc) · 2.91 KB
/
community.html
File metadata and controls
70 lines (55 loc) · 2.91 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
70
---
layout: page
title: "Community"
description: "Users and developpers of the OGGM model"
header-img: "img/backgrounds/members.jpg"
---
<h3>Github, Open Meetings and Slack</h3>
<p>A lot of the project communication happens on <a href="https://github.com/OGGM/oggm" target="_blank">GitHub</a>.
We also have an active Slack community (<a href="mailto:info@oggm.org">reach out</a>
if you want to join in, it is open to anyone!), and we organize regular,
<a href="{{ site.baseurl }}/meetings" target="_blank">open meetings</a>.</p>
<h3>Social media</h3>
<p>Find us <a href="https://twitter.com/OGGM_org" target="_blank">on Twitter</a>!</p>
<h3>Research projects related to OGGM</h3>
(selection)
<br>
<br>
<ul>
<li><u><a href="http://marzeion.info/content/predictability-and-attribution-regional-sea-level-change-caused-glacier-mass-change"> Predictability and Attribution of Regional Sea Level Change Caused by Glacier Mass Change</a></u> (Universität Bremen)</li>
<li><u><a href="http://marzeion.info/content/ocean-ice-interaction-peripheral-greenland-glaciers"> Ocean-ice Interaction of peripheral Greenland Glaciers</a></u> (Universität Bremen)</li>
<li><u><a href="http://marzeion.info/content/projections-global-glacier-melt-under-low-end-warming-scenarios"> Projections of global glacier melt under low-end warming scenarios </a></u> (Universität Bremen)</li>
<li><u><a href="http://acinn.uibk.ac.at/research/ice-and-climate/projects/grindelwald"> The Upper Grindelwald Glacier as indicator for Holocene climate variability</a></u> (Universität Innsbruck)</li>
<li><u><a href="http://acinn.uibk.ac.at/research/ice-and-climate/projects/glacier-length"> Modelling of glacier length changes in the Alps on the base of tree-ring based temperature reconstructions for the last 2500 years</a></u> (Universität Innsbruck)</li>
<li>Modelling glacier changes over the past millennium (UC Louvain)</li>
</ul>
<h3>Network</h3>
<a href="https://cryo-tools.org/">
<img src="https://cryo-tools.org/wp-content/uploads/2017/10/cryo-tools-logo-200px.png" alt="CryTools logo">
</a>
<h3>Past and present OGGM contributors</h3>
<hr>
{% assign people = site.data.people | sort:"last_name" %}
<ul style="columns: 3; -webkit-columns: 3; -moz-columns: 3; list-style-type: none;">
{% for member in people %}
{% if member.visible %}
<li style="display: inline-block;">
<strong>{{ member.first_name }} {{ member.last_name }} </strong>
<br>
<small><i>{{ member.institution }}</i></small>
<br>
{% if member.github %}
<small>
<a href="https://github.com/{{ member.github }}" title="Github" target="_blank"><span class="fa-stack fa-lg"> <i class="fa fa-github fa-stack-1x"></i> </span></a>
</small>
{% endif %}
{% if member.url %}
<small>
<a href="{{ member.url }}" title="Google Plus" target="_blank"><span class="fa-stack fa-lg"><i class="fa fa-external-link fa-stack-1x"></i></span></a>
</small>
{% endif %}
<hr>
</li>
{% endif %}
{% endfor %}
</ul>