Skip to content

Commit 3183f95

Browse files
committed
v1.1.0_hydrogen
v1.1.0_hydrogen: Bug fixes implemented, field merging algorithms optimized, Machine Learning enrichment enhanced with improved clarity (still experimental), resolved MACOS compatibility issues for API enrichment, and introduced multiple performance optimizations and statistical analysis improvements.
1 parent 2de5324 commit 3183f95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

API_config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"scopus": {
3-
"api_key": "cdd53243ce77568adb725bfc04497152",
3+
"api_key": "YOUR-SCOPUS-API-KEY",
44
"description": "Get your API key from https://dev.elsevier.com/"
55
},
66
"semantic_scholar": {
77
"api_key": "YOUR-SEMANTIC-SCHOLAR-KEY",
88
"description": "Optional. Get your key from https://www.semanticscholar.org/product/api"
99
},
1010
"unpaywall": {
11-
"email": "burakcan.kara@amasya.edu.tr",
11+
"email": "name@univ.edu.tr",
1212
"description": "Use your institutional email for Unpaywall access"
1313
},
1414
"crossref": {
15-
"email": "burakcankara@gmail.com",
15+
"email": "name@yourdomain.com",
1616
"description": "Recommended for better rate limits with CrossRef"
1717
}
1818
}

0 commit comments

Comments
 (0)