Skip to content

Commit

Permalink
Renamed "examples" directory to "notebooks"
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Durant committed Aug 16, 2021
1 parent 172ed5c commit b70c272
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/.spyproject
/examples/results
/examples/.ipynb_checkpoints
/notebooks/results
/notebooks/.ipynb_checkpoints
/experimental-design/__pycache__
/experimental-design/models/__pycache__
/experimental-design/results/DMPC_bilayer/contrast_choice_double
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Using the Fisher information (FI), the design of neutron reflectometry experiments can be optimised, leading to greater confidence in parameters of interest and better use of experimental time. This repository contains the [code](/experimental-design), [data](/experimental-design/data) and [results](/experimental-design/results) for optimising the design of a wide range of reflectometry experiments.

Please refer to the [examples](/examples) directory for an introduction.
Please refer to the [notebooks](/notebooks) directory for an introduction.

### Citation
Please cite the following article if you intend on including elements of this work in your own publications:
Expand All @@ -22,7 +22,7 @@ Or with BibTeX as:
}
```

For the figures presented in this article, see [figures](/figures).
For the results presented in this article, see [notebooks](/notebooks), and for the figures, see [figures](/figures).

## Installation
1. To replicate the development environment with the [Anaconda](https://www.anaconda.com/products/individual) distribution, first create an empty conda environment by running: <br /> ```conda create --name experimental-design python=3.8.3```
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b70c272

Please sign in to comment.