For example, accessing the address https://platform.qim.dk/qim-api/reference/10.1109/CVPRW59228.2023.00456 will give you the markdown text for this particular DOI. It can then be easily copied and pasted into the jupyter notebook.
### Location
Notebooks should be placed according to their intended usage. New directories can be suggested, but the current structure is the following:
```
.
├── analysis
│ └── structure_orientation
├── data
├── detection
├── reconstruction
├── resources
│ ├── img2d
│ ├── img3d
│ └── libs
├── segmentation
└── visualization
```
The `resources` directory should not contain Notebooks, but any data that is required for other Notebooks to run.
Small python libraries can be located in the `libs`directory. And they can be imported by adding the directory to the path: