Skip to content

Commit

Permalink
upd the title for joss
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdez committed Jan 10, 2025
1 parent 2ae1ddc commit 1661c73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/example_data.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ using Random
Creates example data or model. Currently, 3 datasets and 6 models are available.
Datasets:
- `TopoPlots.jl` (default) - 2 DataFrames from `TopoPlots.jl`:\\
- DataFrame with estimate, time, 64 channels, topopositions, sterror and pvalue and 800 ms time range.\\
- Posiions for 64 electrodes.
- `TopoPlots.jl` (default) - provide 2 outputs from `TopoPlots.jl`:\\
- `Array{Float32, 3}` with 64 channels, 800 ms time range and 3 types of values (estimate, sterror and pvalue).\\
- `Vector{Point{2, Float32}}` with posiions for 64 electrodes.
- `UnfoldLinearModelMultiChannel` - DataFrame with 5 channels, 3 coefnames, sterror, time and estimate.
- `sort_data` - 2 DataFrames:
- `dat` for EEG recordings and `evts` with event variables occured during experiment.\\
Expand Down
2 changes: 1 addition & 1 deletion joss_paper/paper.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: '`UnfoldMakie.jl`: EEG/ERP visualization package'
title: 'UnfoldMakie.jl: EEG/ERP visualization package'

tags:
- Julia
Expand Down

0 comments on commit 1661c73

Please sign in to comment.