Skip to content

Commit c22f769

Browse files
committed
Add workshop 2022 details
1 parent 2dd0018 commit c22f769

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ exercises were initially provided to accompany the following workshops:
2424
- ICTP-EAIFR [Training School: Working with Materials Databases and
2525
OPTIMADE](https://eaifr.ictp.it/about/news/ml-for-es-and-md/),
2626
November-December 2021.
27+
- CECAM Flagship Workshop [Open Databases Integration for Materials
28+
Design](https://www.cecam.org/workshop-details/1120), May 30, 2022 -
29+
June 3, 2022.
2730

2831
This document is hosted on
2932
[GitHub](https://github.com/Materials-Consortia/optimade-tutorial-exercises),
@@ -525,3 +528,18 @@ while True:
525528
```
526529

527530
</div>
531+
532+
<div class="cell markdown">
533+
534+
### Using `optimade-python-tools`
535+
536+
Since the v0.18.0 release of
537+
[`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools),
538+
the package has contained an OPTIMADE client class that can be used to
539+
query multiple databases simultaneously.
540+
541+
The usage guide for this class can be found in the [online
542+
documentation](https://www.optimade.org/optimade-python-tools/latest/getting_started/client/)
543+
for the package.
544+
545+
</div>

notebooks/exercises.ipynb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"These open-ended exercises were initially provided to accompany the following workshops:\n",
2222
"- NOMAD CoE [Tutorial 6: OPTIMADE](https://th.fhi-berlin.mpg.de/meetings/nomad-tutorials/index.php?n=Meeting.Tutorial6), 7-8 September 2021\n",
2323
"- ICTP-EAIFR [Training School: Working with Materials Databases and OPTIMADE](https://eaifr.ictp.it/about/news/ml-for-es-and-md/), November-December 2021.\n",
24+
"- CECAM Flagship Workshop [Open Databases Integration for Materials Design](https://www.cecam.org/workshop-details/1120), May 30, 2022 - June 3, 2022.\n",
2425
"\n",
2526
"This document is hosted on [GitHub](https://github.com/Materials-Consortia/optimade-tutorial-exercises), and all feedback or suggestions for new exercises can be provided as an issue or pull request in that repository.\n",
2627
"\n",
@@ -399,6 +400,17 @@
399400
" if offset > 100:\n",
400401
" break"
401402
]
403+
},
404+
{
405+
"cell_type": "markdown",
406+
"metadata": {},
407+
"source": [
408+
"### Using `optimade-python-tools`\n",
409+
"\n",
410+
"Since the v0.18.0 release of [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools), the package has contained an OPTIMADE client class that can be used to query multiple databases simultaneously.\n",
411+
"\n",
412+
"The usage guide for this class can be found in the [online documentation](https://www.optimade.org/optimade-python-tools/latest/getting_started/client/) for the package. "
413+
]
402414
}
403415
],
404416
"metadata": {

0 commit comments

Comments
 (0)