-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
99 lines (99 loc) · 4.87 KB
/
about.html
File metadata and controls
99 lines (99 loc) · 4.87 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?xml version="1.0" encoding="UTF-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-at="content" data-template-with="templates/page.html">
<div class="row">
<div class="col-md-6">
<h2 id="changelog">ChangeLog</h2>
<!-- jmmc-about:changelog is called by page.html template -->
Current version: <span data-template="jmmc-about:version"/> (<span data-template="jmmc-about:status"/>)
<br/>
Deployed on: <span data-template="jmmc-about:deployed"/>
<div data-template="helpers:each" data-template-from="changes" data-template-to="change">
<div>
<hr/>
<div>
<b>Version <span data-template="jmmc-about:change-version"/>
</b>
</div>
<div data-template="jmmc-about:change"/>
</div>
</div>
</div>
<div class="col-md-6">
<h2 id="credits">Credits</h2>
<ul>
<li>VO Tools:
<ul>
<li>
<a href="https://github.com/gmantele/taplib/">TAPlib</a> for the underlying <abbr title="Table Access Protocol">TAP</abbr> engine</li>
<li>
<a href="https://github.com/astrojs/sampjs/">SampJS</a> library for VO interprocess communication</li>
<li>
<a href="http://voar.jmmc.fr">AppLauncher's web registry </a> for VO application listing</li>
</ul>
</li>
<li>Remote services:
<ul>
<li>
<a href="http://cds.u-strasbg.fr/cgi-bin/Sesame">SESAME / CDS</a> name resolver</li>
<li>
<a href="http://simbad.u-strasbg.fr/simbad/">SIMBAD / CDS</a> target database</li>
<li>
<a href="http://archive.eso.org">ESO ARCHIVE</a> portal</li>
</ul>
</li>
<li>JMMC: oitools, <a href="http://www.jmmc.fr/oifitsexplorer">OIFitsViewer</a>
</li>
<li id="datasources">Datasources:
<ul>
<li>
<a href="http://ipag.osug.fr/pionier">PIONIER</a>
</li>
<li>
<a href="https://www-n.oca.eu/vega/en/present/index.htm">VEGA</a>
</li>
<li>
<a href="http://www.chara.gsu.edu/index.html">CHARA</a>
</li>
<li>
<a href="http://vizier.u-strasbg.fr">VizieR / CDS</a>
</li>
<li> and deposits of dataPis</li>
</ul>
</li>
<li>This web portal is powered by <a href="http://exist-db.org/">eXist-db</a> running on OSUG's Kubernetes clusters and goes through JMMC's HAProxy. We use Bootstrap and thanks to web developers:
<ul>
<li>Bootstrap <a href="https://github.com/eternicode/bootstrap-datepicker">Datepicker</a>
</li>
<li>Bootstrap <a href="https://github.com/davidstutz/bootstrap-multiselect">Multiselect</a>
</li>
<li>Bootstrap <a href="https://github.com/TimSchlechter/bootstrap-tagsinput">Tagsinput</a>
</li>
<li>Bootstrap <a href="https://github.com/bassjobsen/Bootstrap-3-Typeahead">Typeahead</a>
</li>
</ul>
</li>
<li>
<a href="http://www.jmmc.fr/jmmc_groups.htm#oidbgroup">OiDB working group</a>
</li>
<li>Hosting:
<ul>
<li>
<a href="http://www.univ-grenoble-alpes.fr/">Université Grenoble Alpes</a>
</li>
<li>
<a href="http://www.osug.fr/">Observatoire de Grenoble</a> - <a href="http://datacenter.osug.fr/">OSUG-DC</a>
</li>
</ul>
</li>
<li>Fundings:<ul>
<li>
<a href="http://www.insu.cnrs.fr">CNRS / INSU</a>
</li>
<li>Supported by the European Commission's FP7 Capacities programme ( Grant Agreement Number 312430 )</li>
<!-- -->
</ul>
</li>
</ul>
</div>
</div>
</div>