-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig_setup.json
More file actions
19 lines (19 loc) · 1.01 KB
/
config_setup.json
File metadata and controls
19 lines (19 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"prog": "sciscraper",
"description": "A bulk academic PDF extractor program, designed specifically for papers about behavioral science and design.",
"source_file": "exports/240123_sample.csv",
"source_dir": "..sciscraper_v1/papers",
"dimensions_ai_dataset_url": "https://app.dimensions.ai/discover/publication/results.json",
"google_scholar_url": "https://scholar.google.com/scholar",
"semantic_scholar_url": "https://api.semanticscholar.org/graph/v1/paper/",
"citation_crosscite_url": "https://citation.crosscite.org/format",
"orcid_url": "https://pub.orcid.org/v3.0/expanded-search",
"abstract_getting_url": "https://app.dimensions.ai/details/sources/publication",
"downloader_url": "https://sci-hub.se/",
"export_dir": "exports",
"target_words": "words/target_words.txt",
"bycatch_words": "words/bycatch_words.txt",
"sleep_interval": 1.20,
"profiling_path": ".logs/profiling/sciscrape_profiling.prof",
"priority_keys": ["doi", "pdf2doi_identifier", "arxiv"]
}