-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #90.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,17 +37,17 @@ contact_email: [email protected] | |
standard_update_date: 2018-02-06 | ||
version: 1.1.0 | ||
description: | | ||
<p>OpenPMD provides naming and attribute conventions that allow the exchange | ||
of particle and mesh based data from scientific simulations and experiments. | ||
The primary goal is to define a minimal set/kernel of meta information that | ||
enables the sharing and exchange of data to achieve</p> | ||
<p>The openPMD standard provides naming and attribute conventions that allow | ||
the exchange of particle and mesh based data from scientific simulations and | ||
experiments. The primary goal is to define a minimal set/kernel of meta | ||
information that enables the sharing and exchange of data to achieve.</p> | ||
<ul> | ||
<li>portability between various applications and differing algorithms;</li> | ||
<li>a unified open-access description for scientific data (publishing and archiving);</li> | ||
<li>a unified description for post-processing, visualization and analysis.</li> | ||
</ul> | ||
<p>OpenPMD suits any kind of hierarchical, self-describing data format, such | ||
as, but not limited to ADIOS1 (BP3), ADIOS2 (BP4), HDF5, JSON, and XML.</p> | ||
<p>The standard suits any kind of hierarchical, self-describing data format, | ||
such as, but not limited to ADIOS1 (BP3), ADIOS2 (BP4), HDF5, JSON, and XML.</p> | ||
# The following are constants: do not modify | ||
layout: standard | ||
type: standard | ||
|