snowballing
0.2
Contents:
Getting started
approaches.py
common_places.py
config.py
config_helpers.py
dbindex.py
dbmanager.py
graph.py
jupyter_utils.py
models.py
operations.py
scholar.py
selenium_scholar.py
snowballing.py
strategies.py
utils.py
web.py
Contributing
License
snowballing
»
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
Y
A
access_attr() (EventRunner method)
add_article() (ScholarQuerier method)
add_keyword() (EditVisitor method)
AddArticleTask (class in snowballing.selenium_scholar)
AddKeywordOperation (class in snowballing.dbmanager)
adjust_point() (in module snowballing.utils)
apply() (AddArticleTask method)
(AddKeywordOperation method)
(DelOperation method)
(DetectOperation method)
(InsertOperation method)
(ParseTask method)
(QueryTask method)
(ReplaceOperation method)
(ScholarSettingsTask method)
apply_settings() (ScholarQuerier method)
(SeleniumScholarQuerier method)
approach_display() (in module snowballing.config)
approach_ids_from_work() (in module snowballing.config)
ArticleNavigator (class in snowballing.snowballing)
as_citation() (ScholarArticle method)
as_csv() (ScholarArticle method)
as_txt() (ScholarArticle method)
B
backward() (Strategy method)
BackwardSnowballing (class in snowballing.snowballing)
bb() (Strategy method)
bbff() (Strategy method)
bfbf() (Strategy method)
bibtex() (Converter method)
bibtex_to_info() (in module snowballing.operations)
BodyVisitor (class in snowballing.dbmanager)
browser() (ArticleNavigator method)
(Converter method)
(ForwardSnowballing method)
(ScholarUpdate method)
(SearchScholar method)
C
category (Email attribute)
(Site attribute)
(Work attribute)
check_captcha() (in module snowballing.selenium_scholar)
check_config_deprecation() (in module snowballing.operations)
check_insertion() (in module snowballing.config)
check_load() (in module snowballing.config)
Citation (class in snowballing.models)
citation() (Converter method)
citation_export() (in module snowballing.scholar)
citation_file() (in module snowballing.dbindex)
citation_operation() (in module snowballing.dbmanager)
citation_text() (in module snowballing.operations)
citation_tooltip() (in module snowballing.config)
citations() (Database method)
CitationVisitor (class in snowballing.dbmanager)
citform (ScholarSettingsTask attribute)
CITFORM_BIBTEX (ScholarSettings attribute)
(ScholarSettingsTask attribute)
CITFORM_ENDNOTE (ScholarSettings attribute)
(ScholarSettingsTask attribute)
CITFORM_NONE (ScholarSettings attribute)
(ScholarSettingsTask attribute)
CITFORM_REFMAN (ScholarSettings attribute)
(ScholarSettingsTask attribute)
CITFORM_REFWORKS (ScholarSettings attribute)
(ScholarSettingsTask attribute)
clear() (ArticleNavigator method)
(Database method)
(ReplaceCellWidget method)
(RunWidget method)
clear_articles() (ScholarQuerier method)
clear_citations() (Database method)
clear_click() (RunWidget method)
clear_places() (Database method)
clear_work() (Database method)
click() (in module snowballing.selenium_scholar)
(RunWidget method)
ClusterScholarQuery (class in snowballing.scholar)
collections (ScholarSettingsTask attribute)
COLLECTIONS_ARTICLES_AND_PATENTS (ScholarSettingsTask attribute)
COLLECTIONS_ARTICLES_ONLY (ScholarSettingsTask attribute)
COLLECTIONS_CASE_LAW (ScholarSettingsTask attribute)
compare_paper_to_work() (in module snowballing.operations)
compare_str() (in module snowballing.utils)
conference() (in module snowballing.common_places)
continue_tasks() (SeleniumScholarQuerier method)
convert_citation_text_lines_to_info() (in module snowballing.config)
Converter (class in snowballing.snowballing)
COOKIE_JAR_FILE (ScholarConf attribute)
create_category() (Graph method)
create_graph() (in module snowballing.graph)
create_info_code() (in module snowballing.operations)
create_widgets() (Graph method)
csv() (in module snowballing.scholar)
D
Database (class in snowballing.models)
delayed_draw() (Graph method)
DelOperation (class in snowballing.dbmanager)
delta_related (State attribute)
delta_visited (State attribute)
derive() (State method)
DetectOperation (class in snowballing.dbmanager)
discover_year() (in module snowballing.dbindex)
display() (Graph method)
display_article() (in module snowballing.config)
display_cell() (in module snowballing.jupyter_utils)
display_list() (in module snowballing.utils)
dot (State attribute)
E
EditVisitor (class in snowballing.dbmanager)
Email (class in snowballing.models)
encode() (in module snowballing.scholar)
ensure_int() (ScholarUtils static method)
erase_article_form() (ArticleNavigator method)
Error
EventRunner (class in snowballing.snowballing)
execute() (EventRunner method)
extract_info() (in module snowballing.operations)
F
fbfb() (Strategy method)
ff() (Strategy method)
ffbb() (Strategy method)
filter() (Database method)
filter_work() (Graph method)
find() (in module snowballing.operations)
(State method)
find_citation() (in module snowballing.operations)
find_global_local_citation() (in module snowballing.operations)
find_line() (in module snowballing.operations)
find_local_citation() (in module snowballing.operations)
find_work_by_info() (in module snowballing.config_helpers)
(in module snowballing.operations)
FormatError
forward() (Strategy method)
ForwardSnowballing (class in snowballing.snowballing)
G
generate_title() (in module snowballing.config_helpers)
get_alias_year() (in module snowballing.config)
get_approaches() (in module snowballing.approaches)
get_citation_data() (AddArticleTask method)
(ScholarQuerier method)
get_response() (SeleniumScholarQuerier method)
get_scholar_url() (in module snowballing.selenium_scholar)
GET_SETTINGS_URL (ScholarQuerier attribute)
get_url() (ClusterScholarQuery method)
(ScholarQuery method)
(SearchScholarQuery method)
,
[1]
(URLQuery method)
get_work_aliases() (in module snowballing.config)
getcolors() (in module snowballing.graph)
getsvgcolors() (in module snowballing.graph)
Graph (class in snowballing.graph)
graph() (Graph method)
graph_place_text() (in module snowballing.config)
graph_place_tooltip() (in module snowballing.config)
GraphConfig (class in snowballing.graph)
Group (class in snowballing.approaches)
GroupUnrelated (class in snowballing.approaches)
H
handle_article() (ParseTask method)
(ScholarArticleParser method)
(ScholarQuerier.Parser method)
handle_num_results() (ParseTask method)
(ScholarArticleParser method)
(ScholarQuerier.Parser method)
I
idisplay() (in module snowballing.jupyter_utils)
import_or_reload() (in module snowballing.utils)
import_submodules() (in module snowballing.utils)
increment_char() (in module snowballing.dbindex)
increment_str() (in module snowballing.dbindex)
info_to_code() (in module snowballing.operations)
info_to_pyref() (in module snowballing.config)
info_work_match() (in module snowballing.config)
insert() (BodyVisitor method)
(in module snowballing.dbmanager)
insert_citation() (in module snowballing.dbmanager)
insert_work() (in module snowballing.dbmanager)
InsertOperation (class in snowballing.dbmanager)
invoke_editor() (in module snowballing.operations)
is_assign_to_name() (in module snowballing.dbmanager)
is_call_statement() (in module snowballing.dbmanager)
is_configured() (ScholarSettings method)
Item (class in snowballing.approaches)
J
journal() (in module snowballing.common_places)
L
last_id (State attribute)
last_name_first_author() (in module snowballing.config_helpers)
lines_len_in_circle() (in module snowballing.utils)
load_citations() (in module snowballing.operations)
load_places_vars() (in module snowballing.operations)
load_work() (in module snowballing.operations)
load_work_map() (in module snowballing.operations)
load_work_map_all_years() (in module snowballing.operations)
log (State attribute)
log() (ScholarUtils static method)
LOG_LEVEL (ScholarConf attribute)
LOG_LEVELS (ScholarUtils attribute)
M
magazine() (in module snowballing.common_places)
main() (in module snowballing.scholar)
match_any() (in module snowballing.utils)
match_bibtex_to_work() (in module snowballing.operations)
max_by_year (GraphConfig attribute)
MAX_PAGE_RESULTS (ScholarConf attribute)
MultiLine (class in snowballing.utils)
multiline_wrap() (in module snowballing.utils)
N
name (Step attribute)
name() (in module snowballing.approaches)
new_button() (in module snowballing.jupyter_utils)
new_name() (snowballing.strategies.State class method)
new_references (Step attribute)
new_related (Step attribute)
new_window (ScholarSettingsTask attribute)
next_article() (ArticleNavigator method)
next_page() (ForwardSnowballing method)
(ScholarUpdate method)
(SearchScholar method)
O
op_and() (EventRunner method)
op_eq() (EventRunner method)
op_ge() (EventRunner method)
op_gt() (EventRunner method)
op_if() (EventRunner method)
op_le() (EventRunner method)
op_lt() (EventRunner method)
op_neq() (EventRunner method)
op_not() (EventRunner method)
op_or() (EventRunner method)
op_plus() (EventRunner method)
op_pyref() (EventRunner method)
op_reload() (EventRunner method)
op_update_info() (EventRunner method)
P
parse() (ScholarArticleParser method)
(ScholarQuerier method)
parse_bibtex() (in module snowballing.utils)
parse_varname() (in module snowballing.dbindex)
ParseTask (class in snowballing.selenium_scholar)
pdf() (Converter method)
per_page_results (ScholarSettingsTask attribute)
places() (Database method)
places_file() (in module snowballing.dbindex)
Point (class in snowballing.utils)
previous_article() (ArticleNavigator method)
previous_page() (ForwardSnowballing method)
(ScholarUpdate method)
(SearchScholar method)
process() (ArticleNavigator method)
process_body() (BodyVisitor method)
(CitationVisitor method)
provn (State attribute)
Q
query_str() (in module snowballing.config)
QueryArgumentError
QueryTask (class in snowballing.selenium_scholar)
quoted() (Converter method)
R
read_file() (in module snowballing.dbmanager)
reload() (ForwardSnowballing method)
(ScholarUpdate method)
(SearchScholar method)
(in module snowballing.operations)
remove_keyword() (EditVisitor method)
remove_source_citation() (in module snowballing.dbmanager)
remove_stmt() (BodyVisitor method)
remove_target_citation() (in module snowballing.dbmanager)
rename_citation() (in module snowballing.dbmanager)
rename_lines() (in module snowballing.dbmanager)
rename_work() (in module snowballing.dbmanager)
reorder_place() (in module snowballing.config_helpers)
replace() (EditVisitor method)
ReplaceCellWidget (class in snowballing.snowballing)
ReplaceOperation (class in snowballing.dbmanager)
Result (class in snowballing.selenium_scholar)
rotate() (Point method)
RunWidget (class in snowballing.snowballing)
S
s2bbff2u() (Strategy method)
s2ffbb2u() (Strategy method)
save_cookies() (ScholarQuerier method)
save_lines() (in module snowballing.dbmanager)
sbfu() (Strategy method)
SCHOLAR_CLUSTER_URL (ClusterScholarQuery attribute)
SCHOLAR_QUERY_URL (SearchScholarQuery attribute)
,
[1]
SCHOLAR_SITE (ScholarConf attribute)
ScholarArticle (class in snowballing.scholar)
ScholarArticleParser (class in snowballing.scholar)
ScholarArticleParser120201 (class in snowballing.scholar)
ScholarArticleParser120726 (class in snowballing.scholar)
ScholarConf (class in snowballing.scholar)
ScholarQuerier (class in snowballing.scholar)
ScholarQuerier.Parser (class in snowballing.scholar)
ScholarQuery (class in snowballing.scholar)
ScholarSettings (class in snowballing.scholar)
ScholarSettingsTask (class in snowballing.selenium_scholar)
ScholarUpdate (class in snowballing.snowballing)
ScholarUtils (class in snowballing.scholar)
search() (SearchScholar method)
SearchScholar (class in snowballing.snowballing)
SearchScholarQuery (class in snowballing.scholar)
(class in snowballing.selenium_scholar)
select() (Converter method)
select_mode() (Converter method)
select_param() (in module snowballing.config_helpers)
SeleniumScholarQuerier (class in snowballing.selenium_scholar)
send_query() (ScholarQuerier method)
(SeleniumScholarQuerier method)
sequence() (in module snowballing.config_helpers)
set_articles() (ArticleNavigator method)
set_attr() (EventRunner method)
set_attribute() (in module snowballing.dbmanager)
set_author() (SearchScholarQuery method)
,
[1]
set_by_info() (in module snowballing.operations)
,
[1]
set_citation_data() (ScholarArticle method)
set_citation_format() (ScholarSettings method)
set_cluster() (ClusterScholarQuery method)
set_code() (ReplaceCellWidget method)
(RunWidget method)
set_config() (in module snowballing.config_helpers)
set_include_citations() (SearchScholarQuery method)
,
[1]
set_include_patents() (SearchScholarQuery method)
,
[1]
set_index() (ScholarUpdate method)
set_info_letter() (in module snowballing.config)
set_navigation() (Result method)
set_num_page_results() (ScholarQuery method)
set_per_page_results() (ScholarSettings method)
set_phrase() (SearchScholarQuery method)
,
[1]
set_positions() (in module snowballing.graph)
set_pub() (SearchScholarQuery method)
,
[1]
set_scope() (SearchScholarQuery method)
,
[1]
SET_SETTINGS_URL (ScholarQuerier attribute)
set_timeframe() (SearchScholarQuery method)
,
[1]
set_variable() (Converter method)
set_words() (SearchScholarQuery method)
,
[1]
set_words_none() (SearchScholarQuery method)
,
[1]
set_words_some() (SearchScholarQuery method)
,
[1]
SETTINGS_URL (ScholarSettingsTask attribute)
sfbu() (Strategy method)
should_add_info() (in module snowballing.operations)
show() (ArticleNavigator method)
(ScholarUpdate method)
(WebNavigator method)
show_article() (ArticleNavigator method)
Site (class in snowballing.models)
slider() (Graph method)
snowballing.approaches (module)
snowballing.common_places (module)
snowballing.config (module)
snowballing.config_helpers (module)
snowballing.dbindex (module)
snowballing.dbmanager (module)
snowballing.graph (module)
snowballing.jupyter_utils (module)
snowballing.models (module)
snowballing.operations (module)
snowballing.scholar (module)
snowballing.selenium_scholar (module)
snowballing.snowballing (module)
snowballing.strategies (module)
snowballing.utils (module)
snowballing.web (module)
source (Step attribute)
star() (Item method)
State (class in snowballing.strategies)
Step (class in snowballing.strategies)
str_item() (in module snowballing.config_helpers)
str_list() (in module snowballing.config_helpers)
Strategy (class in snowballing.strategies)
such_as() (Item method)
T
target (Step attribute)
text (Item attribute)
text() (Converter method)
text_y() (in module snowballing.utils)
this_file() (in module snowballing.dbindex)
to_list() (in module snowballing.utils)
to_step() (State method)
total_related (Step attribute)
total_visited (Step attribute)
txt() (in module snowballing.scholar)
U
union() (snowballing.strategies.State class method)
update_info() (ArticleNavigator method)
update_models() (in module snowballing.config_helpers)
update_r_widget() (Graph method)
update_widget() (Graph method)
URLQuery (class in snowballing.selenium_scholar)
USER_AGENT (ScholarConf attribute)
V
valid_articles() (ArticleNavigator method)
var_item() (in module snowballing.config_helpers)
VERSION (ScholarConf attribute)
visible_classes() (Graph method)
visit() (State method)
visit_Assign() (EditVisitor method)
visit_Interactive() (BodyVisitor method)
(CitationVisitor method)
visit_Module() (BodyVisitor method)
(CitationVisitor method)
visit_Suite() (BodyVisitor method)
(CitationVisitor method)
W
wait_for() (in module snowballing.selenium_scholar)
wcite() (in module snowballing.approaches)
wcitea() (in module snowballing.approaches)
WEB_DRIVER() (in module snowballing.config)
WebNavigator (class in snowballing.snowballing)
wlatex_name() (in module snowballing.approaches)
Work (class in snowballing.models)
work() (Database method)
work_button() (in module snowballing.jupyter_utils)
work_by_varname() (in module snowballing.config_helpers)
(in module snowballing.operations)
work_colors() (Graph method)
work_display() (in module snowballing.config)
work_eq() (in module snowballing.config)
work_hash() (in module snowballing.config)
work_key() (Graph method)
work_link() (in module snowballing.config)
work_operation() (in module snowballing.dbmanager)
work_post_init() (in module snowballing.config)
work_to_bibtex() (in module snowballing.operations)
work_to_bibtex_entry() (in module snowballing.operations)
work_tooltip() (in module snowballing.config)
write() (Converter method)
Y
Year (class in snowballing.models)
year_file() (in module snowballing.dbindex)