chlange commited on
Commit
3df97e5
·
verified ·
1 Parent(s): d4a8491

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -3
README.md CHANGED
@@ -1,3 +1,70 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - raman-spectroscopy
4
+ - fuel-analysis
5
+ - octane-number
6
+ - additive-determination
7
+ - handheld-spectroscopy
8
+ license: cc-by-4.0
9
+ language: en
10
+ pretty_name: Gasoline Raman Spectroscopy Dataset (Benchtop)
11
+ task_categories:
12
+ - tabular-regression
13
+ configs:
14
+ - config_name: default
15
+ data_files:
16
+ - split: train
17
+ path: "train.parquet"
18
+ - split: validation
19
+ path: "val.parquet"
20
+ - split: test
21
+ path: "test.parquet"
22
+ size_categories:
23
+ - n<1K
24
+ ---
25
+
26
+ ## Dataset Overview
27
+
28
+ This dataset contains **Raman spectra** for the analysis and prediction of key parameters in commercial fuel samples (gasoline). It includes spectra of **179 fuel samples** from various refineries.
29
+
30
+ The dataset is designed for training models, such as Partial Least Squares (PLS) regression, to quickly and easily determine critical fuel characteristics like the Research Octane Number (RON) and the content of oxygenated additives, without the need for time-consuming standard laboratory procedures. The spectra here were recorded with a handheld the handheld Raman spectrometer.
31
+
32
+ ## Target Parameters and Concentration Ranges
33
+
34
+ The dataset contains measured Raman spectra correlated with reference values for the following comprehensive list of key parameters, determined according to respective norms (ASTM/DIN):
35
+
36
+ * **Research Octane Number** (RON)
37
+ * **Motor Octane Number** (MON)
38
+ * **Ethanol Content** (%)
39
+ * **Ethyl Tert-Butyl Ether** (ETBE)
40
+ * **Methyl Tert-Butyl Ether** (MTBE)
41
+ * **Density at 15°C**
42
+ * **Water Content**
43
+ * **Oxygenates Content**
44
+ * **Oxygen Content**
45
+ * **Olefins Content**
46
+ * **Aromatics Content**
47
+ * **Benzene Content**
48
+
49
+ Reference values for RON were available for all 179 samples, while other parameters (including various additive contents) were available for subsets of the samples (e.g., 164 samples for some additives).
50
+
51
+ ## Data Acquisition
52
+
53
+ Raman spectra were recorded using a handheld **Raman (h-Ram) spectrometer IDRaman mini 2.0** (Ocean Optics, Dunedin, FL, U.S.A.).
54
+
55
+ * **Instrument:** IDRaman mini 2.0
56
+ * **Laser Wavelength:** 785 nm
57
+ * **Resolution** 13 cm^{-1}
58
+ * **Spectral Range:** The raw data ranged from 2300 to 400
59
+ * **Sample Preparation:** fuel was analysed in 2 mL glass vials (Ocean Optics, Dunedin, FL, U.S.A.)
60
+
61
+ ## Citation
62
+
63
+ Users should cite the two original publication when using this dataset.
64
+
65
+ **Full Citation:**
66
+
67
+
68
+ * Legner et. al. http://dx.doi.org/10.1021/acs.energyfuels.9b02944
69
+ * Voigt et. al. https://doi.org/10.1016/j.fuel.2018.09.006
70
+