From 63a9e52a304c700ba0e68d6ac5b0556d8b30659e Mon Sep 17 00:00:00 2001 From: Sean Kavanagh Date: Sat, 20 Apr 2024 18:31:46 -0400 Subject: [PATCH] Add paper names to lists --- README.md | 8 ++++---- docs/examples/example_mgo.md | 2 +- docs/index.md | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 300e31a..d393e88 100644 --- a/README.md +++ b/README.md @@ -112,10 +112,10 @@ If you use `easyunfold` in your work, please cite: We'll add papers that use `easyunfold` to this list as they come out! -- S. M. Liga & S. R. Kavanagh, A. Walsh, D. O. Scanlon and G. Konstantatos [_Journal of Physical Chemistry C_](https://doi.org/10.1021/acs.jpcc.3c05204) 2023 -- Y. T. Huang & S. R. Kavanagh et al. [_Nature Communications_](https://www.nature.com/articles/s41467-022-32669-3) 2022 -- A. T. J. Nicolson et al. [_Journal of the Americal Chemical Society_](https://doi.org/10.1021/jacs.2c13336) 2023 -- Y. Wang & S. R. Kavanagh et al. [_Nature Photonics_](https://www.nature.com/articles/s41566-021-00950-4) 2022 (early version) +- S. M. Liga & S. R. Kavanagh, A. Walsh, D. O. Scanlon and G. Konstantatos **_Mixed-Cation Vacancy-Ordered Perovskites (Cs2Ti1–xSnxX6; X = I or Br): Low-Temperature Miscibility, Additivity, and Tunable Stability_** [_Journal of Physical Chemistry C_](https://doi.org/10.1021/acs.jpcc.3c05204) 2023 +- Y. T. Huang & S. R. Kavanagh et al. **_Strong absorption and ultrafast localisation in NaBiS2 nanocrystals with slow charge-carrier recombination_** [_Nature Communications_](https://www.nature.com/articles/s41467-022-32669-3) 2022 +- A. T. J. Nicolson et al. **_Interplay of Static and Dynamic Disorder in the Mixed-Metal Chalcohalide Sn2SbS2I3_** [_Journal of the Americal Chemical Society_](https://doi.org/10.1021/jacs.2c13336) 2023 +- Y. Wang & S. R. Kavanagh et al. **_Cation disorder engineering yields AgBiS2 nanocrystals with enhanced optical absorption for efficient ultrathin solar cells_** [_Nature Photonics_](https://www.nature.com/articles/s41566-021-00950-4) 2022 (early version) ## DFT code support diff --git a/docs/examples/example_mgo.md b/docs/examples/example_mgo.md index c9c500e..cb2d540 100644 --- a/docs/examples/example_mgo.md +++ b/docs/examples/example_mgo.md @@ -210,7 +210,7 @@ and then write the VASP output files for the supercell relaxations: from doped.vasp import DefectsSet ds = DefectsSet(defect_gen) -ds.write_files(unperturbed_poscar=True) +ds.write_files(unperturbed_poscar=True) # skipping structure-searching for this example ``` :::{tip} diff --git a/docs/index.md b/docs/index.md index 3214a1f..0a5e32d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -63,10 +63,10 @@ If you use `easyunfold` in your work, please cite: We'll add papers that use `easyunfold` to this list as they come out! -- S. M. Liga & S. R. Kavanagh, A. Walsh, D. O. Scanlon and G. Konstantatos [_Journal of Physical Chemistry C_](https://doi.org/10.1021/acs.jpcc.3c05204) 2023 -- Y. T. Huang & S. R. Kavanagh et al. [_Nature Communications_](https://www.nature.com/articles/s41467-022-32669-3) 2022 -- A. T. J. Nicolson et al. [_Journal of the Americal Chemical Society_](https://doi.org/10.1021/jacs.2c13336) 2023 -- Y. Wang & S. R. Kavanagh et al. [_Nature Photonics_](https://www.nature.com/articles/s41566-021-00950-4) 2022 (early version) +- S. M. Liga & S. R. Kavanagh, A. Walsh, D. O. Scanlon and G. Konstantatos **_Mixed-Cation Vacancy-Ordered Perovskites (Cs2Ti1–xSnxX6; X = I or Br): Low-Temperature Miscibility, Additivity, and Tunable Stability_** [_Journal of Physical Chemistry C_](https://doi.org/10.1021/acs.jpcc.3c05204) 2023 +- Y. T. Huang & S. R. Kavanagh et al. **_Strong absorption and ultrafast localisation in NaBiS2 nanocrystals with slow charge-carrier recombination_** [_Nature Communications_](https://www.nature.com/articles/s41467-022-32669-3) 2022 +- A. T. J. Nicolson et al. **_Interplay of Static and Dynamic Disorder in the Mixed-Metal Chalcohalide Sn2SbS2I3_** [_Journal of the Americal Chemical Society_](https://doi.org/10.1021/jacs.2c13336) 2023 +- Y. Wang & S. R. Kavanagh et al. **_Cation disorder engineering yields AgBiS2 nanocrystals with enhanced optical absorption for efficient ultrathin solar cells_** [_Nature Photonics_](https://www.nature.com/articles/s41566-021-00950-4) 2022 (early version) ## DFT code support