Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
- name: Link Checker
uses: lycheeverse/lychee-action@v1.8.0
with:
# materialsproject.org blocks automated requests (Cloudflare 403)
args: --verbose --no-progress --exclude 'materialsproject\.org' './**/*.md' './**/*.html'
fail: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ In order to run or edit the examples:
3. Optionally, for local Jupyter without OIDC, set legacy API token values in [settings.json](src/py/mat3ra/notebooks_utils/core/api/settings.json). See [Get Authentication Params](examples/system/get_authentication_params.ipynb) for details. API tokens can also be generated in [Account Preferences](https://docs.mat3ra.com/accounts/ui/preferences/api/) on the platform.
NOTE: The Materials Project API key should be set in `settings.json` and obtained from [https://legacy.materialsproject.org/open](https://legacy.materialsproject.org/open).
NOTE: The Materials Project API key should be set in `settings.json` and obtained from [https://next-gen.materialsproject.org/api](https://next-gen.materialsproject.org/api).
## Contribute
Expand Down
2 changes: 1 addition & 1 deletion examples/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

This directory contains various files for the example notebooks.

- `mp-978534.poscar` contains a SiGe structure from [https://legacy.materialsproject.org/materials/mp-978534](https://legacy.materialsproject.org/materials/mp-978534).
- `mp-978534.poscar` contains a SiGe structure from [https://next-gen.materialsproject.org/materials/mp-978534](https://next-gen.materialsproject.org/materials/mp-978534).
- `bash_workflow_template.json` contains the template JSON schema of Mat3ra workflow.
- `Si.pz-vbc.UPF` is the pseudo potential file of silicon used in the Quantum Espresso workflow example.
2 changes: 1 addition & 1 deletion other/materials_designer/workflows/Introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"#### [6.4.1. Zero-point energy calculation.](zero_point_energy.ipynb)\n",
"\n",
"### 6.5. Defect Energy\n",
"#### 6.5.1. Defect formation energy. *(to be added)*\n",
"#### [6.5.1. Defect formation energy.](defect_formation_energy.ipynb)\n",
"\n",
"### 6.6. Formation Energy\n",
"#### [6.6.1. Compound formation energy.](formation_energy.ipynb)\n",
Expand Down
Loading
Loading