Skip to content
Open
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
5 changes: 4 additions & 1 deletion notebooks/clustering_prefiltering_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"source": [
"This notebook performs the prefiltering of the 4D-STEM dataset of the Au nanocrystal growth experiment in a liquid cell, as described in: \n",
"\n",
"XXXXX (paper)\n",
"\n",
"https://doi.org/10.1093/mam/ozag044\n",
"\n",
"Please cite the paper above when you use the code in this tutorial. \n",
"\n",
"Experimental data was collected by Serin Lee (serinl@stanford.edu) and Andrew Barnum(ajbarnum@stanford.edu).\n",
"\n",
Expand Down
9 changes: 4 additions & 5 deletions notebooks/clustering_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
"source": [
"This notebook performs clustering of the 4D-STEM dataset of the Au nanocrystal growth experiment in a liquid cell. The data has been prefiltered for the purpose of the tutorial. Our goal is to perform clustering, as described in: \n",
"\n",
"XXXXX (paper)\n",
"https://doi.org/10.1093/mam/ozag044\n",
"\n",
"Please cite the paper above when you use the code in this tutorial. \n",
"\n",
"Experimental data was collected by Serin Lee (serinl@stanford.edu) and Andrew Barnum (ajbarnum@stanford.edu)\n",
"\n",
Expand All @@ -39,6 +40,7 @@
"**Dataset DOI:** \n",
"[10.5281/zenodo.18167694](https://doi.org/10.5281/zenodo.18167694) : Version v2\n",
"Please use the Version v2 of the data the Zenodo: file naming issue\n",
"Please cite the above if you use the data.\n",
"\n",
"**Title:** \n",
"*4D-STEM dataset of Au nanoparticle in liquid cell TEM*\n",
Expand All @@ -48,10 +50,7 @@
"the clustering workflow. It is intended for use with this tutorial notebook and the associated publication.\n",
"\n",
"You can download the dataset automatically through the notebook (see code cell below),\n",
"or manually via the DOI link.\n",
"\n",
"**How to cite this dataset:** \n",
"If you use the data and the tutorial, please cite: XXX\n"
"or manually via the DOI link."
]
},
{
Expand Down