From 2a26a9384b6df0ec1d3baea31f3f4fc38b21271d Mon Sep 17 00:00:00 2001 From: Robert Oostenveld Date: Tue, 24 Sep 2024 10:37:07 +0200 Subject: [PATCH] updated tags --- _data/tag/distcomp.yml | 3 +++ _data/tag/faq.yml | 18 ++++++++++++++++++ _data/tag/freq.yml | 3 +++ _data/tag/layout.yml | 3 +++ _data/tag/matlab.yml | 3 +++ _data/tag/plotting.yml | 6 ++++++ 6 files changed, 36 insertions(+) diff --git a/_data/tag/distcomp.yml b/_data/tag/distcomp.yml index 758caf9a9..5a8407399 100644 --- a/_data/tag/distcomp.yml +++ b/_data/tag/distcomp.yml @@ -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 diff --git a/_data/tag/faq.yml b/_data/tag/faq.yml index 1c6bac68b..19a9aefdc 100644 --- a/_data/tag/faq.yml +++ b/_data/tag/faq.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/_data/tag/freq.yml b/_data/tag/freq.yml index 043872206..cb57c25ef 100644 --- a/_data/tag/freq.yml +++ b/_data/tag/freq.yml @@ -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 diff --git a/_data/tag/layout.yml b/_data/tag/layout.yml index 8b090cb58..c42dbf780 100644 --- a/_data/tag/layout.yml +++ b/_data/tag/layout.yml @@ -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 diff --git a/_data/tag/matlab.yml b/_data/tag/matlab.yml index c0bbf7565..72513dfe0 100644 --- a/_data/tag/matlab.yml +++ b/_data/tag/matlab.yml @@ -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 diff --git a/_data/tag/plotting.yml b/_data/tag/plotting.yml index abd6a92f9..90a75d228 100644 --- a/_data/tag/plotting.yml +++ b/_data/tag/plotting.yml @@ -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