Skip to content

Commit 2d90cd5

Browse files
removed "h1" page titles from markdown, use the frontmatter title instead
this relates to #810
1 parent 5ba7d31 commit 2d90cd5

File tree

860 files changed

+159
-3086
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

860 files changed

+159
-3086
lines changed

_includes/shared/tutorial/connectivity_simulation_commonpickup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ When working with electrophysiological data (EEG/MEG/LFP) the signals that are p
5757
cfg.method = 'coh';
5858
c = ft_connectivityanalysis(cfg, freq);
5959

60-
6160
% visualize the results
6261
cfg = [];
6362
cfg.parameter = 'grangerspctrm';

_includes/shared/tutorial/preprocessing_nofilter.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
% remove the trials that have artifacts from the trl
22
cfg.trl([2, 5, 6, 8, 9, 10, 12, 39, 43, 46, 49, 52, 58, 84, 102, 107, 114, 115, 116, 119, 121, 123, 126, 127, 128, 133, 137, 143, 144, 147, 149, 158, 181, 229, 230, 233, 241, 243, 245, 250, 254, 260],:) = [];
33

4-
54
% preprocess the data
65
cfg.channel = {'MEG', '-MLP31', '-MLO12'}; % read all MEG channels except MLP31 and MLO12
76
cfg.demean = 'yes'; % do baseline correction with the complete trial

_layouts/default.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
</div>
1919
<div class="col-sm-8 main-page-content">
2020
{% include backtrace %}
21+
{% if page.title != nil %}
22+
<h1>{{ page.title }}</h1>
23+
{% endif %}
2124
{{ content }}
2225
</div>
2326
<div class="col-sm-3">

about.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ redirect_from:
66
- /literature/
77
---
88

9-
# About the FieldTrip project
10-
119
FieldTrip is the MATLAB software toolbox for MEG, EEG and iEEG analysis. It offers preprocessing and advanced analysis methods, such as time-frequency analysis, source reconstruction using dipoles, distributed sources and beamformers and non-parametric statistical testing. It supports the [data formats](/faq/preproc/datahandling/dataformat) of all major MEG systems and of the most popular EEG and iEEG systems. New data formats can be [added easily](/faq/preproc/dataformat/dataformat_own). FieldTrip contains high-level functions that you can use to construct your own analysis protocols as a MATLAB script.
1210

1311
The FieldTrip toolbox is released free of charge as [open source software](https://en.wikipedia.org/wiki/Open_source) under the GNU [general public license](https://www.gnu.org/copyleft/gpl.html).

category.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Categories
33
---
44

5-
# Categories
6-
75
<ul>
86
{% for item in site.data.category %}
97
<li><a href="/category/{{ item[0] }}">{{ item[0] }}</a></li>

citations.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Citations to the FieldTrip reference paper
33
tags: [literature]
44
---
55

6-
# Citations to the FieldTrip reference paper
7-
86
_These are open-access papers on [Pubmed](https://pubmed.ncbi.nlm.nih.gov/21253357) that cite FieldTrip, you can find a more complete list on [Google Scholar](https://scholar.google.com/scholar?cites=3328911510682538425&scisbd=1)._
97

108
<ul>

0 commit comments

Comments
 (0)