pyeasyphd 0.3.12__tar.gz → 0.3.13__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pyeasyphd might be problematic. Click here for more details.
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/PKG-INFO +1 -1
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/scripts/_base.py +6 -6
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/scripts/run_article_md.py +4 -4
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/scripts/run_article_tex.py +4 -4
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/scripts/run_beamer_tex.py +4 -4
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/scripts/run_compare.py +4 -4
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/scripts/run_format.py +4 -4
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/scripts/run_generate.py +10 -10
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/scripts/run_search.py +14 -14
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyproject.toml +1 -1
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/LICENSE +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/README.md +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/.python-version +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/Main.sublime-menu +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/__init__.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/data/Templates/CSL/apa-no-ampersand.csl +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/data/Templates/CSL/apa.csl +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/data/Templates/CSL/ieee.csl +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/data/Templates/TEX/Article.tex +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/data/Templates/TEX/Article_Header.tex +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/data/Templates/TEX/Article_Tail.tex +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/data/Templates/TEX/Beamer_Header.tex +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/data/Templates/TEX/Beamer_Tail.tex +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/data/Templates/TEX/Style.tex +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/data/Templates/TEX/TEVC_Header.tex +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/data/Templates/TEX/TEVC_Tail.tex +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/data/Templates/TEX/eisvogel.beamer +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/data/Templates/TEX/eisvogel.latex +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/data/Templates/TEX/eisvogel.tex +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/data/Templates/TEX/math.tex +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/data/Templates/TEX/math_commands.tex +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/data/Templates/TEX/nextaimathmacros.sty +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/main/__init__.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/main/basic_input.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/main/pandoc_md_to.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/main/python_run_md.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/main/python_run_tex.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/pyeasyphd.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/pyeasyphd.sublime-settings +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/pyeasyphd.sublime-syntax +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/scripts/__init__.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/tools/__init__.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/tools/generate/generate_from_bibs.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/tools/generate/generate_html.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/tools/generate/generate_library.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/tools/generate/generate_links.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/tools/py_run_bib_md_tex.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/tools/search/data.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/tools/search/search_base.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/tools/search/search_core.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/tools/search/search_keywords.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/tools/search/search_writers.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/tools/search/utils.py +0 -0
- {pyeasyphd-0.3.12 → pyeasyphd-0.3.13}/pyeasyphd/utils/utils.py +0 -0
|
@@ -17,7 +17,7 @@ def build_base_options(
|
|
|
17
17
|
include_abbr_list: List[str],
|
|
18
18
|
exclude_publisher_list: List[str],
|
|
19
19
|
exclude_abbr_list: List[str],
|
|
20
|
-
|
|
20
|
+
path_conf_j_jsons: str,
|
|
21
21
|
) -> Dict[str, Any]:
|
|
22
22
|
"""
|
|
23
23
|
Build options dictionary with common configuration.
|
|
@@ -27,20 +27,20 @@ def build_base_options(
|
|
|
27
27
|
include_abbr_list: List of conference/journal abbreviations to include
|
|
28
28
|
exclude_publisher_list: List of publishers to exclude
|
|
29
29
|
exclude_abbr_list: List of conference/journal abbreviations to exclude
|
|
30
|
-
|
|
30
|
+
path_conf_j_jsons: Base path for conferences/journals JSON files
|
|
31
31
|
|
|
32
32
|
Returns:
|
|
33
33
|
Dictionary containing configured options
|
|
34
34
|
"""
|
|
35
|
-
|
|
35
|
+
path_conf_j_jsons = expand_path(path_conf_j_jsons)
|
|
36
36
|
return {
|
|
37
37
|
"include_publisher_list": include_publisher_list,
|
|
38
38
|
"include_abbr_list": include_abbr_list,
|
|
39
39
|
"exclude_publisher_list": exclude_publisher_list,
|
|
40
40
|
"exclude_abbr_list": exclude_abbr_list,
|
|
41
|
-
"full_json_c": os.path.join(
|
|
42
|
-
"full_json_j": os.path.join(
|
|
43
|
-
"full_json_k": os.path.join(
|
|
41
|
+
"full_json_c": os.path.join(path_conf_j_jsons, "conferences.json"),
|
|
42
|
+
"full_json_j": os.path.join(path_conf_j_jsons, "journals.json"),
|
|
43
|
+
"full_json_k": os.path.join(path_conf_j_jsons, "keywords.json"),
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
|
|
@@ -8,7 +8,7 @@ def run_article_md_daily_notes(
|
|
|
8
8
|
input_file_names: list[str],
|
|
9
9
|
path_output_file: str,
|
|
10
10
|
bib_path_or_file: str,
|
|
11
|
-
|
|
11
|
+
path_conf_j_jsons: str,
|
|
12
12
|
options: dict
|
|
13
13
|
) -> None:
|
|
14
14
|
"""
|
|
@@ -19,7 +19,7 @@ def run_article_md_daily_notes(
|
|
|
19
19
|
input_file_names (list[str]): List of input file names
|
|
20
20
|
path_output_file (str): Path to output directory
|
|
21
21
|
bib_path_or_file (str): Path to bibliography file or directory
|
|
22
|
-
|
|
22
|
+
path_conf_j_jsons (str): Path to conferences and journals JSON files directory
|
|
23
23
|
options (dict): Additional options to override default settings
|
|
24
24
|
|
|
25
25
|
Returns:
|
|
@@ -30,8 +30,8 @@ def run_article_md_daily_notes(
|
|
|
30
30
|
|
|
31
31
|
# Initialize default options with detailed descriptions
|
|
32
32
|
_options = {
|
|
33
|
-
"full_json_c": os.path.expanduser(os.path.join(
|
|
34
|
-
"full_json_j": os.path.expanduser(os.path.join(
|
|
33
|
+
"full_json_c": os.path.expanduser(os.path.join(path_conf_j_jsons, "conferences.json")),
|
|
34
|
+
"full_json_j": os.path.expanduser(os.path.join(path_conf_j_jsons, "journals.json")),
|
|
35
35
|
|
|
36
36
|
# figure options
|
|
37
37
|
"includegraphics_figs_directory": "",
|
|
@@ -10,7 +10,7 @@ def run_article_tex_submit(
|
|
|
10
10
|
input_file_names: list[str],
|
|
11
11
|
path_output_file: str,
|
|
12
12
|
bib_path_or_file: str,
|
|
13
|
-
|
|
13
|
+
path_conf_j_jsons: str,
|
|
14
14
|
options: dict
|
|
15
15
|
) -> None:
|
|
16
16
|
"""
|
|
@@ -26,7 +26,7 @@ def run_article_tex_submit(
|
|
|
26
26
|
input_file_names (list[str]): List of input file names
|
|
27
27
|
path_output_file (str): Path to output directory
|
|
28
28
|
bib_path_or_file (str): Path to bibliography file or directory
|
|
29
|
-
|
|
29
|
+
path_conf_j_jsons (str): Path to conferences and journals JSON files directory
|
|
30
30
|
options (dict): Additional options to override default settings
|
|
31
31
|
|
|
32
32
|
Returns:
|
|
@@ -37,8 +37,8 @@ def run_article_tex_submit(
|
|
|
37
37
|
|
|
38
38
|
# Initialize default options with detailed descriptions
|
|
39
39
|
_options = {
|
|
40
|
-
"full_json_c": os.path.expanduser(os.path.join(
|
|
41
|
-
"full_json_j": os.path.expanduser(os.path.join(
|
|
40
|
+
"full_json_c": os.path.expanduser(os.path.join(path_conf_j_jsons, "conferences.json")),
|
|
41
|
+
"full_json_j": os.path.expanduser(os.path.join(path_conf_j_jsons, "journals.json")),
|
|
42
42
|
|
|
43
43
|
# figure options
|
|
44
44
|
"includegraphics_figs_directory": os.path.join(path_input_file, "data", "raw"),
|
|
@@ -8,7 +8,7 @@ def run_beamer_tex_weekly_reports(
|
|
|
8
8
|
input_file_names: list[str],
|
|
9
9
|
path_output_file: str,
|
|
10
10
|
bib_path_or_file: str,
|
|
11
|
-
|
|
11
|
+
path_conf_j_jsons: str,
|
|
12
12
|
options: dict
|
|
13
13
|
) -> None:
|
|
14
14
|
"""
|
|
@@ -24,7 +24,7 @@ def run_beamer_tex_weekly_reports(
|
|
|
24
24
|
input_file_names (list[str]): List of input file names
|
|
25
25
|
path_output_file (str): Path to output directory
|
|
26
26
|
bib_path_or_file (str): Path to bibliography file or directory
|
|
27
|
-
|
|
27
|
+
path_conf_j_jsons (str): Path to conferences and journals JSON files directory
|
|
28
28
|
options (dict): Additional options to override default settings
|
|
29
29
|
|
|
30
30
|
Returns:
|
|
@@ -35,8 +35,8 @@ def run_beamer_tex_weekly_reports(
|
|
|
35
35
|
|
|
36
36
|
# Initialize default options with detailed descriptions
|
|
37
37
|
_options = {
|
|
38
|
-
"full_json_c": os.path.expanduser(os.path.join(
|
|
39
|
-
"full_json_j": os.path.expanduser(os.path.join(
|
|
38
|
+
"full_json_c": os.path.expanduser(os.path.join(path_conf_j_jsons, "conferences.json")),
|
|
39
|
+
"full_json_j": os.path.expanduser(os.path.join(path_conf_j_jsons, "journals.json")),
|
|
40
40
|
|
|
41
41
|
# figure options
|
|
42
42
|
"includegraphics_figs_directory": "",
|
|
@@ -9,7 +9,7 @@ def run_compare_bib_with_local(
|
|
|
9
9
|
path_output: str,
|
|
10
10
|
path_spidered_bibs: str,
|
|
11
11
|
path_spidering_bibs: str,
|
|
12
|
-
|
|
12
|
+
path_conf_j_jsons: str,
|
|
13
13
|
) -> None:
|
|
14
14
|
# Expand and normalize file paths
|
|
15
15
|
need_compare_bib, path_output, path_spidered_bibs, path_spidering_bibs = expand_paths(
|
|
@@ -17,7 +17,7 @@ def run_compare_bib_with_local(
|
|
|
17
17
|
)
|
|
18
18
|
|
|
19
19
|
# Update options
|
|
20
|
-
options_ = build_base_options([], [], ["arXiv"], [],
|
|
20
|
+
options_ = build_base_options([], [], ["arXiv"], [], path_conf_j_jsons)
|
|
21
21
|
options_["include_early_access"] = True
|
|
22
22
|
options_.update(options)
|
|
23
23
|
|
|
@@ -30,7 +30,7 @@ def run_compare_bib_with_zotero(
|
|
|
30
30
|
need_compare_bib: str,
|
|
31
31
|
zotero_bib: str,
|
|
32
32
|
path_output: str,
|
|
33
|
-
|
|
33
|
+
path_conf_j_jsons: str,
|
|
34
34
|
) -> None:
|
|
35
35
|
# Expand and normalize file paths
|
|
36
36
|
need_compare_bib, zotero_bib, path_output = expand_paths(
|
|
@@ -38,7 +38,7 @@ def run_compare_bib_with_zotero(
|
|
|
38
38
|
)
|
|
39
39
|
|
|
40
40
|
# Update options
|
|
41
|
-
options_ = build_base_options([], [], ["arXiv"], [],
|
|
41
|
+
options_ = build_base_options([], [], ["arXiv"], [], path_conf_j_jsons)
|
|
42
42
|
options_.update(options)
|
|
43
43
|
|
|
44
44
|
# Compare
|
|
@@ -9,13 +9,13 @@ def run_format_bib_to_save_by_entry_type(
|
|
|
9
9
|
options: dict,
|
|
10
10
|
need_format_bib: str,
|
|
11
11
|
path_output: str,
|
|
12
|
-
|
|
12
|
+
path_conf_j_jsons: str,
|
|
13
13
|
) -> None:
|
|
14
14
|
# Expand and normalize file paths
|
|
15
15
|
need_format_bib, path_output = expand_paths(need_format_bib, path_output)
|
|
16
16
|
|
|
17
17
|
# Update options
|
|
18
|
-
options_ = build_base_options([], [], [], [],
|
|
18
|
+
options_ = build_base_options([], [], [], [], path_conf_j_jsons)
|
|
19
19
|
options_.update(options)
|
|
20
20
|
|
|
21
21
|
format_bib_to_save_mode_by_entry_type(Path(need_format_bib).stem, path_output, need_format_bib, options=options_)
|
|
@@ -25,13 +25,13 @@ def run_format_bib_to_abbr_zotero_save(
|
|
|
25
25
|
options: dict,
|
|
26
26
|
need_format_bib: str,
|
|
27
27
|
path_output: str,
|
|
28
|
-
|
|
28
|
+
path_conf_j_jsons: str,
|
|
29
29
|
) -> None:
|
|
30
30
|
# Expand and normalize file paths
|
|
31
31
|
need_format_bib, path_output = expand_paths(need_format_bib, path_output)
|
|
32
32
|
|
|
33
33
|
# Update options
|
|
34
|
-
options_ = build_base_options([], [], [], [],
|
|
34
|
+
options_ = build_base_options([], [], [], [], path_conf_j_jsons)
|
|
35
35
|
options_.update(options)
|
|
36
36
|
|
|
37
37
|
format_bib_to_abbr_zotero_save_modes(need_format_bib, path_output, options=options_)
|
|
@@ -11,13 +11,13 @@ def run_generate_j_weekly(
|
|
|
11
11
|
path_weekly_docs: str,
|
|
12
12
|
keywords_category_names: list[str],
|
|
13
13
|
path_spidering_bibs: str,
|
|
14
|
-
|
|
14
|
+
path_conf_j_jsons: str,
|
|
15
15
|
):
|
|
16
16
|
# Expand and normalize file paths
|
|
17
17
|
path_weekly_docs, path_spidering_bibs = expand_paths(path_weekly_docs, path_spidering_bibs)
|
|
18
18
|
|
|
19
19
|
# Update options
|
|
20
|
-
options_ = build_base_options([], [], ["arXiv"], [],
|
|
20
|
+
options_ = build_base_options([], [], ["arXiv"], [], path_conf_j_jsons)
|
|
21
21
|
options_.update(options)
|
|
22
22
|
|
|
23
23
|
# Generate md and html files
|
|
@@ -49,13 +49,13 @@ def run_generate_j_e_weekly(
|
|
|
49
49
|
path_weekly_docs: str,
|
|
50
50
|
keywords_category_names: list[str],
|
|
51
51
|
path_spidering_bibs: str,
|
|
52
|
-
|
|
52
|
+
path_conf_j_jsons: str,
|
|
53
53
|
):
|
|
54
54
|
# Expand and normalize file paths
|
|
55
55
|
path_weekly_docs, path_spidering_bibs = expand_paths(path_weekly_docs, path_spidering_bibs)
|
|
56
56
|
|
|
57
57
|
# Update options
|
|
58
|
-
options_ = build_base_options([], [], ["arXiv"], [],
|
|
58
|
+
options_ = build_base_options([], [], ["arXiv"], [], path_conf_j_jsons)
|
|
59
59
|
options_.update(options)
|
|
60
60
|
options_["early_access"] = True
|
|
61
61
|
|
|
@@ -94,13 +94,13 @@ def run_generate_j_monthly(
|
|
|
94
94
|
path_monthly_docs: str,
|
|
95
95
|
keywords_category_names: list[str],
|
|
96
96
|
path_spidering_bibs: str,
|
|
97
|
-
|
|
97
|
+
path_conf_j_jsons: str,
|
|
98
98
|
):
|
|
99
99
|
# Expand and normalize file paths
|
|
100
100
|
path_monthly_docs, path_spidering_bibs = expand_paths(path_monthly_docs, path_spidering_bibs)
|
|
101
101
|
|
|
102
102
|
# Update options
|
|
103
|
-
options_ = build_base_options([], [], ["arXiv"], [],
|
|
103
|
+
options_ = build_base_options([], [], ["arXiv"], [], path_conf_j_jsons)
|
|
104
104
|
options_.update(options)
|
|
105
105
|
|
|
106
106
|
# Generate md and html files
|
|
@@ -138,14 +138,14 @@ def run_generate_j_yearly(
|
|
|
138
138
|
path_yearly_docs: str,
|
|
139
139
|
keywords_category_names: list[str],
|
|
140
140
|
path_spidered_bibs: str,
|
|
141
|
-
|
|
141
|
+
path_conf_j_jsons: str,
|
|
142
142
|
year_list: list[str],
|
|
143
143
|
):
|
|
144
144
|
# Expand and normalize file paths
|
|
145
145
|
path_yearly_docs, path_spidered_bibs = expand_paths(path_yearly_docs, path_spidered_bibs)
|
|
146
146
|
|
|
147
147
|
# Update options
|
|
148
|
-
options_ = build_base_options([], [], ["arXiv"], [],
|
|
148
|
+
options_ = build_base_options([], [], ["arXiv"], [], path_conf_j_jsons)
|
|
149
149
|
options_.update(options)
|
|
150
150
|
|
|
151
151
|
# Generate md and html files
|
|
@@ -177,14 +177,14 @@ def run_generate_c_yearly(
|
|
|
177
177
|
path_yearly_docs: str,
|
|
178
178
|
keywords_category_names: list[str],
|
|
179
179
|
path_spidered_bibs: str,
|
|
180
|
-
|
|
180
|
+
path_conf_j_jsons: str,
|
|
181
181
|
year_list: list[str],
|
|
182
182
|
):
|
|
183
183
|
# Expand and normalize file paths
|
|
184
184
|
path_yearly_docs, path_spidered_bibs = expand_paths(path_yearly_docs, path_spidered_bibs)
|
|
185
185
|
|
|
186
186
|
# Update options
|
|
187
|
-
options_ = build_base_options([], [], ["arXiv"], [],
|
|
187
|
+
options_ = build_base_options([], [], ["arXiv"], [], path_conf_j_jsons)
|
|
188
188
|
options_.update(options)
|
|
189
189
|
|
|
190
190
|
# Generate md and html files
|
|
@@ -15,7 +15,7 @@ def run_search_for_screen(
|
|
|
15
15
|
title: str,
|
|
16
16
|
path_spidered_bibs: str,
|
|
17
17
|
path_spidering_bibs: str,
|
|
18
|
-
|
|
18
|
+
path_conf_j_jsons: str,
|
|
19
19
|
) -> None:
|
|
20
20
|
"""
|
|
21
21
|
Run search for screen display with specific conference/journal parameters.
|
|
@@ -26,11 +26,11 @@ def run_search_for_screen(
|
|
|
26
26
|
title: Paper title used as search keyword
|
|
27
27
|
path_spidered_bibs: Path to spidered bibliography files
|
|
28
28
|
path_spidering_bibs: Path to spidering bibliography files
|
|
29
|
-
|
|
29
|
+
path_conf_j_jsons: Path to conferences/journals JSON files
|
|
30
30
|
"""
|
|
31
31
|
# Expand and normalize file paths
|
|
32
|
-
path_spidered_bibs, path_spidering_bibs,
|
|
33
|
-
path_spidered_bibs, path_spidering_bibs,
|
|
32
|
+
path_spidered_bibs, path_spidering_bibs, path_conf_j_jsons = expand_paths(
|
|
33
|
+
path_spidered_bibs, path_spidering_bibs, path_conf_j_jsons
|
|
34
34
|
)
|
|
35
35
|
|
|
36
36
|
# Configure search options
|
|
@@ -40,7 +40,7 @@ def run_search_for_screen(
|
|
|
40
40
|
include_abbr_list=[acronym],
|
|
41
41
|
exclude_publisher_list=["arXiv"],
|
|
42
42
|
exclude_abbr_list=[],
|
|
43
|
-
|
|
43
|
+
path_conf_j_jsons=path_conf_j_jsons,
|
|
44
44
|
),
|
|
45
45
|
**build_search_options(
|
|
46
46
|
print_on_screen=True, search_year_list=[str(year)], keywords_type="Temp", keywords_list_list=[[title]]
|
|
@@ -57,7 +57,7 @@ def run_search_for_files(
|
|
|
57
57
|
path_main_output: str,
|
|
58
58
|
path_spidered_bibs: str,
|
|
59
59
|
path_spidering_bibs: str,
|
|
60
|
-
|
|
60
|
+
path_conf_j_jsons: str,
|
|
61
61
|
) -> None:
|
|
62
62
|
"""
|
|
63
63
|
Run search and save results to files with custom keywords.
|
|
@@ -68,12 +68,12 @@ def run_search_for_files(
|
|
|
68
68
|
path_main_output: Main output directory for search results
|
|
69
69
|
path_spidered_bibs: Path to spidered bibliography files
|
|
70
70
|
path_spidering_bibs: Path to spidering bibliography files
|
|
71
|
-
|
|
71
|
+
path_conf_j_jsons: Path to conferences/journals JSON files
|
|
72
72
|
"""
|
|
73
73
|
# Expand and normalize file paths
|
|
74
74
|
path_main_output = expand_path(path_main_output)
|
|
75
|
-
path_spidered_bibs, path_spidering_bibs,
|
|
76
|
-
path_spidered_bibs, path_spidering_bibs,
|
|
75
|
+
path_spidered_bibs, path_spidering_bibs, path_conf_j_jsons = expand_paths(
|
|
76
|
+
path_spidered_bibs, path_spidering_bibs, path_conf_j_jsons
|
|
77
77
|
)
|
|
78
78
|
|
|
79
79
|
# Configure search options
|
|
@@ -83,7 +83,7 @@ def run_search_for_files(
|
|
|
83
83
|
include_abbr_list=[],
|
|
84
84
|
exclude_publisher_list=["arXiv"],
|
|
85
85
|
exclude_abbr_list=[],
|
|
86
|
-
|
|
86
|
+
path_conf_j_jsons=path_conf_j_jsons,
|
|
87
87
|
),
|
|
88
88
|
**build_search_options(
|
|
89
89
|
print_on_screen=False,
|
|
@@ -122,7 +122,7 @@ def _execute_searches(
|
|
|
122
122
|
|
|
123
123
|
|
|
124
124
|
def run_compare_after_search(
|
|
125
|
-
zotero_bib: str, keywords_type: str, path_main_output: str,
|
|
125
|
+
zotero_bib: str, keywords_type: str, path_main_output: str, path_conf_j_jsons: str
|
|
126
126
|
):
|
|
127
127
|
"""
|
|
128
128
|
Compare search results with Zotero bibliography and generate comparison report.
|
|
@@ -131,12 +131,12 @@ def run_compare_after_search(
|
|
|
131
131
|
zotero_bib: Path to Zotero bibliography file
|
|
132
132
|
keywords_type: Category name for the search keywords used
|
|
133
133
|
path_main_output: Main output directory for search results and comparison
|
|
134
|
-
|
|
134
|
+
path_conf_j_jsons: Path to conferences/journals JSON files
|
|
135
135
|
"""
|
|
136
136
|
# Expand and normalize file paths
|
|
137
137
|
zotero_bib = expand_path(zotero_bib)
|
|
138
138
|
path_main_output = expand_path(path_main_output)
|
|
139
|
-
|
|
139
|
+
path_conf_j_jsons = expand_path(path_conf_j_jsons)
|
|
140
140
|
|
|
141
141
|
# Configure search options
|
|
142
142
|
options = {
|
|
@@ -145,7 +145,7 @@ def run_compare_after_search(
|
|
|
145
145
|
include_abbr_list=[],
|
|
146
146
|
exclude_publisher_list=["arXiv"],
|
|
147
147
|
exclude_abbr_list=[],
|
|
148
|
-
|
|
148
|
+
path_conf_j_jsons=path_conf_j_jsons,
|
|
149
149
|
),
|
|
150
150
|
**build_search_options(
|
|
151
151
|
print_on_screen=False, search_year_list=[], keywords_type=keywords_type, keywords_list_list=[]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|