-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·40 lines (35 loc) · 1.33 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
---
layout: about
title: ""
permalink: /
---
<style>
ul {
color:#999
}
ul>li {
color:#999
}
</style>
<div class="container mtb">
<div class="row" style="margin-top:100px">
<div class="col-lg-5">
<img class="img-responsive" src="{{ site.baseurl }}/{{ site.logo }}"" alt="">
</div>
<div class="col-lg-7">
<h3 style="color:#777">Research Software Encyclopedia Database</h3>
<p>Welcome! This is a simplified view of the <a href="https://rseng.github.io/software" target="_blank">research software encyclopedia software database</a> that is updated weekly. Here you can browse <a href="{{ site.baseurl }}/software/">software</a> or <a href="{{ site.baseurl }}/tags/">topics</a>. If you have any questions please don't hesitate to <a href="https://github.com/rseng/web/issues" target="_blank">open an issue</a>. This meta-database is provided to allow a programmatic means for studying research software. Thanks for stopping by!
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
</div>
<div class="col-md-5" style="margin-right:20px">
<a class="btn btn-theme"
href="{{ site.baseurl }}/api/data.json"
role="button"
style="margin-left:10px;">Software JSON</a>
</div>
</div>
</div><! --/container -->