-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into blog/querying-curated-database
- Loading branch information
Showing
28 changed files
with
596 additions
and
41 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
"event": "Events", | ||
"report": "Reports", | ||
"release": "Releases", | ||
"blog": "Blog", | ||
} | ||
|
||
|
||
|
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
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
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
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
24 changes: 24 additions & 0 deletions
24
docs/news/posts/2023-11-20-open-postdoc-position-marvel-2023.md
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
blogpost: true | ||
category: News | ||
tags: positions | ||
date: 2023-11-20 | ||
--- | ||
|
||
# 1 post-doc positions at PSI (Switzerland) on high-throughput materials discovery | ||
|
||
One new post-doc opportunity is open in the [Materials Software and Data Group](https://www.psi.ch/en/lms/msd-group) led by Dr. Giovanni Pizzi, part of the Laboratory for Materials Simulations, at the [Paul Scherrer Institute (PSI)](https://www.psi.ch/en), Switzerland. | ||
|
||
**The successful candidate will be in charge of setting up and maintaining large scale materials discovery projects based on the fully automated and robust computational infrastructure [AiiDA](https://www.aiida.net).** | ||
Tasks will involve the management and coordination of scientific research projects (setting up the projects, writing the workflows, running the simulations, writing scientific papers), maintaining and documenting existing computational pipelines for generating the databases published on [Materials Cloud](https://www.materialscloud.org) (e.g., [MC3D](https://www.materialscloud.org/mc3d) and [MC2D](https://www.materialscloud.org/mc2d)), supporting the research community by maintaining and developing relevant plugins (e.g. AiiDA-Quantum ESPRESSO), and supporting the development of GUIs to new simulations via [AiiDAlab](https://www.aiidalab.net/). | ||
|
||
This positions is funded by the [NCCR MARVEL](https://nccr-marvel.ch/), offering close collaboration with project partners such as the Swiss Supercomputer Center CSCS, EPFL, and Empa, among others. Additionally, you will have the opportunity to network with current and former members of the well-established MARVEL community, with colleagues in the group and in the laboratory funded by other projects with strong synergies with MARVEL, and to engage in collaborative projects across Switzerland and Europe, expanding your network of international collaborations. | ||
|
||
We are seeking candidates with a PhD degree in the physical sciences (e.g., physics, chemistry, or materials science/engineering), strong organization skills, and a passion for writing open-source tools that can be used by a broad audience of researchers. | ||
Essential qualifications include experience in running simulations on HPC and proficient software development and programming skills in Python. Desirable skills include experience in managing software projects in a team, handling large amounts of data, and developing complex automated computational tools for running simulations at scale. | ||
|
||
**More details and information, requirements for the positions, and instructions on how to apply can be found at <https://www.psi.ch/en/pa/job-opportunities/60368-postdoctoral-fellow>** | ||
|
||
**The application deadline is on December 10th, 2023.** | ||
|
||
If you know someone who might be interested in this opportunity, please feel free to forward this announcement to them. |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
blogpost: true | ||
category: Releases | ||
tags: aiida-core | ||
date: 2023-12-20 | ||
--- | ||
|
||
# AiiDA v2.5.0 released | ||
|
||
We are pleased to announce that AiiDA v2.5 was just released [^1]. | ||
It can be installed as always from PyPI using pip: | ||
|
||
pip install aiida-core==2.5 | ||
|
||
or using Conda instead: | ||
|
||
conda install aiida-core=2.5 | ||
|
||
This release includes a number of interesting features and bug fixes. | ||
For example, new storage backends are added that make it easy to setup profiles without a PostgreSQL server; ideal for testing and demonstration purposes. | ||
For a complete overview, please refer to the change log [^2]. | ||
|
||
Happy computing! | ||
|
||
The AiiDA team | ||
|
||
|
||
[^1]: https://pypi.org/project/aiida-core/2.5.0/ | ||
[^2]: https://github.com/aiidateam/aiida-core/blob/v2.5.0/CHANGELOG.md |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
blogpost: true | ||
category: Releases | ||
tags: aiida-core | ||
date: 2024-07-01 | ||
--- | ||
|
||
# AiiDA v2.6.0 released | ||
|
||
We just released the latest version of AiiDA. This minor release comes with a number of features that are focused on user friendliness of the CLI and the API. The [changelog](https://aiida.readthedocs.io/projects/aiida-core/en/stable/reference/_changelog.html#v2-6-0-2024-07-01) contains a list of all changes including a nice overview of some of the new features. | ||
|
||
A lot of work has especially gone in making it easier to install AiiDA and try it out without having to install services like PostgreSQL and RabbitMQ. It is now possible to operate AiiDA without RabbitMQ, at the cost of losing daemon functionality. The new command `verdi presto` allows setting up a complete and ready-to-go profile with a single command without any configuration. The installation [documentation](https://aiida.readthedocs.io/projects/aiida-core/en/stable/installation/index.html) has seen a complete overhaul. | ||
|
||
The caching mechanism has received a number of improvements guaranteeing even greater savings of computational time. For existing calculations to be valid cache sources in the new version, their hash has to be regenerated (see [Improvements and changes to caching](https://aiida.readthedocs.io/projects/aiida-core/en/stable/reference/_changelog.html#improved-test-fixtures-without-services) for details). | ||
|
||
Happy computing! | ||
|
||
The AiiDA team |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
blogpost: true | ||
category: Releases | ||
tags: aiida-core | ||
date: 2024-08-07 | ||
--- | ||
|
||
# AiiDA v2.6.2 released | ||
|
||
We just released the latest version of AiiDA, v2.6.2. This patch release comes with a number of bug fixes and additions to the documentation. You can find a list of all changes in the [changelog](https://github.com/aiidateam/aiida-core/blob/fb3686271fcdeb5506838a5a3069955546b05460/CHANGELOG.md). | ||
|
||
Happy computing! | ||
|
||
The AiiDA team |
Oops, something went wrong.