Skip to content

Commit 0643db1

Browse files
committed
docs: 📝 Docs for 14946186
1 parent 1cdf7de commit 0643db1

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

src/models/14946186/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Autogenerated databases of yield strength and grain size using ChemDataExtractor
2+
3+
Source: https://figshare.com/articles/dataset/Autogenerated_databases_of_yield_strength_and_grain_size_using_ChemDataExtractor/14946186
4+
5+
License: MIT, https://opensource.org/license/MIT
6+
7+
This database is created from a database released for [Kumar, P., Kabra, S., & Cole, J. M. (2022). auto-generating databases of Yield Strength and Grain Size using ChemDataExtractor. Scientific Data, 9(1), 292.](https://www.nature.com/articles/s41597-022-01301-w).
8+
9+
This paper uses ChemDataExtractor to auto-generate databases of yield strength and grain size values by extracting information from the literature. The automatically-extracted data is organized into four databases:
10+
11+
- YieldStrength_Database includes data about yield strength
12+
- GrainSize_Database includes data about grain size
13+
- EngineeringReady_YieldStrength_Database
14+
- Combined_YieldStrength_GrainSize_Database has a subset of columns from YieldStrength_Database and GrainSize_Database

src/models/14946186/YieldStrengthAndGrainSizeModel.jv

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
/*
2-
* This pipeline has been designed in accordance to the paper cited as "Kumar, P., Kabra, S., & Cole, J. M. (2022). auto-generating databases of Yield Strength and Grain Size using ChemDataExtractor.
3-
* Scientific Data, 9(1), 292." This paper studies the use of the ’materials-aware’ text-mining toolkit, ChemDataExtractor, to auto-generate databases of yieldstrength and grain-size values by extracting
4-
* such information from the literature. The precision of the extracted data is 83.0% for yield strength and 78.8% for grain size. The automatically-extracted data were organised into 4 databases:
5-
*
6-
* Database 1: YieldStrength_Database includes data about yield strength.
7-
* Database 2: GrainSize_Database includes data about grain size.
8-
* Database 3: EngineeringReady_YieldStrength_Database.
9-
* Database 4: Combined_YieldStrength_GrainSize_Database has a subset of columns from DB1 and DB2.
10-
*/
11-
12-
131
use {
142
LengthUnit,
153
PressureUnit,
@@ -32,15 +20,12 @@ constraint AllowedParsingMethodList on text: value in [
3220
"Table Parsing"
3321
];
3422
valuetype ParsingMethod oftype text {
35-
constraints:
36-
[
23+
constraints: [
3724
AllowedParsingMethodList
3825
];
3926
}
4027

41-
4228
pipeline YieldStrengthAndGrainSizePipeline {
43-
4429
FileExtractor
4530
-> ZipInterpreter
4631
-> CombinedCSVPicker

0 commit comments

Comments
 (0)