Skip to content

Commit ac0014b

Browse files
committed
Add citation info, incomplete
1 parent 98f8d82 commit ac0014b

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

CITATION.CFF

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
cff-version: 1.2.0
2+
title: derotation
3+
message: >-
4+
If you use derotation in your work, please cite the following Zenodo DOI.
5+
type: software
6+
authors:
7+
- given-names: Laura
8+
family-names: Porta
9+
orcid: TODO
10+
email: porta.laura@proton.me
11+
- given-names: Adam L.
12+
family-names: Tyson
13+
email: code@adamltyson.com
14+
- given-names: Troy W.
15+
family-names: Margrie
16+
email: t.margrie@ucl.ac.uk
17+
identifiers:
18+
- type: doi
19+
value: TODO
20+
description: 'A collection of archived snapshots of derotation on Zenodo.'
21+
repository-code: 'https://github.com/neuroinformatics-unit/derotation'
22+
url: 'https://derotation.neuroinformatics.dev/'
23+
abstract: >-
24+
Derotate multiphoton calcium imaging movies
25+
keywords:
26+
- neuroscience
27+
- calcium-imaging
28+
- multiphoton
29+
- rotation
30+
license: BSD-3-Clause

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
include LICENSE
22
include README.md
33
include *.yaml
4+
include *.CFF
5+
46
recursive-include * *.yaml
57
recursive-include * *.yml
68
recursive-include images *.png

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ All microscopy data presented here as an example has been acquired with a 3-phot
4444

4545
This project was sponsored by the [Margrie Lab](https://www.sainsburywellcome.org/web/groups/margrie-lab) in the [Sainsbury Wellcome Centre for Neural Circuits and Behaviour](https://www.sainsburywellcome.org/web/) at University College London.
4646

47+
## Citation
48+
If you use derotation in your work, please cite the following Zenodo DOI:
49+
>
50+
4751
## References
4852
This package was inspired by [previous work on derotation](https://github.com/jvoigts/rotating-2p-image-correction) shown in [Voigts & Harnett, 2020, Neuron](https://doi.org/10.1016/j.neuron.2019.10.016).
4953

0 commit comments

Comments
 (0)