-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ce18a5
commit 9f1beaa
Showing
4 changed files
with
32 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
from .papers import author_papers_jump, citations_jump, references_jump | ||
from .search import search_by_title_jump, search_by_abstract_jump | ||
from .search import search_by_title_jump, search_by_title_semantic_jump, search_by_abstract_semantic_jump | ||
from .detail import paper_detail_jump | ||
from .favorites import add_favorite_paper_jump, show_favorite_paper_jump, rm_favorite_paper_jump | ||
from .favorites import add_favorite_keywords_jump, show_favorite_keywords_jump, rm_favorite_keywords_jump |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
setup( | ||
name='citation-rabbot', | ||
version='3.19', | ||
version='3.19.1', | ||
author='yindaheng98', | ||
author_email='[email protected]', | ||
url='https://github.com/yindaheng98/citation-rabbot', | ||
|