lfoppiano commited on
Commit
6ed50cb
1 Parent(s): 385d951

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - token-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - materials science
9
+ - ner
10
+ - machine learning
11
+ - superconductors
12
+ pretty_name: supermat
13
+ size_categories:
14
+ - 1M<n<10M
15
+ ---
16
+
17
+ **Official website**: https://github.com/lfoppiano/SuperMat
18
+
19
+ ### Reference
20
+
21
+ The paper discussing this datset can be found [here](https://doi.org/10.1080/27660400.2021.1918396).
22
+
23
+ For citing:
24
+ ```
25
+ @article{doi:10.1080/27660400.2021.1918396,
26
+ author = {Luca Foppiano and Sae Dieb and Akira Suzuki and Pedro Baptista de Castro and Suguru Iwasaki and Azusa Uzuki and Miren Garbine Esparza Echevarria and Yan Meng and Kensei Terashima and Laurent Romary and Yoshihiko Takano and Masashi Ishii},
27
+ title = {SuperMat: construction of a linked annotated dataset from superconductors-related publications},
28
+ journal = {Science and Technology of Advanced Materials: Methods},
29
+ volume = {1},
30
+ number = {1},
31
+ pages = {34-44},
32
+ year = {2021},
33
+ publisher = {Taylor & Francis},
34
+ doi = {10.1080/27660400.2021.1918396},
35
+
36
+ URL = {
37
+ https://doi.org/10.1080/27660400.2021.1918396
38
+
39
+ },
40
+ eprint = {
41
+ https://doi.org/10.1080/27660400.2021.1918396
42
+
43
+ }
44
+
45
+ }
46
+ ```