1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
[default]
# Where all task outputs go.
BASE = "/bigger/.cache"
TMPDIR = "/bigger/tmp"
# Raw input file locations
# ------------------------
#
# The raw input containing a single reference per line and sha1 of compressed
# file.
#
# {
# "biblio": {
# "container_name": "IEEE Trans. Pattern Anal. Mach. Intell",
# "contrib_raw_names": [
# "M Ben-Ezra",
# "S K Nayar"
# ],
# "issue": "6",
# "pages": "689-698",
# "title": "Motion-based motion deblurring",
# "unstructured": "M. Ben-Ezra and S. K. Nayar. Motion-based motion deblurring. IEEE Trans. Pattern Anal. Mach. Intell., 26(6):689-698, 2004. 2",
# "volume": "26",
# "year": 2004
# },
# "index": 0,
# "key": "b0",
# "ref_source": "grobid",
# "release_ident": "26qgat7mzrerjacrlsz3gdmcgy",
# "release_year": 2014,
# "work_ident": "aaaoe2wcbvdjthnv36dlqgkray"
# }
#
REFS_FILE = "/bigger/scholar/fatcat_scholar_work_fulltext.refs.json.zst"
# Release docs from database export.
RELEASE_EXPORT_EXPANDED_FILE = "/bigger/citations/release_export_expanded.json.zst"
# MAG directory.
MAG = "/magna/data/mag-2020-06-25"
|