Skip to content

Commit 9a98845

Browse files
author
Nicolas Legrand
authored
Merge pull request #36 from arfon/patch-1
Fixing citation formatting in JOSS paper.
2 parents 1db1b0f + d58e934 commit 9a98845

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

paper/paper.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ @article{harris:2020
196196
}
197197

198198
@software{reback2020pandas,
199-
author = {The pandas development team},
199+
author = {{Pandas Development Team}},
200200
title = {pandas-dev/pandas: Pandas},
201201
month = feb,
202202
year = 2020,
@@ -214,4 +214,4 @@ @InProceedings{mckinney-proc-scipy-2010
214214
year = { 2010 },
215215
editor = { {S}t\'efan van der {W}alt and {J}arrod {M}illman },
216216
doi = { 10.25080/Majora-92bf1922-00a }
217-
}
217+
}

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for recording cardiac signals via electrocardiography (ECG) or photoplethysmogra
3131
(PPG), as well as both online and offline data analysis methods extracting cardiac
3232
features, synchronizing experimental stimuli with different phases of the heart,
3333
removing artefacts at different levels and generating plots for data quality check and
34-
publication. Systole is built on the top of Numpy [@harris:2020], Pandas [@reback2020pandas; mckinney-proc-scipy-2010] and Scipy [@SciPy:2020], and can use both
34+
publication. Systole is built on the top of Numpy [@harris:2020], Pandas [@reback2020pandas; @mckinney-proc-scipy-2010] and Scipy [@SciPy:2020], and can use both
3535
Matplotlib [@hunter:2007] and Bokeh [@bokeh] to generate visualisations. It is designed to build modular
3636
pipelines that can interface easily with other signal processing or heart rate
3737
variability toolboxes, with a focus on data quality checks. Several parts of the

0 commit comments

Comments
 (0)