Skip to content

Commit 0c3ca02

Browse files
committed
Updates to attributions
1 parent ea24c5e commit 0c3ca02

File tree

20 files changed

+70
-56
lines changed

20 files changed

+70
-56
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ More advanced subject and group-level Bayesian modeling approaches are described
186186

187187
# Development
188188

189-
This package was created by [Nicolas Legrand](https://legrandnico.github.io/), [Micah Allen](https://the-ecg.org/people), and the [ECG group](https://the-ecg.org/). The package is maintained by Micah Allen and the ECG.
189+
Authors: Nicolas Legrand and Micah Allen, 2019-2022. Contact: [email protected]
190+
Maintained by the Embodied Computation Group, Aarhus University.
190191

191192
<img src = "images/ECG_logo (1).png" height ="100">
192193

cardioception/HBC/parameters.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Author: Nicolas Legrand <[email protected]>
1+
# Authors: Nicolas Legrand and Micah Allen, 2019-2022. Contact: [email protected]
2+
# Maintained by the Embodied Computation Group, Aarhus University
23

34
import os
45
from typing import Any, Dict, Optional

cardioception/HBC/task.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Author: Nicolas Legrand <[email protected]>
1+
# Authors: Nicolas Legrand and Micah Allen, 2019-2022. Contact: [email protected]
2+
# Maintained by the Embodied Computation Group, Aarhus University
23

34
from typing import Optional, Tuple
45

cardioception/HRD/generate_sound_stimuli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Author: Nicolas Legrand <[email protected]>
1+
# Authors: Nicolas Legrand and Micah Allen, 2019-2022. Contact: [email protected]
2+
# Maintained by the Embodied Computation Group, Aarhus University
23
# Adapted from: https://stackoverflow.com/questions/33879523/python-how-can-i-generate-a-wav-file-with-beeps
34
# This script generates the BPM stimuli (wav files) used by the task.
45
# Not called by the actual task, but included for reproducibility.

cardioception/HRD/languages.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Author: Nicolas Legrand <[email protected]>
1+
# Authors: Nicolas Legrand and Micah Allen, 2019-2022. Contact: [email protected]
2+
# Maintained by the Embodied Computation Group, Aarhus University
23
from typing import Collection, Dict
34

45

cardioception/HRD/parameters.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Author: Nicolas Legrand <[email protected]>
1+
# Authors: Nicolas Legrand and Micah Allen, 2019-2022. Contact: [email protected]
2+
# Maintained by the Embodied Computation Group, Aarhus University
23

34
import os
45
from typing import Any, Dict, Optional

cardioception/HRD/task.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Author: Nicolas Legrand <[email protected]>
1+
# Authors: Nicolas Legrand and Micah Allen, 2019-2022. Contact: [email protected]
2+
# Maintained by the Embodied Computation Group, Aarhus University
23

34
import pickle
45
import time

cardioception/notebooks/HeartBeatCounting.ipynb

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

cardioception/notebooks/HeartRateDiscrimination.ipynb

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

cardioception/reports.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Author: Nicolas Legrand <[email protected]>
1+
# Authors: Nicolas Legrand and Micah Allen, 2019-2022. Contact: [email protected]
2+
# Maintained by the Embodied Computation Group, Aarhus University
23

34
import os
45
import subprocess

0 commit comments

Comments
 (0)