diff --git a/index.html b/index.html index d9bd871..0a487ee 100755 --- a/index.html +++ b/index.html @@ -354,6 +354,12 @@ $(this).attr('href', 'https://mpds.io' + $(this).attr('href')); }); }*/ + window.addEventListener('hashchange', function(evt){ + var url = window.location.hash.substr(1); + if (url == 'start' || url == 'products'){ + window.location.href = 'https://mpds.io/#' + url; + } + }); }); @@ -388,7 +394,7 @@

§1. Introductory examples

Rich MPDS web-interface: plotting the results of the search as a matrix
Fig. 1. MPDS platform: plotting the results of the search as a matrix.
-

The problem which we have faced developing MPDS is that only a few users are curious. The others just have not enough time. This is very well understandable in our post-post-you-name-it times. We are sinking in the ocean of data. And one finally might still need a tutorial to dive in quickly, so here we are.

+

The problem which we have faced developing MPDS is that only a small subset of our users are really curious. The others just have not enough time. This is very well understandable in our post-post-you-name-it times. We are sinking in the ocean of data. And so if one finally needs a tutorial to dive in quickly, here we are.

Rich MPDS web-interface: using the graph to refine the search
Fig. 2. MPDS platform: using the graph to refine the search.
@@ -449,7 +455,9 @@

§3.4. Physical properties

§3.5. Chemical elements

-

Chemical elements can be typed as names or symbols (e.g. copper or Cu). Obviously, chemical elements can be combined arbitrarily in searches, using spaces, commas, or dashes as the separators. By default, equal or greater count of elements is implied, e.g. the results for Cd-O-S may contain not only Cd, O, and S, but also Tl, H, N, K etc. To restrict the elements count, the arity materials classes unary, binary, ternary, quaternary, or quinary should be added, e.g. Cd-O-S ternary.

+

Chemical elements can be typed as names or symbols (e.g. copper or Cu). Obviously, chemical elements can be combined arbitrarily in searches, using spaces, commas, or dashes as the separators. By default, equal or greater count of elements is implied, e.g. the results for Cd-O-S may contain not only Cd, O, and S, but also Tl, H, N, K, etc.

+ +

Important: to restrict the elements count, the arity materials classes unary, binary, ternary, quaternary, or quinary should be added, e.g. Cd-O-S ternary. We receive a lot of complaints that searching for e.g. aluminium yields many possible aluminium compounds, but not the pure aluminum data. Here's the solution: just add the unary class.

§3.6. Chemical formulae

@@ -483,16 +491,20 @@

§3.9. Atomic environments

More details are provided in the work of Daams et al. (1992). While searching for the atomic environments, the particular chemical symbols can be also given. In this category, the first chemical symbol given is considered as the center of the polyhedron. It makes no sense to specify any numerical coefficient nearby. The next given chemical symbol is considered as the vertex type. Here the numerical coefficient is properly supported. The center and the vertices atoms can be given together (or subdivided using the space or minus sign). The X symbol stands for any chemical element. Consider the following examples: (a) U-center, any CN, any vertices, (b) any center, any CN, Se-vertices, (c) U-center, CN = 6, O-vertices, and (d) U-center, CN = 7, any vertices.

§3.10. Bibliography

-

Since all the MPDS data were manually excerpted from the peer-reviewed articles, they are searchable by their corresponding author names, publication years, journal issues, pages, DOIs, geography etc. This information can be also used for citing. Generally citing of the MPDS is desirable, but not obligatory, as all the data have already their own publishers' citing information (DOIs etc.)

+

Since all the MPDS data were manually excerpted from the peer-reviewed articles, they are searchable by their corresponding author names, publication years, journal issues, pages, DOIs, geography etc. This information can be also used for citing. Generally citing the MPDS is desirable, but not obligatory, as all the data have already their own publishers' citing information (DOIs etc.)

+ +

Note that the MPDS data are citable per se via the permanent URLs like www.mpds.io/entry/S250002 for the entries, www.mpds.io/phase_id/7810 for the distinct phases, and www.mpds.io/article/54292 for the original source articles. Even if the publisher's minted DOI is not valid anymore, the original source article can still be referenced on MPDS. We clearly understand the importance of the valid scientific references and guarantee the stability of these URLs in future, even if our online server technology gets into a new lifecycle.

+ +

Moreover, there is a number of such unique literally lost papers which were printed many years ago, never digitized by their publishers, and eventually lost, so that only we keep the digital copy of them — plus the extracted data entries. An example of such lost paper is [20131], we wish our reader a good luck to find its printed original, not to speak about the electronic document.

§4. Administrative interface

-

Account management on the MPDS platform allows the certain privileged user accounts (called super-admins) to create and manage the other user accounts. This is done as outlined below. First, the super-admin should be of course authenticated. Then the special web-page management can be opened.

+

Account management on the MPDS platform allows the certain privileged user accounts (called super-admins) to create and manage the other user accounts. This is done as outlined below. First, the super-admin should be (of course!) authenticated. Then the special web-page management can be opened.

MPDS administrative interface
Fig. 5. MPDS platform: user login and rich administrative interface.
-

The screencast above also shows the password-less login via the secret one-off link emailed by request. In fact, this is very convenient, since our users do not have to remember any passwords (and we hate the passwords). Of course, the passwords can still be used as an option.

+

The screencast above also shows the password-less login via the secret one-off link emailed by request. In fact, this is very convenient, since our users do not have to remember any passwords (and we hate the passwords!). Of course, the passwords can still be used as an option.

On top of that, we also support the so called external OAuth logins, when a well-known online service, such as LinkedIn or ORCID, confirms the identity of our user. For that, of course, he or she needs to be logged in on that service. According to the OAuth protocol specs, no other information except the name and the email is shared to the MPDS.