From a8355394cea30a4b2f8597500df347db5e1d9150 Mon Sep 17 00:00:00 2001 From: Sean Broderick Date: Sun, 29 Mar 2020 15:14:53 -0400 Subject: [PATCH] fix data_compression hosting links (and file org) --- ...gh_Compression_Ratios_of_Scientific_Datasets.pdf | Bin data_compression/README.md | 10 +++++----- ...Prediction_and_Error-Controlled_Quantization.pdf | Bin ...r_bounded_Lossy_hpc_data_compression_with_sz.pdf | Bin .../fixed-rate_compressed_floating_point_arrays.pdf | Bin ...sor_for_double_precision_floating_point_data.pdf | 0 6 files changed, 5 insertions(+), 5 deletions(-) rename data_compression/{scientific_data_compression => }/Error-Controlled_Lossy_Compression_Optimized_for_High_Compression_Ratios_of_Scientific_Datasets.pdf (100%) rename data_compression/{scientific_data_compression => }/Significantly_Improving_Lossy_Compression_for_Scientific_Data_Sets_Based_on_Multidimensional_Prediction_and_Error-Controlled_Quantization.pdf (100%) rename data_compression/{scientific_data_compression => }/fast_error_bounded_Lossy_hpc_data_compression_with_sz.pdf (100%) rename data_compression/{scientific_data_compression => }/fixed-rate_compressed_floating_point_arrays.pdf (100%) rename data_compression/{scientific_data_compression => }/fpc_a_high_speed_compressor_for_double_precision_floating_point_data.pdf (100%) diff --git a/data_compression/scientific_data_compression/Error-Controlled_Lossy_Compression_Optimized_for_High_Compression_Ratios_of_Scientific_Datasets.pdf b/data_compression/Error-Controlled_Lossy_Compression_Optimized_for_High_Compression_Ratios_of_Scientific_Datasets.pdf similarity index 100% rename from data_compression/scientific_data_compression/Error-Controlled_Lossy_Compression_Optimized_for_High_Compression_Ratios_of_Scientific_Datasets.pdf rename to data_compression/Error-Controlled_Lossy_Compression_Optimized_for_High_Compression_Ratios_of_Scientific_Datasets.pdf diff --git a/data_compression/README.md b/data_compression/README.md index 71ce005..477a20a 100644 --- a/data_compression/README.md +++ b/data_compression/README.md @@ -6,18 +6,18 @@ ## Scientific Data Compression -* :scroll: [Fast Error-bounded Lossy HPC Data Compression with SZ](https://www.mcs.anl.gov/papers/P5437-1115.pdf) +* :scroll: [Fast Error-bounded Lossy HPC Data Compression with SZ](fast_error_bounded_Lossy_hpc_data_compression_with_sz.pdf) > This is the first version of SZ. In this paper, SZ is introduced to achieve data reduction using regression-based data point prediction. -* :scroll: [Significantly Improving Lossy Compression for Scientific Data Sets Based on Multidimensional Prediction and Error-Controlled Quantization](https://arxiv.org/pdf/1706.03791.pdf) +* :scroll: [Significantly Improving Lossy Compression for Scientific Data Sets Based on Multidimensional Prediction and Error-Controlled Quantization](Significantly_Improving_Lossy_Compression_for_Scientific_Data_Sets_Based_on_Multidimensional_Prediction_and_Error-Controlled_Quantization.pdf) > This work is known as SZ-1.4. In this work, SZ employs multi-dimensional data prediction so that data with dimension larger than 1 is no longer linearized into single dimension before compression. In this way, more data locality is preserved thus compression ratio is improved. -* :scroll: [Error-Controlled Lossy Compression Optimized for High Compression Ratios of Scientific Datasets](https://www.mcs.anl.gov/~hguo/publications/LiangDTLLGCC18.pdf) +* :scroll: [Error-Controlled Lossy Compression Optimized for High Compression Ratios of Scientific Datasets](Error-Controlled_Lossy_Compression_Optimized_for_High_Compression_Ratios_of_Scientific_Datasets.pdf) > This work is known as SZ-2.0. In this work, authors proposed an online selection tool between 2 predictors, the mean-integrated Lorenzo predictor and linear regression-based predictor. Users can choose the predictor that yields larger compression ratio with higher prediction accuracy. - * :scroll: [Fixed-Rate Compressed Floating-Point Arrays](http://vis.cs.ucdavis.edu/vis2014papers/TVCG/papers/2674_20tvcg12-lindstrom-2346458.pdf) + * :scroll: [Fixed-Rate Compressed Floating-Point Arrays](fixed-rate_compressed_floating_point_arrays.pdf) -* :scroll: [FPC: A High-Speed Compressor for Double-Precision Floating-Point Data](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.388.2782&rep=rep1&type=pdf) +* :scroll: [FPC: A High-Speed Compressor for Double-Precision Floating-Point Data](fpc_a_high_speed_compressor_for_double_precision_floating_point_data.pdf) diff --git a/data_compression/scientific_data_compression/Significantly_Improving_Lossy_Compression_for_Scientific_Data_Sets_Based_on_Multidimensional_Prediction_and_Error-Controlled_Quantization.pdf b/data_compression/Significantly_Improving_Lossy_Compression_for_Scientific_Data_Sets_Based_on_Multidimensional_Prediction_and_Error-Controlled_Quantization.pdf similarity index 100% rename from data_compression/scientific_data_compression/Significantly_Improving_Lossy_Compression_for_Scientific_Data_Sets_Based_on_Multidimensional_Prediction_and_Error-Controlled_Quantization.pdf rename to data_compression/Significantly_Improving_Lossy_Compression_for_Scientific_Data_Sets_Based_on_Multidimensional_Prediction_and_Error-Controlled_Quantization.pdf diff --git a/data_compression/scientific_data_compression/fast_error_bounded_Lossy_hpc_data_compression_with_sz.pdf b/data_compression/fast_error_bounded_Lossy_hpc_data_compression_with_sz.pdf similarity index 100% rename from data_compression/scientific_data_compression/fast_error_bounded_Lossy_hpc_data_compression_with_sz.pdf rename to data_compression/fast_error_bounded_Lossy_hpc_data_compression_with_sz.pdf diff --git a/data_compression/scientific_data_compression/fixed-rate_compressed_floating_point_arrays.pdf b/data_compression/fixed-rate_compressed_floating_point_arrays.pdf similarity index 100% rename from data_compression/scientific_data_compression/fixed-rate_compressed_floating_point_arrays.pdf rename to data_compression/fixed-rate_compressed_floating_point_arrays.pdf diff --git a/data_compression/scientific_data_compression/fpc_a_high_speed_compressor_for_double_precision_floating_point_data.pdf b/data_compression/fpc_a_high_speed_compressor_for_double_precision_floating_point_data.pdf similarity index 100% rename from data_compression/scientific_data_compression/fpc_a_high_speed_compressor_for_double_precision_floating_point_data.pdf rename to data_compression/fpc_a_high_speed_compressor_for_double_precision_floating_point_data.pdf