-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (40 loc) · 2.23 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
---
layout: default
---
<div id="container">
<div class="leftcolumn">
<a href="http://www.ipgp.fr">
<img src="images/ipgp.png" width=100% />
</a>
<a href="https://github.com/IPGP" id="view-on-github" class="button"><span>View on GitHub</span></a>
<a href="https://gitter.im/IPGP/Organisation?utm_source=share-link&utm_medium=link&utm_campaign=share-link">
<img src="https://badges.gitter.im/IPGP/Organisation.svg">
</a>
</div>
<div class="centercolumn">
<h2>
<a id="description" class="anchor" href="description" aria-hidden="true"></a>The GitHub organisation of IPGP</h2>
<p>
The <a href="http://www.ipgp.fr">Institut de Physique du Globe de Paris (IPGP)</a> created a <a href="https://github.com/IPGP">GitHub organisation</a> in order to promote the open-source work of its collaborators. The aim of this organisation is to help the dissemination, in the Earth science community, of source codes produced at IPGP.
<h3>
<a id="how-to" class="anchor" href="how-to" aria-hidden="true"></a>How to participate</h3>
<p>
If you are an employee of IPGP please visit <a href:"https://github.com/IPGP/coordination/"> this repository</a>, to learn how you can join the organisation and share your own code. If you are not an employee of IPGP, feel free to download, fork, pull-request or raise an issue on any of our repositories and don't forget to cite the work is you use for academic work.</p>
<h3>
<a id="repositories" class="anchor" href="repositories" aria-hidden="true"></a>Repositories of IPGP on GitHub</h3>
<p>
<ul>
{% for repository in site.github.public_repositories %}
{% if repository.name != 'coordination' and repository.name != 'IPGP.github.io' %}
<li> <a id={{ repository.name }} class="anchor" href={{ repository.html_url }} aria-hidden="true">{{ repository.name | downcase }}</a>
<ul style="list-style-type:none">
<li> {{repository.description}}
</li>
</ul>
</li>
{% endif %}
{% endfor %}
</ul>
</p>
</div>
</div>