MRI Tissue Mimics Data
National Institute of Standards and Technology
@usgov.national_institute_of_standard_mri_tissue_mimics_data_19457
National Institute of Standards and Technology
@usgov.national_institute_of_standard_mri_tissue_mimics_data_19457
CREATE TABLE table_1 (
"year" BIGINT,
"paper_doi" VARCHAR,
"first_author_last_name" VARCHAR,
"first_author_first_name" VARCHAR,
"measurement_date" VARCHAR,
"field_t" DOUBLE,
"frequency_mhz" DOUBLE,
"temperature_k" DOUBLE,
"t1_s" DOUBLE,
"t1_sd_s" DOUBLE,
"t1_delta" VARCHAR,
"t2_1_s" DOUBLE,
"t2_1_sd_s" DOUBLE,
"t2_1_frac_percent" DOUBLE,
"t2_2_s" DOUBLE,
"t2_2_sd_s" DOUBLE,
"t2_2_frac_percent" DOUBLE,
"t2_3_s" DOUBLE,
"t2_3_sd_s" DOUBLE,
"t2_3_frac_percent" DOUBLE,
"t2_4_s" DOUBLE,
"t2_4_sd_s" DOUBLE,
"t2_4_frac_percent" DOUBLE,
"t1_r_sq" DOUBLE,
"t2_1_r_sq" DOUBLE,
"t1rho_s" DOUBLE,
"t2star_s" DOUBLE,
"t2star_sd_s" DOUBLE,
"rho_percent" DOUBLE,
"rho_sd_percent" DOUBLE,
"relative_permittivity" DOUBLE,
"conductivity_s_m" DOUBLE,
"intrinsic_viscocity_dl_g" DOUBLE,
"adc_mm2_s_1" DOUBLE,
"estimated_from_graph" VARCHAR,
"is_formulaic" VARCHAR,
"material_type" VARCHAR,
"material_subtype" VARCHAR,
"material_designation" VARCHAR,
"sequence_type" VARCHAR,
"experiment_type" VARCHAR,
"evap_protocol" VARCHAR,
"oxygen" VARCHAR,
"echo_time_s" VARCHAR,
"repetion_time_s" VARCHAR,
"inversion_time_s" VARCHAR,
"acquisition_time_s" DOUBLE,
"t1rho_spin_lock_time_s" VARCHAR,
"t1rho_spin_lock_freq_khz" DOUBLE,
"voxel_dimension_1_mm" DOUBLE,
"voxel_dimension_2_mm" DOUBLE,
"voxel_dimension_3_mm" VARCHAR,
"fov_1_mm" DOUBLE,
"fov_2_mm" DOUBLE,
"fov_3_mm" DOUBLE,
"n_averages" DOUBLE,
"excitation_flip_angle_degrees" DOUBLE,
"pulse_excitation_shape" VARCHAR,
"pulses_180" DOUBLE,
"delta_little_s" DOUBLE,
"delta_big_s" DOUBLE,
"number_of_components" DOUBLE,
"component_1_name" VARCHAR,
"component_1_frac_unit" DOUBLE,
"component_1_frac_unit_type" VARCHAR,
"component_1_molecular_weight" DOUBLE,
"component_1_molecular_formula" VARCHAR,
"component_2_name" VARCHAR,
"component_2_frac_unit" DOUBLE,
"component_2_frac_unit_type" VARCHAR,
"component_2_molecular_weight" DOUBLE,
"component_2_density_g_ml" VARCHAR,
"component_2_molecular_formula" VARCHAR,
"component_2_polydispersity" DOUBLE,
"component_3_name" VARCHAR,
"component_3_frac_unit" DOUBLE,
"component_3_frac_unit_type" VARCHAR,
"component_3_molecular_weight" DOUBLE,
"component_3_density_g_ml" DOUBLE,
"component_3_molecular_formula" VARCHAR,
"component_4_name" VARCHAR,
"component_4_frac_unit" DOUBLE,
"component_4_frac_unit_type" VARCHAR,
"component_4_molecular_weight" DOUBLE,
"component_4_molecular_formula" VARCHAR,
"component_4_density" DOUBLE,
"component_5_name" VARCHAR,
"component_5_frac_unit" DOUBLE,
"component_5_frac_unit_type" VARCHAR,
"component_5_molecular_weight" DOUBLE,
"component_5_density" DOUBLE,
"component_5_molecular_formula" VARCHAR,
"component_6_name" VARCHAR,
"component_6_frac_unit" DOUBLE,
"component_6_frac_unit_type" VARCHAR,
"component_6_molecular_weight" DOUBLE,
"component_6_density" DOUBLE,
"component_6_molecular_formula" VARCHAR
);
Anyone who has the link will be able to view this.