@@ -23,6 +23,55 @@ class DomainProviderBase extends React.Component {
domains={
DFT:{
name:'DFT',
about:`
## The nomad**@FAIRDI** *beta* test
### About nomad@FAIRDI
After the conclusion of the original [NOMAD-coe](http://nomad-coe.eu) project,
the newly founded NGO *FAIR Data Infrastructures* (FAIRDI) provides an
umbrella to continue operation and further development of the Nomad
material science data sharing platform.
The immediate goal is to to consolidate and stabilize the nomad infrastructure, and
as a first step, we refined the Nomad upload and data processing. This GUI introduces
the *staging area* that allows you to observe your uploads processing and inspect
the uploaded data before you decide to either publish your data or delete/upload
again.
Currently this is designed as just a complement to the original [Nomad Repository GUI](https://repository.nomad-coe.eu/NomadRepository-1.1).
You upload, process, inspect, and publish your data here. Here you have some
capabilities to search and explore uploaded dat. But to add comments, co-authors, and references,
create data-sets, and manage your account you still have to use the original [Nomad Repository GUI](https://repository.nomad-coe.eu/NomadRepository-1.1).
### How to test the new upload
**!Please read this, before you explore this new part of Nomad!**
Try to explore this as *new user*. Travel through the menu on the left and just
use it. Feel free to upload data, look for limitations and things you do not like.
The goal should be to figure out what is wrong and missing.
Keep in mind that there are limitations:
* You can only login with users that already exist in the Nomad Repository. However,
you can use our test user: \`leonard.hofstadter@nomad-fairdi.tests.de\`, the password
is \`password\`.
* This is not yet connected to the actual Nomad Repository. Everything you upload
will only appear here and will be removed after this first testing period.
* Now all existing entries from the original Nomad appear in the search, since we
are still migrating data.
For feedback and any issues you find, feel free to open an issue [here](https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR/issues) or write
an email to [markus.scheidgen@physik.hu-berlin.de](mailto:markus.scheidgen@physik.hu-berlin.de).
### Mid- and long term goals of nomad@FAIRDI
* more immediate and near-time use-modes (*staging area*, *code integration*, *on-site data*)
* 3rd parties run instances of the nomad on their servers (*mirrors*, *oasis*, *industry* usage)
* mirrors(partially) synchronize data with the central nomad instance (*data federation*)
* the nomad architecture/infrastructure is used for related *domains* (e.g. experimental material science) or even more unrelated domains
* nomad is integrated with existing *Open Data* initiatives and databases (*FAIRDI*, *EUDAT*, *optimade*)
* we benefit from nomad being *Open Source* (public git, outside participation)
`,
entryLabel:'calculation',
searchPlaceholder:'enter atoms, codes, functionals, or other quantity values',
/**
...
...
@@ -101,6 +150,21 @@ class DomainProviderBase extends React.Component {
},
EMS:{
name:'EMS',
about:`
## A Prototype for Experimental Material Science Data Sharing
The original goal of the NOMAD CoE project was to provide a data sharing and
publication platform for computational material science data. With this prototype,
we want to apply Nomad ideas and implementations to experimental material science
data.
As a first step, this site demonstrates Nomad's \`domain specific\` search interface
and how experiment (meta-)data can be represented. We want to explore what
meta-data exists for material experiments, what is necessary to provide meaningful
search capabilities, how we can implement FAIR data sharing principles, and
how can we establish a community process to integrate the various experimental
methods and respective data.
`,
entryLabel:'experiment',
searchPlaceholder:'enter atoms, experimental methods, or other quantity values',