Skip to content

Commit

Permalink
updated tags
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld committed Sep 24, 2024
1 parent a139ebd commit 2a26a93
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _data/tag/distcomp.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- name: How can I distribute a batch of jobs?
link: /faq/how_can_i_distribute_a_batch_of_jobs

- name: How to get started with the MATLAB distributed computing toolbox?
link: /faq/how_to_get_started_with_the_matlab_distributed_computing_toolbox

Expand Down
18 changes: 18 additions & 0 deletions _data/tag/faq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
- name: Can I get an offline version of the documentation on the website?
link: /faq/can_i_get_an_offline_version_of_the_wiki_documentation

- name: Can I organize my own FieldTrip workshop?
link: /faq/can_i_organize_my_own_workshop

- name: Can I prevent "external" toolboxes from being added to my MATLAB path?
link: /faq/can_i_prevent_external_toolboxes_from_being_added_to_my_matlab_path

Expand Down Expand Up @@ -145,6 +148,9 @@
- name: How can I determine the onset of an effect?
link: /faq/how_can_i_determine_the_onset_of_an_effect

- name: How can I distribute a batch of jobs?
link: /faq/how_can_i_distribute_a_batch_of_jobs

- name: How can I do time-frequency analysis on continuous data?
link: /faq/how_can_i_do_time-frequency_analysis_on_continuous_data

Expand Down Expand Up @@ -178,6 +184,9 @@
- name: How can I keep track of changes to the code?
link: /faq/how_can_i_keep_track_of_the_changes_to_the_code

- name: How can I map source locations onto an anatomical label in an atlas?
link: /faq/how_can_i_map_source_locations_between_two_different_representations

- name: How can I merge two datasets that were acquired simultaneously with different amplifiers?
link: /faq/how_can_i_merge_two_datasets_that_were_acquired_simultaneously_with_different_amplifiers

Expand Down Expand Up @@ -247,6 +256,9 @@
- name: How does a difference in trial numbers per condition affect my statistical test
link: /faq/how_does_a_difference_in_trial_numbers_per_condition_affect_my_statistical_test

- name: How does ft_prepare_neighbours work?
link: /faq/how_does_ft_prepare_neighbours_work

- name: How does the CTF higher-order gradiometer work?
link: /faq/how_does_the_ctf_higher-order_gradiometer_work

Expand Down Expand Up @@ -403,6 +415,9 @@
- name: The databrowser crashes and destroys the whole MATLAB session, how can I resolve this?
link: /faq/the_databrowser_crashes_and_destroys_the_whole_matlab_session_how_can_i_resolve_this

- name: What is meant by time-frequency trade off?
link: /faq/timefreqtradeoff

- name: How can I check or decipher the sequence of triggers in my data?
link: /faq/triggers

Expand Down Expand Up @@ -436,6 +451,9 @@
- name: What does "padding not sufficient for requested frequency resolution" mean?
link: /faq/what_does_padding_not_sufficient_for_requested_frequency_resolution_mean

- name: What is a good way to save images for later processing in other software?
link: /faq/what_is_a_good_way_to_save_images_for_later_processing_in_other_software

- name: What is the conductivity of the brain, CSF, skull and skin tissue?
link: /faq/what_is_the_conductivity_of_the_brain_csf_skull_and_skin_tissue

Expand Down
3 changes: 3 additions & 0 deletions _data/tag/freq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
- name: How does MTMCONVOL work?
link: /faq/mtmconvol

- name: What is meant by time-frequency trade off?
link: /faq/timefreqtradeoff

- name: What are the differences between the old and the new implementation of 'mtmconvol' in ft_freqanalyis?
link: /faq/what_are_the_differences_between_the_old_and_the_new_implementation_of_mtmconvol_in_ft_freqanalyis

Expand Down
3 changes: 3 additions & 0 deletions _data/tag/layout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- name: How do I construct a layout file for the plotting functions?
link: /faq/how_do_i_construct_a_layout_file_for_the_plotting_functions

- name: What are the different Neuromag/Elekta/Megin and Yokogawa layouts good for?
link: /faq/what_are_the_different_neuromag_and_yokogawa_layouts_good_for

- name: What is the format of the layout file which is used for plotting?
link: /faq/what_is_the_format_of_the_layout_file_which_is_used_for_plotting

Expand Down
3 changes: 3 additions & 0 deletions _data/tag/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
- name: How fast is the FieldTrip buffer for realtime data streaming?
link: /faq/how_fast_is_the_fieldtrip_buffer_for_realtime_data_streaming

- name: How many lines of code does FieldTrip consist of?
link: /faq/how_many_lines_of_code_does_fieldtrip_consist_of

- name: Installation and setting up the path
link: /faq/installation

Expand Down
6 changes: 6 additions & 0 deletions _data/tag/plotting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
- name: I am having problems printing figures that use opacity
link: /faq/i_am_having_problems_printing_figures_that_use_opacity

- name: What are the different Neuromag/Elekta/Megin and Yokogawa layouts good for?
link: /faq/what_are_the_different_neuromag_and_yokogawa_layouts_good_for

- name: What is a good way to save images for later processing in other software?
link: /faq/what_is_a_good_way_to_save_images_for_later_processing_in_other_software

- name: What is the format of the layout file which is used for plotting?
link: /faq/what_is_the_format_of_the_layout_file_which_is_used_for_plotting

Expand Down

0 comments on commit 2a26a93

Please sign in to comment.