NOMAD is a web-based research data management software for materials science. The publically hosted main NOMAD installation (https://nomad-lab.eu) is a free and open service to publish, explore, and analyze materials science data. On-premise installations of NOMAD allow research groups to locally manage data with customized NOMAD version and with their own compute and storage resources.
NOMAD's GitHUB project always contains the current develop
branch.
It can be used to report issues, fork the project, and to create pull requests. After review, pull requests
will be pushed to the GitLab project and merged there.
NOMAD's GitLab project at MPCDF is used for the main development activities. It runs all CI/CD pipelines and official deployments. It is openly readable, but requires an MPCDF account for active contributions.
Most sub-modules, e.g. NOMAD's parsers, are hosted in individual projects on GitHUB within the nomad-coe organization.
You can install the nomad
Python package from source distribution with pip. Please
note, that this will only install part of NOMAD's dependencies that will only allow
your to use NOMAD's client library, e.g. to access the NOMAD Archive.
pip install nomad-lab
To use the NOMAD parsers for example, install the parsing
extra:
pip install nomad-lab[parsing]
nomad parse --show-archive <your-file-to-parse>
Read the latest docs. The documentation is also part of the source code. It covers aspects like introduction, architecture, development setup/deployment, contributing, and API reference.
Omitted versions are plain bugfix releases with only minor changes and fixes. The
file CHANGELOG.md
might contain more detailed change information for the latest
versions.
- refactored NORTH configuration and k8s deployment
- categorized build-in ELN schemas
- categorized explore menu
- categorized example uploads
- application dashboards with solar cell as an example
- detailed selection of schemas and reference targets in ELN GUI elements
- reference navigation in archive browser sections and on the entry overview
- new workflow model and updated workflow parsing/normalization for computational codes
- examples from FAIRmats experimental material science area
- search for custom quantities
- initial implementation of bundle import/export from CLI
- formalized and documented configuration and metainfo annotations
- new build system for docker image and Python package
- example uploads
- custom schema support
- ELN functionality
- nexus schema
- north hub
- file browser
- upgraded to Elasticsearch 7.x
- tabular data schema
- refactored DCAT to use fast api, added DOIs
- refactored ArchiveQuery client
- documentation and fixes for Oasis with keycloak
- many minor GUI bugfixes
- new search interface
- new v1 API (entries, materials, upload, datasets, sync)
- refactored metainfo and parsers
- new upload UI and incremental uploads
- new AI Toolkit GUI page
- many minor parser fixes and improvements
- adding OpenMX parser
- support for NOMAD fields in optimade
- new "basic" parser to cover codes without proper parser
- removed old nomad-coe parser dependencies
- many minor parser fixes and improvements
- fixes in the VASP parser
- new turbemole parser
- property placeholders while loading entry page
- improved UI navigation with breadcrumbs
- fixes small parser and normalizer issues
- fixes broken embargo lifting
- fixes default keycloak configuration for authenticated access via ArchiveQuery
- The entries page shows visualizations for key properties of the underlying data
- A new more consistent API (/api/v1) alongside the old API (/api)
- OPTIMADE implementation based on optimade-python-tools
- Re-written parsers for VASP, FHI-aims, exciting, ABINIT, and Crystal
- A rdf-API that provides dcat datasets and catalog for NOMAD entries.
- Support to directly publish upon upload via API.
- A new library for parsing text-based raw files.
- A new main menu in the GUI.
- Upload OASIS uploads to central NOMAD.
- Updated documentation.
- Encyclopedia with dedicated materials search index.
- The encyclopedia runs on top of the new infrastructure. The GUIs are integrated via bi-lateral navigation between entries.
- The parsers have new documentation and development instructions and can be easily developed based on NOMAD's PyPi package nomad-lab
- We introduce workflow metadata (starting with geometry optimizations). This includes search for workflow parameter, and 3-tiered archive storage for quick access to results for analytics.
- A new GUI to browse the Archive and Metainfo
- The Artificial Intelligence Toolkit (at least its tutorial page) is part of the GUI
- The OASIS comprises Repository, Archive, Metainfo, Encyclopedia, and Artificial Intelligence Toolkit.
- a new variant of the Metainfo browser
- switched to support Python 3.7
- client library as pypi package
nomad-lab
- new underlying datamodel that allows to maintain multiple domains
- multiple domains supported the GUI
- new metainfo implementation
- API endpoint to access the metainfo
- new archive based on new metainfo
- client library that serves archive data as objects (with tab completion) not dictionaries
- properties and user tab in the search GUI
- improved performance on most parsers
- NOMAD source distribution
- Everything to run a simple NOMAD OASIS based on the central user-management
- minor bugfixes
- Shows dataset contents with embargo data, but hides the entry details (raw-files, archive)
- minor bugfixes
- AFLOWLIB prototypes (archive)
- primitive label search
- improved search performance based on excluded fields
- improved logs
- minor bugfixes
- fixed aborted raw-file downloads
- improved representation of data availability (staging, embargo, public) in GUI
- user data uploads ordered by upload time
- user data shows uploads with name
- configurable embargo period length
- minor bugfixes
- API curl, Python, and results for entries and search queries shown in the GUI
- minor bugfixes
- Download of archive files based on search queries
- minor bugfixes
- User metadata editing and datasets with DOIs
- Revised GUI lists (entries, grouped entries, datasets, uploads)
- Keycloak based user management
- Rawfile preview
- no dependencies with the old NOMAD CoE Repository
- GUI performance enhancements
- API /raw/query endpoint takes file pattern to further filter download contents and strips potential shared path prefixes for a cleaner download .zip
- Stipped common path prefixes in raw file downloads
- minor bugfixes
- GUI URL, and API endpoint that resolves NOMAD CoE legacy PIDs
- Support for datasets in the GUI
- more flexible search python module and repo API
- support for external_id
- support for code-based raw_id
- Optimade API 0.10.0
- GUI supports Optimade filter query and other quantities
- minor bugfixes
- allows to download large files over longer time period
- streamlined deployment without API+GUI proxy
- minor bugfixes
- integrated parsers Dmol3, qbox, molcas, fleur, and onetep
- API endpoint for query based raw file download
- improvements to admin cli: e.g. clean staging files, reprocess uploads based on codes
- improved error handling in the GUI
- lots of parser bugfixes
- lots of minor bugfixes
The first production version of nomad@fairdi as the upload API and gui for NOMAD
- Production ready software and deployments (term agreements, better GUI docs)
- Raw file API with support to list directories. This replaces the
files
calculation metadata key. It was necessary due to arbitrary large lists of auxfiles in some calculations. - Search interface that contains all features of the CoE Repository GUI.
- Refactored search API that allows to search for entries (paginated + scroll),
metrics based on quantity aggregations (+ paginated entries), quantity aggregations
with all values via
after
key (+ paginated entries). - reprocessing of published results (e.g. after parser/normalizer improvements)
- mirror functionality
- refactored command line interface (CLI)
- potential GUI user tracking capabilities
- many minor bugfixes
- more migration scripts
- minor bugfixes
- admin commands to directly manipulate upload data
- additional migration scripts
- fixed system normalizer to understand indexed atom labels correctly
- many minor bugfixes
- improved uploads view with published uploads
- support for publishing to the existing nomad CoE repository
- many minor bugfixes
- improved GUI navigation
- support for multiple domains
- info API endpoint
- metainfo browser
- support for latest exciting version
- bugfixes in system normalization
- many minor bugfixes
- more flexible celery routing
- config via nomad.yml
- repo_db can be disabled
- publishing of calculations with failed processing
- cli for managing running processing tasks
- bugfixes regarding the migration
- better migration configurability and reproducibility
- scales to multi node kubernetes deployment