forked from astrocatalogs/astrocats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathduplicates.html
36 lines (36 loc) · 1.65 KB
/
duplicates.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
<table id="example" class="display" cellspacing="0" width="100%">
<thead>
<tr>
<th class="check" title=""></th>
<th class="name1" title="First Name">First Name</th>
<th class="name2" title="Second Name">Second Name</th>
<th class="ra1" title="J2000 Right Ascension (h:m:s) of Primary Name">First R.A.</th>
<th class="dec1" title="J2000 Declination (d:m:s)">First Dec.</th>
<th class="ra2" title="J2000 Right Ascension (h:m:s)">Second R.A.</th>
<th class="dec2" title="J2000 Declination (d:m:s)">Second Dec.</th>
<th class="distdeg" title="Distance (arcseconds)">Dist. (")</th>
<th class="diffyear" title="Time of Discovery Difference (days)">Δt<sub>max</sub></th>
<th class="google" title=""></th>
<th class="aredupes" title=""></th>
<th class="notdupes" title=""></th>
<th class="responsive" title=""></th>
</tr>
</thead>
<tfoot>
<tr>
<th class="check" title=""></th>
<th class="name1" title="First Name">First Name</th>
<th class="name2" title="Second Name">Second Name</th>
<th class="ra1" title="J2000 Right Ascension (h:m:s) of Primary Name">First R.A.</th>
<th class="dec1" title="J2000 Declination (d:m:s)">First Dec.</th>
<th class="ra2" title="J2000 Right Ascension (h:m:s)">Second R.A.</th>
<th class="dec2" title="J2000 Declination (d:m:s)">Second Dec.</th>
<th class="distdeg" title="Distance (arcseconds)">Dist. (")</th>
<th class="diffyear" title="Time of Discovery Difference (days)">Δt<sub>max</sub></th>
<th class="google" title=""></th>
<th class="aredupes" title=""></th>
<th class="notdupes" title=""></th>
<th class="responsive" title=""></th>
</tr>
</thead>
</table>