-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
13 changed files
with
29 additions
and
18 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -4,15 +4,16 @@ NOMAD is an open source project that warmly welcomes community projects, contrib | |
|
||
You can reach us by different channels. You can send as directly an email to the main contributors list: | ||
|
||
| Name | E-mail | Topics | | ||
|------|------------|--------| | ||
| Dr. Nathan Daelman | [[email protected]](mailto:[email protected]) | DFT | | ||
| Dr. José M. Pizarro | [[email protected]](mailto:[email protected]) | GW, DMFT, BSE | | ||
| Dr. Joseph F. Rudzinski (**Coordinator**) | [[email protected]](mailto:[email protected]) | MD, FF | | ||
| Name | E-mail | Topics | Github profiles | | ||
|------|------------|--------|-----------------| | ||
| Dr. Nathan Daelman | [[email protected]](mailto:[email protected]) | DFT | [@ndaelman-hu](https://github.com/ndaelman-hu) | | ||
| Dr. Bernadette Mohr | [[email protected]](mailto:[email protected]) | MD, FF | [@Bernadette-Mohr](https://github.com/Bernadette-Mohr) | | ||
| Dr. José M. Pizarro | [[email protected]](mailto:[email protected]) | GW, DMFT, BSE | [@JosePizarro3](https://github.com/JosePizarro3) | | ||
| Dr. Joseph F. Rudzinski (**Coordinator**) | [[email protected]](mailto:[email protected]) | MD, FF | [@JFRudzinski](https://github.com/JFRudzinski) | | ||
|
||
|
||
Alternatively, you can also: | ||
|
||
- Open an [**issue**](https://github.com/nomad-coe/nomad-schema-plugin-simulation-data/issues) in the [Github project](https://github.com/nomad-coe/nomad-schema-plugin-simulation-data/). Our Github profile tags are [@ndaelman-hu](https://github.com/ndaelman-hu), [@JosePizarro3](https://github.com/JosePizarro3), and [@JFRudzinski](https://github.com/JFRudzinski). | ||
- Open an [**issue**](https://github.com/nomad-coe/nomad-schema-plugin-simulation-data/issues) in the [Github project](https://github.com/nomad-coe/nomad-schema-plugin-simulation-data/). | ||
- Send an email to [[email protected]](mailto:[email protected]). Please, add in the subject "ATTN - Area C: Simulation schema". | ||
- If you are included as a contributor in the Github project, you can open new [**discussions**](https://github.com/nomad-coe/nomad-schema-plugin-simulation-data/discussions) regarding a new data schema or modelling you want to see covered. |
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
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 |
---|---|---|
|
@@ -16,6 +16,6 @@ When designing the sections, we follow [SOLID principles](https://www.geeksforge | |
|
||
Dr. Nathan Daelman, [[email protected]](mailto:[email protected]) | ||
|
||
Dr. Bernadette Mohr, _missing institutional e-mail_ | ||
Dr. Bernadette Mohr, [[email protected]](mailto:[email protected]) | ||
|
||
Dr. Joseph F. Rudzinski, [[email protected]](mailto:[email protected]) |
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 |
---|---|---|
@@ -1 +1,4 @@ | ||
# `ModelMethod` | ||
# `ModelMethod` | ||
|
||
!!! warning | ||
This page is still under construction. |
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 |
---|---|---|
@@ -1 +1,4 @@ | ||
# `ModelSystem` | ||
# `ModelSystem` | ||
|
||
!!! warning | ||
This page is still under construction. |
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 |
---|---|---|
@@ -1 +1,4 @@ | ||
# `Outputs` | ||
# `Outputs` | ||
|
||
!!! warning | ||
This page is still under construction. |
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 |
---|---|---|
|
@@ -13,6 +13,7 @@ readme = "README.md" | |
authors = [ | ||
{ name = "Jose M. Pizarro", email = "[email protected]" }, | ||
{ name = "Nathan Daelman", email = "[email protected]" }, | ||
{ name = "Bernadette Mohr", email = "[email protected]" }, | ||
{ name = "Joseph F. Rudzinski", email = "[email protected]" } | ||
] | ||
license = { text = "Apache-2.0" } | ||
|