-
Notifications
You must be signed in to change notification settings - Fork 0
/
datasets.html
30 lines (28 loc) · 1.09 KB
/
datasets.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
---
---
{% include header.html %}
<!-- MAIN CONTENT -->
<article>
<section>
<div id="page-container">
<div class="row" id="datasets-container">
<div class="container">
<div class="row section" id="data">
<div class="col-xs-12">
<h2>Datasets</h2>
<div class="col-xs-6 list-group-item">
<a href="https://graph.irail.be/sncb/connections/" target="_blank">Belgian railway company</a><br/>
A dataset for the Belgian railway company hosted by <a href="https://hello.irail.be">the iRail non profit organization</a>.
</div>
<div class="col-xs-6 list-group-item">
<a href="#">Your dataset?</a><br/>
<i>Add your dataset <a href="https://github.com/linkedconnections/website">by pull request</a>.</i>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</article>
{% include footer.html %}