Skip to content

Commit

Permalink
updated tags and see also
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld committed Sep 24, 2024
1 parent 02e8199 commit 1c4d8ea
Show file tree
Hide file tree
Showing 394 changed files with 931 additions and 546 deletions.
2 changes: 2 additions & 0 deletions _includes/seealso
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<ul>
{% for p in site.pages %}
{% if include.category == nil or include.category == "" or p.category contains include.category %}
{% if include.tag == nil or include.tag == "" or p.tags contains include.tag %}
{% if include.tag1 == nil or include.tag1 == "" or p.tags contains include.tag1 %}
{% if include.tag2 == nil or include.tag2 == "" or p.tags contains include.tag2 %}
Expand All @@ -21,5 +22,6 @@
{% endif %}
{% endif %}
{% endif %}
{% endif %}
{% endfor %}
</ul>
2 changes: 1 addition & 1 deletion development/module/connectivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ The literature references to the implemented methods are given [here](/reference

See also these tutorials:

{% include seealso tag1="tutorial" tag2="connectivity" %}
{% include seealso category="tutorial" tag1="connectivity" %}
12 changes: 6 additions & 6 deletions development/module/forward.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,14 @@ The forward module functions are written such that they operate correctly if all

The literature references to the implemented methods are given [here](/references_to_implemented_methods).

### Frequently asked questions about forward and inverse modeling:
### Frequently asked questions on forward and inverse modeling

{% include seealso tag1="faq" tag2="source" %}
{% include seealso category="faq" tag1="source" %}

### Example material for forward and inverse modeling:
### Example material on forward and inverse modeling

{% include seealso tag1="example" tag2="source" %}
{% include seealso category="example" tag1="source" %}

### Tutorial material for forward and inverse modeling:
### Tutorial material on forward and inverse modeling

{% include seealso tag1="tutorial" tag2="source" %}
{% include seealso category="tutorial" tag1="source" %}
12 changes: 6 additions & 6 deletions development/module/inverse.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ Most functions have additional optional input arguments that are specified as ke

The literature references to the implemented methods are given [here](/references_to_implemented_methods).

### Frequently asked questions about forward and inverse modeling:
### See also these tutorials

{% include seealso tag1="faq" tag2="source" %}
{% include seealso category="tutorial" tag1="source" %}

### Example material for forward and inverse modeling:
### See also these frequently asked questions

{% include seealso tag1="example" tag2="source" %}
{% include seealso category="faq" tag1="source" %}

### Tutorial material for forward and inverse modeling:
### See also these examples

{% include seealso tag1="tutorial" tag2="source" %}
{% include seealso category="example" tag1="source" %}
2 changes: 1 addition & 1 deletion development/module/qsub.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ This toolbox has been developed as part of the FieldTrip toolbox, but can be use

## Frequently asked questions about distributed computing using this toolbox

{% include seealso tag1="faq" tag2="qsub" %}
{% include seealso category="faq" tag1="qsub" %}
2 changes: 1 addition & 1 deletion development/project/consistency.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Check the consistency between the documentation and the implementations

## Objectives

- the reference documentation should be included in the m-files (i.e. "help function_name")
- the reference documentation should be included in the m-files (i.e., `help functionname`)
- the documentation should be complete w.r.t. the underlying implementation
- the documentation should be up-to-date, and should be easily kept up-to-date
- the structure between the functions should become more transparent
Expand Down
2 changes: 1 addition & 1 deletion development/project/nutmeg.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Integration with NUTMEG
redirect_from:
- /development/nutmeg/
- /development/nutmeg/
---

{% include /shared/development/warning.md %}
Expand Down
2 changes: 1 addition & 1 deletion development/project/spike.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following steps have been don
- test and start to use svn (done)
- add functions (done)
- check code duplication (done)
- check reference doc, i.e. "help functionname" (done)
- check reference doc, i.e., `help functionname` (done)
- move to fieldtrip/contrib/spike

The following steps still need some wor
Expand Down
4 changes: 2 additions & 2 deletions development/realtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ The page [scratchpad](/development/realtime/scratchpad) contains some loose ends

### Frequently asked questions

{% include seealso tag1="faq" tag2="realtime" %}
{% include seealso category="faq" tag1="realtime" %}

### Example scripts

{% include seealso tag1="example" tag2="realtime" %}
{% include seealso category="example" tag1="realtime" %}

### General tips and tricks

Expand Down
2 changes: 0 additions & 2 deletions development/realtime/arduino.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ The purpose of this device is to demonstrate that something can be controlled. I
It is based on a ~~[3V3 Arduino Pro Mini](http://arduino.cc/en/Main/ArduinoBoardProMini)~~ [5V Arduino Mini](http://arduino.cc/en/Main/ArduinoBoardMini).

- SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK)

- External Interrupts: 2 and 3 (?)

Wireless connectivity is provided by a [RFM12B](https://www.sparkfun.com/products/9582) module and uses this [library](http://jeelabs.net/pub/docs/jeelib/RF12_8cpp.html).
Expand All @@ -100,5 +99,4 @@ Wireless connectivity is provided by a [RFM12B](https://www.sparkfun.com/product
## See also

- [development/realtime/modulareeg](/development/realtime/modulareeg) for the bluetooth OpenEEG interface

- [here on GitHub](https://github.com/fieldtrip/fieldtrip/tree/master/realtime/src/arduino) for the Arduino specific source code
4 changes: 2 additions & 2 deletions discussion_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ You can browse the archived contributions to the discussion list [here](http://m

{% include searchlistarchive %}

## See also
## See also these frequently asked questions

{% include seealso tag1="faq" tag2="email" %}
{% include seealso category="faq" tag1="email" %}
2 changes: 1 addition & 1 deletion example.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ See also the [tutorials](/tutorial) and [frequently asked questions](/faq).
- [Fit a dipole to the tactile ERF after mechanical stimulation](/example/dipolefit_somatosensory_erf)
- [How to create a head model if you do not have an individual MRI](/example/fittemplate)
- [Localizing the sources underlying the difference in event-related fields](/example/difference_erf)
- [Make leadfields using different headmodels](/example/make_leadfields_using_different_headmodels)
- [Make MEG leadfields using different headmodels](/example/make_leadfields_using_different_headmodels)
- [Read neuromag .fif mri and create a MNI-aligned single-shell head model](/example/neuromag_aligned2mni)
- [Symmetric dipole pairs for beamforming](/example/symmetry)
- [Testing BEM created lead fields](/example/testing_bem_created_leadfields)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Apply non-parametric statistics with clustering on TFRs of power that were computed with BESA
tags: [example, statistics, freq, cluster]
category: example
tags: [statistics, freq, cluster]
---

# Apply non-parametric statistics with clustering on TFRs of power that were computed with BESA
Expand Down
3 changes: 2 additions & 1 deletion example/bids.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: BIDS - the brain imaging data structure
tags: [example, bids, sharing]
category: example
tags: [bids, sharing]
---

# BIDS - the brain imaging data structure
Expand Down
3 changes: 2 additions & 1 deletion example/bids_audio.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Converting an example audio dataset for sharing in BIDS
tags: [example, bids, sharing, audio]
category: example
tags: [bids, sharing, audio]
---

# Converting an example audio dataset for sharing in BIDS
Expand Down
3 changes: 2 additions & 1 deletion example/bids_behavioral.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Converting an example behavioral dataset for sharing in BIDS
tags: [example, bids, sharing, behavioral]
category: example
tags: [bids, sharing, behavioral]
---

# Converting an example behavioral dataset for sharing in BIDS
Expand Down
3 changes: 2 additions & 1 deletion example/bids_eeg.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Converting an example EEG dataset for sharing in BIDS
tags: [example, bids, sharing]
category: example
tags: [bids, sharing]
---

# Converting an example EEG dataset for sharing in BIDS
Expand Down
3 changes: 2 additions & 1 deletion example/bids_emg.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Converting an example EMG dataset for sharing in BIDS
tags: [example, bids, sharing, emg]
category: example
tags: [bids, sharing, emg]
---

# Converting an example EMG dataset for sharing in BIDS
Expand Down
3 changes: 2 additions & 1 deletion example/bids_eyetracker.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Converting an example eyetracker dataset for sharing in BIDS
tags: [example, bids, sharing, eyelink, smi, tobii]
category: example
tags: [bids, sharing, eyelink, smi, tobii]
---

# Converting an example eye tracker dataset for sharing in BIDS
Expand Down
3 changes: 2 additions & 1 deletion example/bids_meg.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Converting an example MEG dataset for sharing in BIDS
tags: [example, bids, sharing, meg, ctf]
category: example
tags: [bids, sharing, meg, ctf]
---

# Converting an example MEG dataset for sharing in BIDS
Expand Down
3 changes: 2 additions & 1 deletion example/bids_motion.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Converting an example motion tracking dataset for sharing in BIDS
tags: [example, bids, sharing, motion, qualisys, optotrak, xsens]
category: example
tags: [bids, sharing, motion, qualisys, optotrak, xsens]
---

# Converting an example motion tracking dataset for sharing in BIDS
Expand Down
3 changes: 2 additions & 1 deletion example/bids_mous.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Converting the combined MEG/fMRI MOUS dataset for sharing in BIDS
tags: [example, bids, sharing, anonymize]
category: example
tags: [bids, sharing, anonymize]
---

# Converting the combined MEG/fMRI MOUS dataset for sharing in BIDS
Expand Down
3 changes: 2 additions & 1 deletion example/bids_nirs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Converting an example NIRS dataset for sharing in BIDS
tags: [example, bids, sharing, nirs, artinis, homer, snirf]
category: example
tags: [bids, sharing, nirs, artinis, homer, snirf]
---

# Converting an example NIRS dataset for sharing in BIDS
Expand Down
3 changes: 2 additions & 1 deletion example/bids_pom.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Combining simultaneous recordings in BIDS
tags: [example, bids, sharing]
category: example
tags: [bids, sharing]
---

# Combining simultaneous recordings in BIDS
Expand Down
3 changes: 2 additions & 1 deletion example/bids_video.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Converting an example video dataset for sharing in BIDS
tags: [example, bids, sharing, video]
category: example
tags: [bids, sharing, video]
---

# Converting an example video dataset for sharing in BIDS
Expand Down
3 changes: 2 additions & 1 deletion example/biosemi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Example analysis pipeline for Biosemi data
tags: [example, eeg, dataformat, biosemi, bdf]
category: example
tags: [eeg, dataformat, biosemi, bdf]
---

# Example analysis pipeline for Biosemi data
Expand Down
3 changes: 2 additions & 1 deletion example/checkconfig.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: How to use ft_checkconfig
tags: [example, cfg]
category: example
tags: [cfg]
---

# How to use ft_checkconfig
Expand Down
3 changes: 2 additions & 1 deletion example/coherence_snr.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Effect of SNR on Coherence
tags: [example, freq, coherence]
category: example
tags: [freq, coherence]
---

# Effect of SNR on Coherence
Expand Down
3 changes: 2 additions & 1 deletion example/combined_eeg_and_meg_source_reconstruction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Combined EEG and MEG source reconstruction
tags: [example, eeg, meg, headmodel, source]
category: example
tags: [eeg, meg, headmodel, source]
---

# Combined EEG and MEG source reconstruction
Expand Down
3 changes: 2 additions & 1 deletion example/combineplanar_pipelineorder.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: The correct pipeline order for combining planar MEG channels
tags: [example, planar, gradient, combineplanar]
category: example
tags: [planar, gradient, combineplanar]
---

# The correct pipeline order for combining planar MEG channels
Expand Down
3 changes: 2 additions & 1 deletion example/common_filters_in_beamforming.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Common filters in beamforming
tags: [example, meg, freq, source, fixme]
category: example
tags: [meg, freq, source, fixme]
---

# Common filters in beamforming
Expand Down
3 changes: 2 additions & 1 deletion example/compute_forward_simulated_data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Compute forward simulated data using ft_dipolesimulation
tags: [example, eeg, source, headmodel, dipole, simulation]
category: example
tags: [eeg, source, headmodel, dipole, simulation]
---

# Compute forward simulated data using ft_dipolesimulation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Compute forward simulated data and apply a beamformer scan
tags: [example, meg, source, dipole]
category: example
tags: [meg, source, dipole]
---

# Compute forward simulated data and apply a beamformer scan
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Compute forward simulated data and apply a dipole fit
tags: [example, eeg, source, dipole]
category: example
tags: [eeg, source, dipole]
---

# Compute forward simulated data and apply a dipole fit
Expand Down
3 changes: 2 additions & 1 deletion example/compute_leadfield.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Compute forward simulated data with the low-level ft_compute_leadfield
tags: [example, eeg, source, headmodel, dipole, simulation]
category: example
tags: [eeg, source, headmodel, dipole, simulation]
---

# Compute forward simulated data with the low-level ft_compute_leadfield
Expand Down
3 changes: 2 additions & 1 deletion example/connectivity_conditional_granger.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Conditional Granger causality in the frequency domain
tags: [example, freq, connectivity, granger]
category: example
tags: [freq, connectivity, granger]
---

# Conditional Granger causality in the frequency domain
Expand Down
3 changes: 2 additions & 1 deletion example/coregistration_quality_control.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Check the quality of the anatomical coregistration
tags: [example, source, mri, plotting]
category: example
tags: [source, mri, plotting]
---

# Check the quality of the anatomical coregistration
Expand Down
3 changes: 2 additions & 1 deletion example/correlation_analysis_in_fmri_data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Correlation analysis of fMRI data
tags: [example, fmri, raw, freq, coherence]
category: example
tags: [fmri, raw, freq, coherence]
---

# Correlation analysis of fMRI data
Expand Down
3 changes: 2 additions & 1 deletion example/crossfreq.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Cross-frequency analysis
tags: [example, freq]
category: example
tags: [freq]
---

# Cross-frequency analysis
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Detect the muscle activity in an EMG channel and use that as trial definition
tags: [example, trialfun, emg, preprocessing]
category: example
tags: [trialfun, emg, preprocessing]
---

# Detect the muscle activity in an EMG channel and use that as trial definition
Expand Down
Loading

0 comments on commit 1c4d8ea

Please sign in to comment.