Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick pass on the index page, add CODEOWNERS #31

Merged
merged 5 commits into from
Mar 31, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* @rartino @gmrigna @CasperWA @ml-evs @shyam
_includes/next_meeting.html @ml-evs
1 change: 1 addition & 0 deletions _includes/next_meeting.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Friday April 23rd at 15:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210420T15)
51 changes: 36 additions & 15 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
---
title: OPTIMADE
next_meeting: next_meeting.html
---

# About us

The **Open Databases Integration for Materials Design** (OPTIMADE) consortium
aims to make materials databases interoperational by developing a common REST API.
aims to make materials databases interoperable by developing a specification
for a common REST API.

## Motivation

Designing new materials suitable for specific applications is a long,
complex, and costly process. Researchers think of new ideas based on
Expand All @@ -13,21 +21,34 @@ electronic structure codes, it has become possible to perform large sets
of calculations automatically. This is the burgeoning area of
high-throughput ab initio computation. Such calculations have been used
to create large databases containing the calculated properties of
existing and hypothetical materials, many of which have appeared online:

- [the AFLOW distributed materials property repository](http://aflowlib.org/)
- [the Harvard Clean Energy Project Database](http://molecularspace.org/)
- [the Materials Cloud](http://materialscloud.org/)
- [the Materials Project](http://materialsproject.org/)
- [the NoMaD (Novel Materials Discovery) Repository](http://nomad-repository.eu/)
- [the Open Quantum Materials Database](http://oqmd.org/)
- [the Computational Materials Repository](http://cmr.fysik.dtu.dk/)
- [the Data Catalyst Genome](http://suncat.stanford.edu/)
- [the Materials Platform for Data Science](http://mpds.io/)
- [the Joint Automated Repository for Various Integrated Simulations](https://jarvis.nist.gov)
- ...
existing and hypothetical materials, many of which have appeared online.

We have released version 1.0 of the OPTIMADE specification, with several
databases already providing implementations. A full list is available on
the [OPTIMADE providers dashboard](https://www.optimade.org/providers-dashboard/).
ml-evs marked this conversation as resolved.
Show resolved Hide resolved

## How to cite OPTIMADE

Should you wish to cite the OPTIMADE specification, please use the following:

- Andersen *et al*, OPTIMADE: an API for exchanging materials data (2021) [arXiv:2103.02068](https://arxiv.org/abs/2103.02068){:target=_blank}
- Andersen *et al*, The OPTIMADE Specification, [10.5281/zenodo.4195050](https://doi.org/10.5281/zenodo.4195050){:target=blank}
- Andersen *et al*, The OPTIMADE Specification, [10.5281/zenodo.4195050](https://doi.org/10.5281/zenodo.4195050){:target=_blank}

## Get involved

All of our work is openly available under the
[Materials-Consortia](https://github.com/Materials-Consortia/) organization on
GitHub and welcome all contributions.

We would love to help you create and register your own OPTIMADE API
implementations and hear your feedback on the specification.
We meet monthly in the "OPTIMADE" room on Jitsi; everyone is welcome to
join the discussion, please feel free to reach out on the mailing list
`dev[at]optimade.org` to register your interest.
The next meeting will take place on {% include {{ page.next_meeting }} %}.


With the support of [CECAM](www.cecam.org){:target=_blank}, we hold annual
workshops to discuss and develop the specification and related ideas.
The 2021 workshop will be held virtually and the announcement will appear
on the CECAM website soon.
CasperWA marked this conversation as resolved.
Show resolved Hide resolved