blob: 0ad8191582a858b8a9e388452debe4ba94f7f9fd (
plain)
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
|
<html>
<head>
<title>
HDF5 - The Next Generation of the HDF library & tools
</title>
</head>
<BODY BGCOLOR="#ffffff">
<!-- BEGIN MAIN BODY -->
<!--
<img border=0 src="NCSAfooterlogo.gif" width=78 height=27 alt="NCSA">
-->
<center>
<br>
<h1><img src="hdf2.jpg" alt="HDF Logo" align=left> HDF5 - A New Generation of HDF <br><font size=-1>The Hierarchical Data Format</font></H1>
</center>
<hr>
<CENTER>
<table border=0 width=90%>
<tr><td rowspan=2 bgcolor="#BBFFFF" valign=top align=left width=25%>
<center><h3>HDF Links at NCSA</h3></center>
<dl>
<dt><a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
<dd>Email to HDF Technical Support
<p>
<dt><A HREF="http://hdf.ncsa.uiuc.edu">HDF Home Page</A>
<!--
<dt><A HREF="http://hdf.ncsa.uiuc.edu/HDF5">The HDF5 Home Page</A>
<dt><A HREF="http://hdf.ncsa.uiuc.edu/products.html">HDF Products</A>
-->
<p>
<dt><A HREF="http://hdf.ncsa.uiuc.edu/newsletters.html">HDF Newsletters</A>
<dd>News about HDF and HDF5
<p>
<dt><A HREF="ftp://hdf.ncsa.uiuc.edu/pub/dist/HDF5/">HDF5 FTP Archives</A>
<dd>HDF5 source code archives
</dl>
</td><td bgcolor="#FFFFFF" width=4%>
</td><td bgcolor="#BBFFFF" valign=top align=left width=61%>
<center><h3>HDF5 Documentation</h3></center>
<dl>
<dt><A HREF="H5.intro.html">An Introduction to HDF5</A>
<dd>An introduction to HDF5 programming and an overview of
the design goals behind the HDF5 library and file format
<dt><A HREF="H5.user.html">HDF5 User's Guide</A>
<dd>A collection of chapters on the main HDF5 APIs and
other supporting information
<dt><A HREF="RM_H5Front.html">HDF5 Reference Manual</A>
<dd>A complete reference manual for the HDF5 API
<dt><A HREF="H5.format.html">HDF5 Format Specification</A>
<dd>The complete specification of the HDF5 file format
</dl>
</td></tr><tr><td bgcolor="#FFFFFF">
</td><td bgcolor="#BBFFFF" valign=top align=left>
<dl>
<dt><A HREF="ph5design.html">Parallel HDF5 Design</A>
<dd>The design specification of the parallel HDF5 API and
an example program
<dt><A HREF="ph5implement.txt">Parallel HDF5 Implementation</A>
<dd>The current status of implmentation of the parallel HDF5 API
</dl>
</td></tr>
<tr><td bgcolor="#BBFFFF" valign=top align=left>
<center><i>(Internet links)</i></center>
</td><td bgcolor="#FFFFFF">
</td><td bgcolor="#BBFFFF" valign=top align=left>
<center><i>(Local links)</i></center>
</table>
</CENTER>
<!-- BEGIN FOOTER INFO -->
<P><hr>
<font face="arial,helvetica" size="-1">
<a href="http://www.ncsa.uiuc.edu/">
<img border=0 src="NCSAfooterlogo.gif" width=78 height=27 alt="NCSA Logo"><br>
The National Center for Supercomputing Applications</A><br>
<a href="http://www.uiuc.edu/">University of Illinois
at Urbana-Champaign</a>
<p>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
<!-- hhmts start -->
Last modified: 16 Sept 1998
<!-- hhmts end -->
</font>
</body>
</html>
|